16 Sep 2009 11:20
buffer-action.el --- Perform actions(compile/run, etc) in buffer v3.3
William Xu <william.xwl <at> gmail.com>
2009-09-16 09:20:22 GMT
2009-09-16 09:20:22 GMT
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 <at> gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources(Continue reading)
I've fixed some stuff and added new features.
You can now navigate in the minimap by dragging the highlighted region
with the mouse, which scrolls the corresponding buffer. It's not
perfect, but I think it works pretty well.
I've added a new option to automatically recenter the minimap upon
cursor movement, and an existing minimap is reused if its buffer isn't
currently visible. Last not least, the minimap is now read-only.
You can get the latest version from
RSS Feed