emacs-devel
[Top][All Lists]
Advanced

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

Re: Bugs caused by recent use of define-derived-mode


From: Richard Stallman
Subject: Re: Bugs caused by recent use of define-derived-mode
Date: Fri, 06 Sep 2002 16:03:08 -0400

    I think that would work, as long as modes only created their own
    abbrev-table when the mode is clearly `unique enough' (compared to the
    mode it's derived from) that most users would want to put abbrevs in the
    derived-mode's table.

I think that is almost never.  Some people would like to have a
separate abbrev table for Mail mode, and it would be ok to have one if
that were painless for everyone else, but I think most users would
rather share abbrevs between Mail mode and Text mode.

And in such cases, two separate abbrev tables with no inheritance
would be fine.




reply via email to

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