gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: William Xu
Subject: buffer-action.el --- Perform actions(compile/run, etc) in buffer v3.3
Date: Wed, 16 Sep 2009 17:20:22 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (windows-nt)

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.

Attachment: buffer-action.el
Description: application/emacs-lisp

-- 
William

http://xwl.appspot.com

reply via email to

[Prev in Thread] Current Thread [Next in Thread]