Perform actions(compile, run) based on buffer properties, such as major
mode, filename or any lisp expressions. e.g.,
foo.c: buffer-action-compile => "gcc -o foo foo.c -O2"
buffer-action-run => "./foo"
Changes since 3.2:
- buffer-action-table: Every item now support thunks.
- (buffer-action-shell-command): Make use of convert-standard-filename to quote
filenames under w32.
- (buffer-action-compile): Now when a user's edited the compile command
interactively, we can save it for next time use !
- buffer-action-table: Fix run handler for texinfo-mode by using full path
for buffer file.
--
William
http://xwl.appspot.com_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources@...
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources