From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help,gmane.emacs.devel Subject: FW: Make a simple search in an info file. Date: Thu, 16 Mar 2006 08:06:35 -0800 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1142525240 25218 80.91.229.2 (16 Mar 2006 16:07:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Mar 2006 16:07:20 +0000 (UTC) Cc: Emacs-Devel Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 16 17:07:17 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FJv06-0003vp-P4 for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Mar 2006 17:06:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJv06-0006yd-8u for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Mar 2006 11:06:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FJuzv-0006yY-4p for help-gnu-emacs@gnu.org; Thu, 16 Mar 2006 11:06:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FJuzu-0006yM-I7 for help-gnu-emacs@gnu.org; Thu, 16 Mar 2006 11:06:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJuzs-0006y1-N1; Thu, 16 Mar 2006 11:06:44 -0500 Original-Received: from [148.87.113.118] (helo=rgminet01.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1FJv4Y-0006oE-Oe; Thu, 16 Mar 2006 11:11:35 -0500 Original-Received: from rgmsgw301.us.oracle.com (rgmsgw301.us.oracle.com [138.1.186.50]) by rgminet01.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id k2GG6fd8016312; Thu, 16 Mar 2006 09:06:41 -0700 Original-Received: from rgmsgw301.us.oracle.com (localhost [127.0.0.1]) by rgmsgw301.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with ESMTP id k2GG6eHS004080; Thu, 16 Mar 2006 09:06:40 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmsgw301.us.oracle.com (Switch-3.1.7/Switch-3.1.7) with SMTP id k2GG6deJ004072 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 16 Mar 2006 09:06:40 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-MIME-Autoconverted: from 8bit to quoted-printable by rgminet01.oracle.com id k2GG6fd8016312 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33825 gmane.emacs.devel:51705 Archived-At: To: help-gnu-emacs@gnu.org I've a strong desire those days: make a _simple_ search within an info file or in outline-mode. For example, open the Elisp manual, and search for =AB local variables: =BB. Isearch will then go to every _references_ to the section Local Variables, and not to every actual match of the search (_with_ the `:' ). It's because the search is made on the real text, that's to say, the whole text without hidden things. Here, references on =AB Local Varibles =BB are of the form =AB Local Variables: definition of thing = =BB but just shown as =AB Local Variables =BB ; that explains the match. It's like in outline mode when some hidden subtrees are hidden: when a search is made, Isearch also searches in the hidden text. Can I param Isearch to make the search on the literal shown text ? What version of Emacs are you using? This problem has, I think, been fixed more than once (;-)) for Emacs 22, since it has shown its head in several places, including File, Next in th= e header and Note, Menu in body text. I don't know if Local Variables has a= lso been fixed. CCing emacs-devel.