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

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

Re: Return key not working


From: Eli Zaretskii
Subject: Re: Return key not working
Date: 24 Jul 2003 07:47:19 +0200

> From: Robert Pollard <robertmp@comcast.net>
> Newsgroups: gnu.emacs.help
> Date: Thu, 24 Jul 2003 04:20:43 GMT
> > 
> > What does Emacs display in the echo area when you type "C-h c" and
> > then press the return key?  
> 
> It displays "return is undefined."  I know that it is undefined but how 
> do I set it?

Like this (in your .emacs):

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

If the above fixes the problem, it sounds like a bug in the CVS
version of Emacs on OS X, so please report that to
emacs-pretest-bug@gnu.org.





reply via email to

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