From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.help Subject: Re: AucTeX fontifying: mishandling $ within \verb argument and verbatim environment. Date: Thu, 14 Nov 2002 19:54:27 -0500 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20021115005427.F02F6431EE@mixed.dyndns.org> References: <25180b3c.0211081247.76ef121c@posting.google.com> <25180b3c.0211140751.32363e2b@posting.google.com> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1037448264 11458 80.91.224.249 (16 Nov 2002 12:04:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 16 Nov 2002 12:04:24 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18D1gU-0002yf-00 for ; Sat, 16 Nov 2002 13:04:22 +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 18D1c2-0003j0-00; Sat, 16 Nov 2002 06:59:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18CUkk-0008JQ-00 for help-gnu-emacs@gnu.org; Thu, 14 Nov 2002 19:54:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18CUki-0008IN-00 for help-gnu-emacs@gnu.org; Thu, 14 Nov 2002 19:54:34 -0500 Original-Received: from adsl-66.110.155-94.globetrotter.net ([66.110.155.94] helo=mixed.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18CUki-0008Fl-00 for help-gnu-emacs@gnu.org; Thu, 14 Nov 2002 19:54:32 -0500 Original-Received: from mixed.dyndns.org (localhost [127.0.0.1]) by mixed.dyndns.org (Postfix) with ESMTP id F02F6431EE for ; Thu, 14 Nov 2002 19:54:27 -0500 (EST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: Message from epsmjd@ams.org (Michael J Downes) of "Thu, 14 Nov 2002 07:51:01 PST." <25180b3c.0211140751.32363e2b@posting.google.com> X-Mailer: MH-E 6.1+cvs; nmh 1.0.4+dev; Emacs 21.2 X-Face: "#bYm%*(4JuXAkouMxaLz|M2dbXUFnQ"IRX)zpsiM"(B}`#|_b548$VB}5L&VIck1F#FNc' rsASk0?-/gFp2qzM>0]`Jc}Qd<8[l)N7{8%qMN~{|DS.ME.$ Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3658 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3658 Michael J Downes wrote: > Peter S Galbraith writes: > > > I wouldn't know how to fix the \verb problem (I don't even know thta > > LaTeX command and don't have a LaTeX book close-by), but without that > > line the \vertabim is handled correctly by font-latex.el > > Thanks for the tip. I had downloaded a copy of > font-latex.el some time ago, "Version: 0.500 (23 Sep 97)", but > after fetching version 0.800 from http://people.debian.org/~psg/ I did > find that the handling of {verbatim} sections was better. Good stuff. It could be renamed V1.0. It's stable now. You said you use AucTeX. font-latex is distributed with it so you won't have to keep peeking at my web page for more recent versions. > Because the \verb command does require some special syntax (LaTeX book, > Section C.6.4), handling it properly would probably not be altogether > straightforward. I must admit I haven't looked into it, but if you say so. Thanks, Peter