help-gnu-emacs
[Top][All Lists]
Advanced

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

Creating minor modes


From: Mads Lindstrøm
Subject: Creating minor modes
Date: Thu, 28 Nov 2002 12:33:25 +0100 (CET)

Hi

I've tried to create a minor mode, by using the
example in the elisp reference manual:
http://www.gnu.org/manual/elisp-manual-21-2.8/html_node/elisp_357.html#SEC357

This will not even "compile" (being at the last
parenthesis and typing CTRL-x CTRL-e). Though a
changed the first line in the example from:

(define-minor-mode hungry-mode

to:
(easy-mmode-define-minor-mode hungry-mode

and it could "compile".

However when I activate the mode, none of the
keybindings seems to work. CTRL-DEL is not definned at
all. and CTRL-META-DEL does the same thing as when the
mode is not activated.

Anybode that can help me ?

Greetings,
Mads Lindstrøm



Beskyt din computer mod virus og misbrug! Læs mere i Yahoo! Sikkerhedscenter på 
www.yahoo.dk/sikkerhedscenter




reply via email to

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