From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52389 Path: main.gmane.org!not-for-mail From: Nelson Ferreira Newsgroups: gmane.emacs.gnus.general Subject: Re: [Enter] mapping in a gnuserv text frame for MULE XEmacs 21.5b12 Date: Tue, 06 May 2003 19:35:12 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: <47741.0674364821$1052264083@news.gmane.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052264083 8334 80.91.224.249 (6 May 2003 23:34:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 6 May 2003 23:34:43 +0000 (UTC) Original-X-From: ding-owner+M933@lists.math.uh.edu Wed May 07 01:34:41 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19DBxI-0002A1-00 for ; Wed, 07 May 2003 01:34:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19DByP-00019K-00; Tue, 06 May 2003 18:35:49 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19DByH-00019E-00 for ding@lists.math.uh.edu; Tue, 06 May 2003 18:35:41 -0500 Original-Received: (qmail 13375 invoked by alias); 6 May 2003 23:35:41 -0000 Original-Received: (qmail 13369 invoked from network); 6 May 2003 23:35:40 -0000 Original-Received: from pool-162-83-138-70.ny5030.east.verizon.net (HELO tuxie.homelinux.net) (162.83.138.70) by sclp3.sclp.com with SMTP; 6 May 2003 23:35:40 -0000 Original-Received: (from njsf@localhost) by tuxie.homelinux.net (8.11.6/8.9.3) id h46NZCY11540; Tue, 6 May 2003 18:35:12 -0500 X-Msgid-Archive-Tag: _-nf--_xmat_-m:gnus_--- Original-To: ding@gnus.org X-Attribution: njsf In-Reply-To: (Nelson Ferreira's message of "Tue, 06 May 2003 16:06:25 -0400") User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.5 (carrot, linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52389 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52389 "njsf" == Nelson Ferreira writes: njsf> Hi all, When using Gnus v5.10.2 in a MULE XEmacs 21.5B12 , njsf> the Enter key is sent as LFD which is not in the Gnus keymap njsf> definitions, thus causing the Buffer is read-only error. njsf> Which keymaps should I change ? Should this be a default for njsf> Gnus , i.e. to map LFD to the same bindings as RET, or njsf> should I as a general rule have some XEmacs wide mapping of njsf> LFD to RET ? Answering myself, and asking more knowledgable Gnus users, do you think (define-key gnus-group-mode-map "\C-j" "\C-m") (define-key gnus-summary-mode-map "\C-j" "\C-m") in my .gnus is the right "fix" for the issue ? [...] Thanks, Nelson -- Nelson Ferreira