From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: epsmjd@ams.org (Michael J Downes) Newsgroups: gmane.emacs.help Subject: Re: AucTeX fontifying: mishandling $ within \verb argument and verbatim environment. Date: 14 Nov 2002 07:51:01 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: <25180b3c.0211140751.32363e2b@posting.google.com> References: <25180b3c.0211081247.76ef121c@posting.google.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1037321120 7475 80.91.224.249 (15 Nov 2002 00:45:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 15 Nov 2002 00:45:20 +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 18CUbm-0001wP-00 for ; Fri, 15 Nov 2002 01:45:18 +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 18CP07-0001UB-00; Thu, 14 Nov 2002 13:46:03 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 130.44.210.2 Original-X-Trace: posting.google.com 1037289061 5655 127.0.0.1 (14 Nov 2002 15:51:01 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 14 Nov 2002 15:51:01 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:107038 Original-To: help-gnu-emacs@gnu.org 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:3617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3617 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. Because the \verb command does require some special syntax (LaTeX book, Section C.6.4), handling it properly would probably not be altogether straightforward.