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: Brad Miller
Subject: Re: Problem with the RETURN key
Date: Tue, 17 Dec 2002 08:20:32 -0600

I've had this same problem with the return key ever since I first tried to rebuild after going to 10.2.2
I think I mentioned it here at the time.
My setup is an 800MHz G4 tower. I have a non-apple natural keyboard, so I thought maybe it had something to do with the driver for that. I'm glad someone else has now found the same problem.

return is not defined in my function-key-map.
Adding the line:
(define-key function-key-map [return] [13])
seems to work.

Brad



------------------------------

Date: Tue, 17 Dec 2002 01:48:06 -0700
From: Andrew Choi <address@hidden>
To: Ovidiu Predescu <address@hidden>
Cc: address@hidden
Cc: Steven Tamm <address@hidden>
Subject: Re: Problem with the RETURN key
Message-ID: <address@hidden>
In-Reply-To: <address@hidden>
References: <address@hidden>
Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7BIT
Precedence: list
Message: 2

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?


Brad Miller
PhD Candidate
University of Minnesota
(612) 384-8351
http://www-users.cs.umn.edu/~bmiller




reply via email to

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