From: Ville <vil...@xe...> - 2002-10-06 14:13:00
|
On Sun, 2002-10-06 at 17:04, Adrian Aichner wrote: > >>>>> "Alex" =3D=3D Alex Schroeder <al...@em...> writes: >=20 > Alex> Is there a define-minor-mode in the latest XEmacs, or the laste= st > Alex> fsf-compat package? If not, I have a simple (untested) proposa= l that >=20 > Hi Alex, >=20 > I can find it in easy-mmode.el, which is part of the xemacs-base > package. Yes, it's there. Be aware though that there are substantial differences between XEmacs' easy-mmode.el and the GNU Emacs one. In particular, our define-minor-mode is: (defmacro define-minor-mode (mode doc &optional init-value lighter keymap) ...while GNU Emacs 21.2 has: (defmacro define-minor-mode (mode doc &optional init-value lighter keymap &rest body) A sync of this mode would be welcome. --=20 \/ille Skytt=E4 ville.skytta at xemacs.org |