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: Thu, 24 Mar 2005 02:21:52 +0200 Organization: JURTA Message-ID: <87u0n2hqrr.fsf@jurta.org> 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> <200503231419.j2NEJcL00651@raven.dms.auburn.edu> <87k6nyz8xn.fsf@jurta.org> <200503231703.j2NH3BN03704@raven.dms.auburn.edu> <87wtryqffi.fsf@jurta.org> <200503232116.j2NLGfp07884@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111624294 31841 80.91.229.2 (24 Mar 2005 00:31:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2005 00:31:34 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 24 01:34:04 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEGIT-0002oj-UQ for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2005 01:34:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEGXe-0003Vo-V8 for ged-emacs-devel@m.gmane.org; Wed, 23 Mar 2005 19:49:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DEGWC-0002rV-MU for emacs-devel@gnu.org; Wed, 23 Mar 2005 19:48:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DEGW2-0002kz-5B for emacs-devel@gnu.org; Wed, 23 Mar 2005 19:48:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEGVz-0002jz-B0 for emacs-devel@gnu.org; Wed, 23 Mar 2005 19:47:59 -0500 Original-Received: from [194.126.101.98] (helo=MXR-3.estpak.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DEGCN-0003dx-Br; Wed, 23 Mar 2005 19:27:43 -0500 Original-Received: from mail.neti.ee (80-235-34-194-dsl.mus.estpak.ee [80.235.34.194]) by MXR-3.estpak.ee (Postfix) with ESMTP id 2F281137A60; Thu, 24 Mar 2005 02:27:38 +0200 (EET) Original-To: Luc Teirlinck In-Reply-To: <200503232116.j2NLGfp07884@raven.dms.auburn.edu> (Luc Teirlinck's message of "Wed, 23 Mar 2005 15:16:41 -0600 (CST)") 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:35077 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35077 > `*Note' _is_ a part of the text. It occurs in the output produced by > `makeinfo --plaintext', which, since it is entirely plain text, does > not have _any_ special markers. Anyway, rather than to argue over > terminology, the important thing is: the user sees it, search has to > find it. Note that both `s' and `C-s' in standalone Info correctly > match `*Note'. If `not' would not match `*Note' in Emacs Info with > Info-hide-note-references set to t, then this would be very confusing. ==== Did you mean "Info-hide-note-references set to nil"? > It would make people start to doubt the reliability of search in > Emacs. (What _other_ stuff does search in Emacs ignore?) It would be > an outright bug. Isearch ignores text with `invisible' text properties and hidden overlays according to `buffer-invisibility-spec'. Info-search ignores Info files headers, header lines and Tag Table nodes. > Sorry for misspelling your name once more in my previous reply. > I do not know why I keep doing this. I guess it's because you manually type a citation line every time you write a response. To insert it automatically you can use message.el and set `message-citation-line-function' to `message-insert-citation-line'. -- Juri Linkov http://www.jurta.org/emacs/