From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tiago Maduro-Dias Newsgroups: gmane.emacs.help Subject: Carbon Emacs binding to Enter key Date: Tue, 21 Dec 2004 02:41:19 +0000 Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1103596926 797 80.91.229.6 (21 Dec 2004 02:42:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2004 02:42:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 21 03:42:00 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CgZyK-0004oJ-00 for ; Tue, 21 Dec 2004 03:42:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cga8n-0005vD-6K for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Dec 2004 21:52:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cga8a-0005v3-KV for help-gnu-emacs@gnu.org; Mon, 20 Dec 2004 21:52:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cga8a-0005uk-0c for help-gnu-emacs@gnu.org; Mon, 20 Dec 2004 21:52:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cga8Z-0005ua-Tw for help-gnu-emacs@gnu.org; Mon, 20 Dec 2004 21:52:35 -0500 Original-Received: from [212.55.154.25] (helo=sapo.pt) by monty-python.gnu.org with smtp (Exim 4.34) id 1CgZxt-0003oq-UY for help-gnu-emacs@gnu.org; Mon, 20 Dec 2004 21:41:34 -0500 Original-Received: (qmail 31916 invoked from network); 21 Dec 2004 02:41:32 -0000 Original-Received: from unknown (HELO sapo.pt) (10.134.35.156) by relay5 with SMTP; 21 Dec 2004 02:41:32 -0000 Original-Received: (qmail 14781 invoked from network); 21 Dec 2004 02:41:32 -0000 Original-Received: from unknown (HELO [10.0.0.10]) (op142652c@[80.172.0.171]) (envelope-sender ) by mta6 (qmail-ldap-1.03) with SMTP for ; 21 Dec 2004 02:41:32 -0000 Received-SPF: softfail (mta6: domain of transitioning tmdias@gmail.com does not designate 80.172.0.171 as permitted sender) receiver=mta6; client_ip=80.172.0.171; envelope-from=tmdias@gmail.com; Original-To: help-gnu-emacs@gnu.org X-Mailer: Apple Mail (2.619) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22890 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22890 Hi! I've recently "discovered" the usefulness of the enter key (the one next to the arrow keys and the space-bar), at least on my laptop's keyboard, as an alternative to the regular return key. But I also seem to have encountered an interesting issue (read "feature"?) with Carbon Emacs 21.3.50 (on Mac OSX Panther). When I press the key, the event seems to be attached to C-c. In fact, pressing it twice will result in the obvious C-c C-c and C-h c ends up with "Describe key briefly: C-c-" on my minibuffer (waiting for another event). If I run both the original emacs-21.2.1 or emacs-21.3.50 from Terminal.app (with either emacs -nw or emacs -q -nw), the enter key will behave as expected (by me at least). If I use the faithful xterm, then the behaviour just described for Carbon Emacs happens again. This makes sense to me, since Terminal.app is interpreting the strokes, and uses the smilingly standard macosx interpretation for the particular key. So, how can I go about forcing the key to bind to what I want it to? (character 13, newline, or something of the sort)? Thank you in advance, Tiago Maduro-Dias.