Announce: mk-project 1.5
I've just pushed release 1.5.1 of mk-project to github and the emacs wiki. The changes since release 1.4 include ideas and code contributed by Andreas Raster. Here's a summary of the improvements:
- Previously, a project's compile command could only be a string to be interpreted as a shell command (think "make"). Now the compile command can also be a Emacs lisp function name. Flexibility is good.
- The project-status command now prints the project status to buffer *project-status* instead of *Messages*.
- Several commands now have optional arguments which allow them to be called programmatically as well as interactively. The affected commands are project-load, project-grep, and project-ack. So now you can call
(project-load "my-project")or(project-grep "TODO")from your own code. - The code will now ignore "_darcs" directories if you set the vcs type to 'darcs.
- Finally, mk-project now has a menu!

Enjoy!
Technorati tags for this post: emacs mk-project
Comment by Jay K.
Comment by Matt