From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#8935: 24.0.50; `substitute-command-keys' doc Date: Mon, 18 Jul 2011 09:55:00 -0400 Message-ID: References: <7A4E77E7DAE2436DA3DFE76693103500@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310997451 16623 80.91.229.12 (18 Jul 2011 13:57:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2011 13:57:31 +0000 (UTC) Cc: 8935@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 18 15:57:27 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QioK6-0001O3-Tw for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Jul 2011 15:57:27 +0200 Original-Received: from localhost ([::1]:58211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QioK5-0002ka-QC for geb-bug-gnu-emacs@m.gmane.org; Mon, 18 Jul 2011 09:57:25 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:52604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QioIr-0002QX-1E for bug-gnu-emacs@gnu.org; Mon, 18 Jul 2011 09:56:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QioIl-0001zj-MY for bug-gnu-emacs@gnu.org; Mon, 18 Jul 2011 09:56:08 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QioIl-0001zQ-9E for bug-gnu-emacs@gnu.org; Mon, 18 Jul 2011 09:56:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QioIk-0003x5-CN; Mon, 18 Jul 2011 09:56:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 18 Jul 2011 13:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8935 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: fixed Original-Received: via spool by 8935-submit@debbugs.gnu.org id=B8935.131099730914574 (code B ref 8935); Mon, 18 Jul 2011 13:56:02 +0000 Original-Received: (at 8935) by debbugs.gnu.org; 18 Jul 2011 13:55:09 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QioHs-0003mz-TF for submit@debbugs.gnu.org; Mon, 18 Jul 2011 09:55:09 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QioHq-0003lo-S1 for 8935@debbugs.gnu.org; Mon, 18 Jul 2011 09:55:07 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAMw6JE5MCqt8/2dsb2JhbABUp3N4iHzCC4Y8BJ8nhDA X-IronPort-AV: E=Sophos;i="4.67,222,1309752000"; d="scan'208";a="126492558" Original-Received: from 76-10-171-124.dsl.teksavvy.com (HELO ceviche.home) ([76.10.171.124]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 18 Jul 2011 09:55:01 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id CDCF36660D; Mon, 18 Jul 2011 09:55:00 -0400 (EDT) In-Reply-To: (Andreas Schwab's message of "Fri, 15 Jul 2011 17:33:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Mon, 18 Jul 2011 09:56:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:49395 Archived-At: >> It has no special effect on special character combinations such as `\[' >> and `\='. If you really want to say something about escaping `\' as >> the next character then I suppose you could: "In particular, `\=\' >> produces `\' in the output. > This is wrong, because \ by itself has no special meaning, so you don't > need to precede it by \=. Actually \ does have a special meaning, which depends on the following char (just like \ in regexps). The difference between that and regexps is that in regexp \ turns into just when \ has no special meaning, where it turns into \ here. Stefan