emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Emacs-CVS and abbrevs


From: Richard Stallman
Subject: Re: Emacs-CVS and abbrevs
Date: Mon, 16 Jun 2003 13:57:02 -0400

    So I suggest that we try and keep track of where the abbrev change occurred.
    For example, a behavior like:

            (setq abbrevs-changed
                  (if (and load-file-name
                           ;; this might be a package that should use 
`system-flag'.
                           (or (null abbrevs-changed)
                               (equal abbrevs-changed  load-file-name)))
                      load-file-name
                    t))

    would allow us to give a better message to the user.  At least in my case
    it would have pointed the finger straight at the root cause of the problem.
    What do you think ?

That is a good idea.




reply via email to

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