emacs-devel
[Top][All Lists]
Advanced

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

Re: saved user abbrevs and system abbrevs


From: Richard Stallman
Subject: Re: saved user abbrevs and system abbrevs
Date: Thu, 30 Nov 2006 14:48:54 -0500

    Does anyone see a better fix than changing each mode that defines
    abbrevs to use something like this:

    (defvar foo-abbrev-table nil)

    ;; Do not override any user abbrev for "foo".
    (unless (abbrev-expansion "foo" foo-abbrev-table)
      (define-abbrev foo-abbrev-table "foo" "foobar" nil 0 t))

Maybe we should change define-abbrev so that defining a system
abbrev does not override any user abbrev (unless you specify
"override") in some way.




reply via email to

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