emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem with the RETURN key


From: Andrew Choi
Subject: Re: Problem with the RETURN key
Date: Tue, 17 Dec 2002 01:48:06 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Ovidiu Predescu <address@hidden> writes:

> The result is "<return> is undefined". This happens with no startup
> file.  [...]
> 
> Any ideas on how to proceed further?

Please read the node `Translating Input' in the Elisp manual.

What is the value of `function-key-map'?  Mine says:

  (keymap (M-return . [-134217715]) (return . [13]) (kp-equal . [61]) 
(kp-divide . [47]) (kp-decimal . [46]) (kp-subtract . [45]) (kp-separator . 
[44]) (kp-add . [43]) (kp-multiply . [42]) (kp-enter . [13]) (kp-tab . [9]) ...)

Note the entry for `return'.  If it is not there, you can say something
like

  (define-key function-key-map [return] [13])

but this really shouldn't be necessary.  Are you sure you have a correct
installation?  Is the problem really specific to the Powerbook G4?




reply via email to

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