From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: RE: Customize doc strings and tagstrings do not respect \\<...> and \\[...]] Date: Mon, 27 Mar 2006 19:09:18 +0200 Organization: The Church of Emacs Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143501632 6481 80.91.229.2 (27 Mar 2006 23:20:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 23:20:32 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 28 01:20:31 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 1FO10b-0006HD-51 for ged-emacs-devel@m.gmane.org; Tue, 28 Mar 2006 01:20:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO10a-00014f-9s for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 18:20:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNvDv-0003bc-Bm for emacs-devel@gnu.org; Mon, 27 Mar 2006 12:09:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNvDu-0003aM-Fu for emacs-devel@gnu.org; Mon, 27 Mar 2006 12:09:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNvDu-0003Zv-4i for emacs-devel@gnu.org; Mon, 27 Mar 2006 12:09:46 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FNvFR-0006cY-J0 for emacs-devel@gnu.org; Mon, 27 Mar 2006 12:11:21 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FNvDs-0005F9-3U for emacs-devel@gnu.org; Mon, 27 Mar 2006 19:09:44 +0200 Original-Received: from sheridan.dina.kvl.dk ([130.225.40.227]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Mar 2006 19:09:44 +0200 Original-Received: from abraham by sheridan.dina.kvl.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Mar 2006 19:09:44 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: sheridan.dina.kvl.dk X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:b24Bmzwtbs4KKbEdYoEjZ9OhPnE= 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:52126 Archived-At: "Drew Adams" writes: > Right. The manuals are silent on this, AFAICT. Call it a new feature request > if you like. > > `(choice > (const :tag ,(substitute-command-keys > "`\\\\[next-history-element]'.") > tata))) > > Sure, that's OK too. But why not have it done implicitly? Would you like 'message' to do an implicit substitute-command-keys as well? It is not a rhetorical question. It doesn't seem intuitive to me that the value of :tag should be considered a documentation string.