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: Sun, 22 Jan 2006 02:45:55 +0200 Organization: JURTA Message-ID: <878xt98jno.fsf@jurta.org> References: <200601130332.k0D3WKo16648@raven.dms.auburn.edu> <87psmrr3vg.fsf@jurta.org> <200601170413.k0H4Do825655@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 1137894167 1326 80.91.229.2 (22 Jan 2006 01:42:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jan 2006 01:42:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 22 02:42:47 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 1F0UFX-0001eE-Aw for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2006 02:42:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0UI6-0003dV-71 for ged-emacs-devel@m.gmane.org; Sat, 21 Jan 2006 20:45:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0UGf-0002ND-Nb for emacs-devel@gnu.org; Sat, 21 Jan 2006 20:43:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0UGd-0002L7-Hc for emacs-devel@gnu.org; Sat, 21 Jan 2006 20:43:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0UGd-0002Kq-2g for emacs-devel@gnu.org; Sat, 21 Jan 2006 20:43:43 -0500 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0UL6-000586-L7 for emacs-devel@gnu.org; Sat, 21 Jan 2006 20:48:20 -0500 Original-Received: from mail.neti.ee (80-235-32-6-dsl.mus.estpak.ee [80.235.32.6]) by Relayhost1.neti.ee (Postfix) with ESMTP id 1B0781E4A; Sun, 22 Jan 2006 03:41:00 +0200 (EET) Original-To: Luc Teirlinck In-Reply-To: <200601170413.k0H4Do825655@raven.dms.auburn.edu> (Luc Teirlinck's message of "Mon, 16 Jan 2006 22:13:50 -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:49370 Archived-At: > S-TAB also has its regular meaning, but the recently added M-TAB does > not, because it has another (completion related) meaning in editable > fields. S-TAB is the preferable key binding, but currently it's impossible to specify a preferable key binding in the docstring. ASCII character sequences are always preferred over non-ascii. At least, S-TAB could be mentioned in the manual: Index: man/widget.texi =================================================================== RCS file: /sources/emacs/emacs/man/widget.texi,v retrieving revision 1.33 diff -c -r1.33 widget.texi *** man/widget.texi 21 Jan 2006 13:01:28 -0000 1.33 --- man/widget.texi 22 Jan 2006 00:48:57 -0000 *************** *** 316,321 **** --- 316,322 ---- Move point @var{count} buttons or editing fields forward. @end deffn @item @kbd{M-@key{TAB}} + @itemx @kbd{S-@key{TAB}} @deffn Command widget-backward &optional count Move point @var{count} buttons or editing fields backward. @end deffn -- Juri Linkov http://www.jurta.org/emacs/