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

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

msf-abbrev.el 0.96a


From: Benjamin Rutt
Subject: msf-abbrev.el 0.96a
Date: Thu, 01 Sep 2005 01:16:54 GMT
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux)

Grab it at http://www.bloomington.in.us/~brutt/msf-abbrev.html

This version is a major rewrite and it has the following changes (see
the new demo on the web page):

-undo when filling out forms should be working properly now

-multiple forms can be defined in the same buffer, staying separate.
 each one can have its own <endpoint> which serves as the final
 jumping point for a given form.  each field stays highlighted until
 the end point is reached via TAB.  if there is no <endpoint> defined,
 then the end of the abbreviation file will serve as the endpoint.

-the dumb name of FORMJUMP has been deprecated with the more sensible
 name "field" being used instead.

-there is a new combo box widget:

<choose><choice "1"><choice "2"></choose>

either type something in the field, or press RET to choose one of the
canned choices.

-TAB and shift-TAB work for forward and reverse navigation

-the loading mechanism has been changed to:

    (setq msf-abbrev-root "~/emacs/mode-abbrevs")
    (msf-abbrev-load)

 Then, you can use this useful key shortcut to define or update a new
 abbrev in the current mode easily:

 (global-set-key (kbd "C-c a") 'msf-abbrev-define-new-abbrev-this-mode)
-- 
Benjamin Rutt


reply via email to

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