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: Re: Todays exercise of sanity (or does "see" really match "not"?) Date: Wed, 23 Mar 2005 15:26:00 -0500 Message-ID: References: <002301c52e18$c9b014a0$0200a8c0@sedrcw11488> <200503211349.j2LDnxX12741@raven.dms.auburn.edu> <003401c52e20$d6f79c70$0200a8c0@sedrcw11488> <87hdj4vppf.fsf@jurta.org> <87br9begh1.fsf@jurta.org> <877jjy4ij3.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111609971 20192 80.91.229.2 (23 Mar 2005 20:32:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2005 20:32:51 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 23 21:32:51 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DECSm-00049v-VD for ged-emacs-devel@m.gmane.org; Wed, 23 Mar 2005 21:28:26 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DECkL-00052w-Re for ged-emacs-devel@m.gmane.org; Wed, 23 Mar 2005 15:46:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DECim-0004aJ-R6 for emacs-devel@gnu.org; Wed, 23 Mar 2005 15:44:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DECie-0004VM-P0 for emacs-devel@gnu.org; Wed, 23 Mar 2005 15:44:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DECie-0004U4-8u for emacs-devel@gnu.org; Wed, 23 Mar 2005 15:44:48 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DECQS-0003fM-N4 for emacs-devel@gnu.org; Wed, 23 Mar 2005 15:26:00 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DECQS-00072p-1z; Wed, 23 Mar 2005 15:26:00 -0500 Original-To: Juri Linkov In-reply-to: <877jjy4ij3.fsf@jurta.org> (message from Juri Linkov on Wed, 23 Mar 2005 15:08:04 +0200) 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:35061 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35061 Info-search operates on plain text Info files without text properties set by Info-fontify. How does that happen? Does Info-fontify sometimes fail to be called? Anyway, when there are no such text properties, as far as I can see, there is no problem and no need for any change. Search will find the text that's in the buffer, which is also what the user sees. Is there something here I am missing?