[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bugs caused by recent use of define-derived-mode
From: |
Kai Großjohann |
Subject: |
Re: Bugs caused by recent use of define-derived-mode |
Date: |
Fri, 06 Sep 2002 12:52:13 +0200 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) |
Luc Teirlinck <address@hidden> writes:
> Hence I have a hard time seeing why mail-mode should have its own
> abbrev table.
This requires some thinking, I agree.
> I also have a hard time seeing why the most local abbrev table would
> be such an obvious default for C-x a (i) l.
I think that's the current behavior, isn't it? At any point, there
are just two tables, the global and the local one, and C-x a l adds
to the latter. Also, the local table corresponds to what will be the
"most local" table in the future.
So being backwards-compatible is a safe bet for a first approximation,
and then we can still think about what's a good default.
kai
--
A large number of young women don't trust men with beards. (BFBS Radio)
- Re: Bugs caused by recent use of define-derived-mode, (continued)
- Re: Bugs caused by recent use of define-derived-mode, Richard Stallman, 2002/09/09
- Re: Bugs caused by recent use of define-derived-mode, Kai Großjohann, 2002/09/05
- Re: Bugs caused by recent use of define-derived-mode, Miles Bader, 2002/09/05
- Re: Bugs caused by recent use of define-derived-mode, Luc Teirlinck, 2002/09/05
- Re: Bugs caused by recent use of define-derived-mode, Miles Bader, 2002/09/05
- Re: Bugs caused by recent use of define-derived-mode, Luc Teirlinck, 2002/09/05
- Re: Bugs caused by recent use of define-derived-mode, Miles Bader, 2002/09/05
- Re: Bugs caused by recent use of define-derived-mode,
Kai Großjohann <=
- Re: Bugs caused by recent use of define-derived-mode, Richard Stallman, 2002/09/06
- Re: Bugs caused by recent use of define-derived-mode, Richard Stallman, 2002/09/06
- Re: Bugs caused by recent use of define-derived-mode, Richard Stallman, 2002/09/06
Re: Bugs caused by recent use of define-derived-mode, Richard Stallman, 2002/09/04
Re: Bugs caused by recent use of define-derived-mode, Richard Stallman, 2002/09/03