buffer-action.el --- Perform actions(compile/run, etc) in buffer based on mode/filename v3.0

2008-03-01 Thread William Xu
This is a mostly rewritten based on ideas from Seiji Zenitani <[EMAIL PROTECTED]>'s `smart-compile.el'. Besides compile action, i've add a run action, and maybe more in the future. Let me illustrate it by an example. Suppose you are editing a file named `foo.c'. To compile it, `M-x buffer-action-c

Updated: Eon object system, 1.1 release

2008-03-01 Thread dto1138
I have updated the Eon object system to version 1.1. The release tarball is available on my website: http://dto.mamalala.org/packages/eon-1.1.tar.gz Eon is an object-oriented programming library for GNU Emacs. It uses prototypes (instead of classes) to share data and behavior among different kind