From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Brad Miller Newsgroups: gmane.emacs.devel Subject: Re: Problem with the RETURN key Date: Tue, 17 Dec 2002 08:20:32 -0600 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v548) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1040134867 6798 80.91.224.249 (17 Dec 2002 14:21:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2002 14:21:07 +0000 (UTC) Cc: steventamm@mac.com Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18OIan-0001lO-00 for ; Tue, 17 Dec 2002 15:21:05 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18OIom-0007HD-00 for ; Tue, 17 Dec 2002 15:35:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OIai-0001a6-04 for emacs-devel@quimby.gnus.org; Tue, 17 Dec 2002 09:21:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18OIaS-0001W4-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 09:20:44 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18OIaK-0001Bg-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 09:20:37 -0500 Original-Received: from sccrmhc01.attbi.com ([204.127.202.61]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OIaB-0000v0-00 for emacs-devel@gnu.org; Tue, 17 Dec 2002 09:20:27 -0500 Original-Received: from cs.umn.edu (c-66-41-92-31.mn.client2.attbi.com[66.41.92.31]) by sccrmhc01.attbi.com (sccrmhc01) with SMTP id <2002121714202500100stgvoe>; Tue, 17 Dec 2002 14:20:26 +0000 Original-To: akochoi@shaw.ca, emacs-devel@gnu.org In-Reply-To: X-Mailer: Apple Mail (2.548) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10213 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 > To: Ovidiu Predescu > Cc: emacs-devel@gnu.org > Cc: Steven Tamm > Subject: Re: Problem with the RETURN key > Message-ID: > In-Reply-To: <453EDB86-118F-11D7-B29E-00039398D61E@apache.org> > References: <453EDB86-118F-11D7-B29E-00039398D61E@apache.org> > Content-Type: text/plain; charset=us-ascii > MIME-Version: 1.0 > Content-Transfer-Encoding: 7BIT > Precedence: list > Message: 2 > > Ovidiu Predescu writes: > >> The result is " 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