From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Todays exercise of sanity (or does "see" really match "not"?) Date: Mon, 21 Mar 2005 21:27:21 +0200 Organization: JURTA Message-ID: <87hdj4vppf.fsf@jurta.org> References: <002301c52e18$c9b014a0$0200a8c0@sedrcw11488> <200503211349.j2LDnxX12741@raven.dms.auburn.edu> <003401c52e20$d6f79c70$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111434703 1273 80.91.229.2 (21 Mar 2005 19:51:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Mar 2005 19:51:43 +0000 (UTC) Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 21 20:51:42 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DDSte-0007s2-UI for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 20:49:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDTAo-0001vz-CE for ged-emacs-devel@m.gmane.org; Mon, 21 Mar 2005 15:06:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DDSuH-0004uV-5H for emacs-devel@gnu.org; Mon, 21 Mar 2005 14:49:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DDSu0-0004ns-5Y for emacs-devel@gnu.org; Mon, 21 Mar 2005 14:49:29 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DDStz-0004ip-MB for emacs-devel@gnu.org; Mon, 21 Mar 2005 14:49:27 -0500 Original-Received: from [194.126.101.98] (helo=MXR-8.estpak.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DDSbH-0003S1-4B for emacs-devel@gnu.org; Mon, 21 Mar 2005 14:30:07 -0500 Original-Received: from mail.neti.ee (80-235-43-141-dsl.mus.estpak.ee [80.235.43.141]) by MXR-8.estpak.ee (Postfix) with ESMTP id EFB3447431; Mon, 21 Mar 2005 21:29:59 +0200 (EET) Original-To: "Lennart Borgman" In-Reply-To: <003401c52e20$d6f79c70$0200a8c0@sedrcw11488> (Lennart Borgman's message of "Mon, 21 Mar 2005 15:00:23 +0100") User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux) 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:34909 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:34909 "Lennart Borgman" writes: > From: "Luc Teirlinck" >> 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". > > Thanks. I am feeling better. The text "*note " has the `display' text property with the string "see " which is displayed instead of the original text. The function `isearch-range-invisible' (which is used by Info search) doesn't pay attention to the `display' property. It processes only the `invisible' property. It works the same in all Emacs buffers with the `display' property (in `image-mode', `w3m' mode, etc.) where it finds the text not visible on the screen. How to handle this situation is not clear. Should isearch find the displayed text as a contiguous part of the search space? The simplest solution is to treat the `display' property like `invisible' property and to skip the text displayed over the original text. -- Juri Linkov http://www.jurta.org/emacs/