From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: [cs-usenet@arcor.de: tex-mode: too many _ (underscores) interpreted as subscripts] Date: Sun, 03 Oct 2004 15:53:09 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1096833228 14893 80.91.229.6 (3 Oct 2004 19:53:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Oct 2004 19:53:48 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 03 21:53:37 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CECQL-0001g6-00 for ; Sun, 03 Oct 2004 21:53:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CECWu-0002s5-0X for ged-emacs-devel@m.gmane.org; Sun, 03 Oct 2004 16:00:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CECWm-0002rs-Fz for emacs-devel@gnu.org; Sun, 03 Oct 2004 16:00:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CECWl-0002rT-NP for emacs-devel@gnu.org; Sun, 03 Oct 2004 16:00:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CECWl-0002rQ-Jb for emacs-devel@gnu.org; Sun, 03 Oct 2004 16:00:15 -0400 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CECPt-0005V6-TP for emacs-devel@gnu.org; Sun, 03 Oct 2004 15:53:11 -0400 Original-Received: from empanada.home ([67.68.216.150]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041003195151.PHVH1580.simmts12-srv.bellnexxia.net@empanada.home>; Sun, 3 Oct 2004 15:51:51 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 43812311896; Sun, 3 Oct 2004 15:53:09 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: (Ralf Angeli's message of "Sun, 03 Oct 2004 15:52:48 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27851 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27851 > Inhibiting the subscript and superscript fontification is achieved by > checking if certain faces are present. So a quick fix, only covering > \nolinkurl and \url, would be to add these commands e.g. to the > `citations' keywords in `tex-font-lock-keywords-2'. I've just installed such a fix. Stefan