From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Problems with whole buffer Custom functions. Date: Tue, 17 Jan 2006 03:27:23 +0200 Organization: JURTA Message-ID: <87psmrr3vg.fsf@jurta.org> References: <200601130332.k0D3WKo16648@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1137465046 6309 80.91.229.2 (17 Jan 2006 02:30:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Jan 2006 02:30:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 17 03:30:40 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 1EygcE-0008NP-7E for ged-emacs-devel@m.gmane.org; Tue, 17 Jan 2006 03:30:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EygeX-00084r-K4 for ged-emacs-devel@m.gmane.org; Mon, 16 Jan 2006 21:32:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eygdd-0007nU-CZ for emacs-devel@gnu.org; Mon, 16 Jan 2006 21:32:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eygdb-0007ms-L2 for emacs-devel@gnu.org; Mon, 16 Jan 2006 21:32:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eygdb-0007mo-EM for emacs-devel@gnu.org; Mon, 16 Jan 2006 21:31:59 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EyghD-0004Sd-32 for emacs-devel@gnu.org; Mon, 16 Jan 2006 21:35:43 -0500 Original-Received: from mail.neti.ee (80-235-38-208-dsl.mus.estpak.ee [80.235.38.208]) by Relayhost1.neti.ee (Postfix) with ESMTP id 13D7A2BB3; Tue, 17 Jan 2006 04:29:19 +0200 (EET) Original-To: Luc Teirlinck In-Reply-To: <200601130332.k0D3WKo16648@raven.dms.auburn.edu> (Luc Teirlinck's message of "Thu, 12 Jan 2006 21:32:20 -0600 (CST)") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:49195 Archived-At: > Recently more emphasized (via the mode docstring) Custom buffer > key bindings (C-x C-s and C-c C-c) have problems. > > `custom-mode-map' is _not_ enabled in the entire Custom buffer. For > instance, it is not enabled in editable fields. More keys are not enabled in editable fields, for instance, `n' and `p': Move to next button or editable field. n Move to previous button or editable field. p They can be used only until point reaches the first editable field. After that keys get inserted literally to the field. > I can not do the following example in `emacs -q' because it involves > saving into .emacs, but I am pretty sure the problems are not caused > by my customizations. > > Do `M-x customize-option RET double-click-time'. Edit the value in > the editable field and, with point still in the editable field, do > `C-x C-s', which according to the mode doc is going to save your new > value in your .emacs. Note that instead you get asked in which file > you want to save the Custom buffer. With point still in the editable > field, doing C-c C-c shows that it is not defined. Perhaps cus-edit should bind `C-c C-c' and `C-x C-s' in a new keymap inheriting from widget-field-keymap. -- Juri Linkov http://www.jurta.org/emacs/