From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Hiding *Note:: "tags" in info files Date: 31 Oct 2002 13:24:03 +0900 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021029120319.95A4F7C012@mail.filanet.dk> <5xvg3jo57z.fsf@kfs2.cua.dk> Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036038489 32409 80.91.224.249 (31 Oct 2002 04:28:09 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2002 04:28:09 +0000 (UTC) Cc: storm@cua.dk (Kim F. Storm), rms@gnu.org, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1876wC-0008QW-00 for ; Thu, 31 Oct 2002 05:28:08 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18771c-0006XF-00 for ; Thu, 31 Oct 2002 05:33:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1876uj-0006RF-00; Wed, 30 Oct 2002 23:26:37 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1876tO-0005yI-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 23:25:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1876tN-0005xu-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 23:25:14 -0500 Original-Received: from tyo202.gate.nec.co.jp ([210.143.35.52]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1876tL-0005uG-00; Wed, 30 Oct 2002 23:25:12 -0500 Original-Received: from mailgate4.nec.co.jp ([10.7.69.193]) by TYO202.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id g9V4Oql06732; Thu, 31 Oct 2002 13:24:53 +0900 (JST) Original-Received: from mailsv.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id g9V4OFH13926; Thu, 31 Oct 2002 13:24:36 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp ([10.30.114.133]) by mailsv.nec.co.jp (8.11.6/3.7W-MAILSV-NEC) with ESMTP id g9V4ODB13039; Thu, 31 Oct 2002 13:24:14 +0900 (JST) Original-Received: from mcspd15.ucom.lsi.nec.co.jp (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.10.2+Sun/3.7Wlsi_mx_6.0) with ESMTP id g9V4OCB00202; Thu, 31 Oct 2002 13:24:13 +0900 (JST) Original-Received: by mcspd15.ucom.lsi.nec.co.jp (Postfix, from userid 31295) id 358C036FF; Thu, 31 Oct 2002 13:24:04 +0900 (JST) Original-To: Karl Eichwalder System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: Original-Lines: 19 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8981 Karl Eichwalder writes: > Please, don't touch this stuff well working; cf. Andreas' postings on > correct texinfo markup usage! > > Seeing *Note or *note is very useful I you don't want to use font-lock. It would be very simple to make the `invisible' parts be invisible only when font-lock-mode is turned on. [It could be done by having info use a `font-lock-invisible' property instead of `invisible', and arranging for font-lock-mode to add an appropriate mapping between the two to `char-property-alias-alist' when font-lock-mode is turned on. I'm not sure if this should be a feature provided by font-lock-mode generally, or something info-specific.] -Miles -- "Most attacks seem to take place at night, during a rainstorm, uphill, where four map sheets join." -- Anon. British Officer in WW I