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: advertised-widget-backward Date: Sun, 16 Nov 2008 11:08:42 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1226851749 15643 80.91.229.12 (16 Nov 2008 16:09:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Nov 2008 16:09:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 16 17:10:11 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L1kCM-0004M3-Cf for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2008 17:10:06 +0100 Original-Received: from localhost ([127.0.0.1]:32877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1kBE-0006df-1I for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2008 11:08:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1kB9-0006dQ-Ne for emacs-devel@gnu.org; Sun, 16 Nov 2008 11:08:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1kB8-0006dB-1k for emacs-devel@gnu.org; Sun, 16 Nov 2008 11:08:50 -0500 Original-Received: from [199.232.76.173] (port=35543 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1kB7-0006d3-S8 for emacs-devel@gnu.org; Sun, 16 Nov 2008 11:08:49 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57143) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1kB7-0007Vq-TV for emacs-devel@gnu.org; Sun, 16 Nov 2008 11:08:49 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1L1kB0-0005U1-IB; Sun, 16 Nov 2008 11:08:42 -0500 In-reply-to: (message from Glenn Morris on Sat, 15 Nov 2008 18:52:50 -0500) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:105718 Archived-At: I don't remember for certain, but it looks like the sort of thing I do to control which key some help features will report for that command. This is meant to be like C-x u (advertised-undo) and C-_ (undo). If you put \\[advertised-undo] in a doc string, it is guaranteed to come out as C-x u, not C-_. If they were both bound to `undo', then either one might come out.