From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andrew Choi Newsgroups: gmane.emacs.devel Subject: Re: Problem with the RETURN key Date: Mon, 16 Dec 2002 13:17:01 -0700 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1040069908 2758 80.91.224.249 (16 Dec 2002 20:18:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 16 Dec 2002 20:18:28 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18O1h4-0000iE-00 for ; Mon, 16 Dec 2002 21:18:26 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18O1uh-0005zZ-00 for ; Mon, 16 Dec 2002 21:32:31 +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 18O1fz-0000Yg-08 for emacs-devel@quimby.gnus.org; Mon, 16 Dec 2002 15:17:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18O1fn-0000Xz-00 for emacs-devel@gnu.org; Mon, 16 Dec 2002 15:17:07 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18O1fl-0000Xf-00 for emacs-devel@gnu.org; Mon, 16 Dec 2002 15:17:06 -0500 Original-Received: from shawidc-mo1.cg.shawcable.net ([24.71.223.10] helo=pd2mo2so.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18O1fk-0000XE-00 for emacs-devel@gnu.org; Mon, 16 Dec 2002 15:17:04 -0500 Original-Received: from pd4mr4so.prod.shaw.ca (pd4mr4so-qfe3.prod.shaw.ca [10.0.141.215]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H7800636B0FK4@l-daemon> for emacs-devel@gnu.org; Mon, 16 Dec 2002 13:17:03 -0700 (MST) Original-Received: from pn2ml10so.prod.shaw.ca (pn2ml10so-qfe0.prod.shaw.ca [10.0.121.80]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H780018SB0FDJ@l-daemon> for emacs-devel@gnu.org; Mon, 16 Dec 2002 13:17:03 -0700 (MST) Original-Received: from owlbear.local.shawmail (h68-144-207-94.cg.shawcable.net [68.144.207.94]) by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002)) with ESMTP id <0H7800703B0ERC@l-daemon> for emacs-devel@gnu.org; Mon, 16 Dec 2002 13:17:03 -0700 (MST) In-reply-to: Original-To: Ovidiu Predescu User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Lines: 24 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:10178 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10178 Ovidiu Predescu writes: > With the latest CVS I get a really weird problem on MacOS X. The > return key does not seem to work anymore on my TiBook 800MHz. The only > way I can make it to work is if I press the Function key on the > keyboard. When I hook up a USB keyboard to the laptop, the return key > on this is still not functional, but the return key on the keypad > works just fine. [...] I don't have access to a TiBook so I cannot check this. Please check whether RET is recognized at all by Emacs. I.e., what does (read-event) evaluate to when you hit the return key? The most recent change to key handle I can think of is the following. 2002-10-04 Steven Tamm * macterm.c (keycode_to_xkeysym_table): Change return to be treated like an X keysym. But it was done quite a while ago. But you should probably start looking there.