From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Problems with whole buffer Custom functions. Date: Thu, 19 Jan 2006 12:44:48 -0500 Message-ID: References: <200601130332.k0D3WKo16648@raven.dms.auburn.edu> <87psmrr3vg.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1137702379 3544 80.91.229.2 (19 Jan 2006 20:26:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 19 Jan 2006 20:26:19 +0000 (UTC) Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 19 21:26:16 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EzgLZ-0001A3-TS for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 21:25:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzgO1-0002B7-Vq for ged-emacs-devel@m.gmane.org; Thu, 19 Jan 2006 15:28:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EzdvZ-0006DC-Da for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:50:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EzdvY-0006Co-9Q for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:50:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EzdvY-0006Cl-0c for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:50:28 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ezdzc-00029I-G6 for emacs-devel@gnu.org; Thu, 19 Jan 2006 12:54:40 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ezdq4-0008Jv-Bz; Thu, 19 Jan 2006 12:44:48 -0500 Original-To: Juri Linkov In-reply-to: <87psmrr3vg.fsf@jurta.org> (message from Juri Linkov on Tue, 17 Jan 2006 03:27:23 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49264 Archived-At: More keys are not enabled in editable fields, for instance, `n' and `p': I like the idea of using M-n and M-p for them. Those keys could be bound in the keymap used for editable fields, and then they would work everywhere in the buffer. Perhaps cus-edit should bind `C-c C-c' and `C-x C-s' in a new keymap inheriting from widget-field-keymap. I think that is a good idea. Can one of you do these things?