buffer-action.el --- Perform actions(compile/run, etc) in buffer v3.3

View: New views
1 Messages — Rating Filter:   Alert me  

buffer-action.el --- Perform actions(compile/run, etc) in buffer v3.3

by William Xu-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

buffer-action.el (11K) Download Attachment