From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [drew.adams@oracle.com: RE: Customize doc strings and tag strings do not respect \\<...> and \\[...]] Date: Mon, 27 Feb 2006 03:59:42 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1141157633 10284 80.91.229.2 (28 Feb 2006 20:13:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Feb 2006 20:13:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 28 21:13:49 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 1FEBDz-0008RX-0g for ged-emacs-devel@m.gmane.org; Tue, 28 Feb 2006 21:13:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FDzes-00017v-D8 for ged-emacs-devel@m.gmane.org; Tue, 28 Feb 2006 02:52:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FDeFH-0008Qn-Qh for emacs-devel@gnu.org; Mon, 27 Feb 2006 04:00:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FDeEp-0008LE-3Y for emacs-devel@gnu.org; Mon, 27 Feb 2006 04:00:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FDeEk-0008KV-Bd for emacs-devel@gnu.org; Mon, 27 Feb 2006 04:00:11 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FDeFM-0008TX-BY for emacs-devel@gnu.org; Mon, 27 Feb 2006 04:00:48 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FDeEI-0001c1-Hm; Mon, 27 Feb 2006 03:59:42 -0500 Original-To: emacs-devel@gnu.org 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:51022 Archived-At: Has anyone fixed this? ------- Start of forwarded message ------- From: "Drew Adams" To: "Emacs-Pretest-Bug" Date: Sun, 19 Feb 2006 17:06:18 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" In-Reply-To: Subject: RE: Customize doc strings and tag strings do not respect \\<...> and \\[...] I should add that the same problem exists for :tag strings. - -------- emacs -q (defcustom foo nil "*Behavior of `\\\\[my-cmd]' when foobaz is in the wind." :type 'boolean) Then, `C-h v foo' shows the doc string correctly as, say, "Behavior of `M-a' when foobaz is in the wind." However, when you click the Customize link and get to the Customize buffer, the key bindings are not substituted in the doc string. You see this: Behavior of `\\[my-cmd]' when foobaz is in the wind. Note that one level of backslash is removed. In GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2005-06-26 on NONIQPC X server distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.3) --cflags -I../../jpeg-6b-3/include -I../../libpng-1.2.8/include -I../../tiff-3.6.1-2/include -I../../xpm-nox-4.2.0/include -I../../zlib-1.2.2/include' _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------