From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Flaschen Newsgroups: gmane.emacs.help Subject: Re: Redefine to do newline in Custom mode Date: Fri, 26 Oct 2007 21:59:43 -0400 Message-ID: <47229B8F.1060002@gatech.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1193450386 24675 80.91.229.12 (27 Oct 2007 01:59:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Oct 2007 01:59:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?UTF-8?B?Sm9oYW4gQm9ja2fDpXJk?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 27 03:59:47 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ilaxm-0001kb-Au for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Oct 2007 03:59:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ilaxd-0006ot-D8 for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Oct 2007 21:59:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IlaxP-0006ok-1Y for help-gnu-emacs@gnu.org; Fri, 26 Oct 2007 21:59:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IlaxN-0006oH-Gs for help-gnu-emacs@gnu.org; Fri, 26 Oct 2007 21:59:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IlaxN-0006oE-A7 for help-gnu-emacs@gnu.org; Fri, 26 Oct 2007 21:59:21 -0400 Original-Received: from deliverator7.gatech.edu ([130.207.165.169]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1IlaxM-0004zX-Tq for help-gnu-emacs@gnu.org; Fri, 26 Oct 2007 21:59:21 -0400 Original-Received: from deliverator7.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 973FE18D3; Fri, 26 Oct 2007 21:59:19 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from mailprx5.gatech.edu (mailprx5.prism.gatech.edu [130.207.171.19]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator7.gatech.edu (Postfix) with ESMTP id 80DC618AB; Fri, 26 Oct 2007 21:59:18 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) Original-Received: from [128.61.87.165] (unknown [128.61.87.165]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=PLAIN, username=mflaschen3@mailprx5.gatech.edu, sender=n/a) by mailprx5.gatech.edu (Postfix) with ESMTP id C241A242C; Fri, 26 Oct 2007 21:59:17 -0400 (EDT) (envelope-from matthew.flaschen@gatech.edu) User-Agent: Thunderbird 2.0.0.6 (X11/20071022) In-Reply-To: X-Enigmail-Version: 0.95.3 X-detected-kernel: by monty-python.gnu.org: Solaris 9 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: news.gmane.org gmane.emacs.help:48847 Archived-At: Johan Bockg=C3=A5rd wrote: > Matthew Flaschen writes: >=20 >> By default, hitting return in custom mode goes to the next field. >> However, I would like to rebind it to newline to make it easier to >> edit multi-line fields. >=20 > The fields use `custom-field-keymap'. Thank you very much. I wasn't aware of that variable. Matt Flaschen