From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: Todays exercise of sanity (or does "see" really match "not"?) Date: Mon, 21 Mar 2005 07:49:59 -0600 (CST) Message-ID: <200503211349.j2LDnxX12741@raven.dms.auburn.edu> References: <002301c52e18$c9b014a0$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111413638 20086 80.91.229.2 (21 Mar 2005 14:00:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2005 14:00:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 21 15:00:37 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDNS2-0002dE-H9 for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 15:00:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDNj7-00077W-Nr for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 09:17:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDNhA-0006YN-Av for emacs-devel@gnu.org; Mon, 21 Mar 2005 09:15:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDNh7-0006XE-Ke for emacs-devel@gnu.org; Mon, 21 Mar 2005 09:15:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDNh6-0006Tv-TK for emacs-devel@gnu.org; Mon, 21 Mar 2005 09:15:49 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDNIi-0003ud-GB for emacs-devel@gnu.org; Mon, 21 Mar 2005 08:50:36 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j2LDoZ9N028626; Mon, 21 Mar 2005 07:50:35 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j2LDnxX12741; Mon, 21 Mar 2005 07:49:59 -0600 (CST) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: lennart.borgman.073@student.lu.se In-reply-to: <002301c52e18$c9b014a0$0200a8c0@sedrcw11488> (lennart.borgman.073@student.lu.se) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:34886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34886 Lennart Borgman wrote: Place yourself at the top of the node "Special Characters in Regular Expressions" in Info. The press C-s for I-search and type "not" and press C-s a couple of time. Does this stop on "see" for you? If you do `c' in an Info buffer, you copy the node name `(elisp)Regexp Special' to the kill ring. If you include that in your message, it makes it easier to find for people. I guess that you have Info-hide-note-references enabled. The reason why it stops on "see" is that the actual text in the buffer is: (*note Character Sets::). and note matches "not". Sincerely, Luc.