[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
msf-abbrev.el 0.91a
From: |
Benjamin Rutt |
Subject: |
msf-abbrev.el 0.91a |
Date: |
Thu, 09 Jun 2005 12:31:02 GMT |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux) |
Benjamin Rutt <address@hidden> writes:
> This package helps me maintain many, many abbrevs that are active in a
> specific mode. Abbrevs are defined in normal files, not in elisp.
> There is also some magic to fill out forms when programming. The best
> way to see it in action is to look at the demo (animated gif). This
> and the code is available at:
>
> http://www.bloomington.in.us/~brutt/msf-abbrev.html
A new version is available, version 0.91a, which has the following
changes:
-a fix for abbrev files which contain DOS-style line endings
-a new keyword in the abbrev files is parsed to interpret a line of
elisp, e.g.:
<ELISP "(insert (current-time-string))">
which would insert the current time at that line in the file.
--
Benjamin Rutt