From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Steve Petersen Newsgroups: gmane.emacs.help Subject: Re: syntax highlighting / font lock for latex in emacs 21 Date: Thu, 13 Feb 2003 22:50:01 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E4C6769.5000706@umich.edu> References: <3E4C0DE0.7010104@umich.edu> <3E4C15D8.9040604@umich.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1045195751 24211 80.91.224.249 (14 Feb 2003 04:09:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 04:09:11 +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 18jX9j-0006Hk-00 for ; Fri, 14 Feb 2003 05:08:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jXBK-0004Fc-02 for gnu-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2003 23:10:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!newsxfer.eecs.umich.edu!news.itd.umich.edu!not-for-mail User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 43 Original-NNTP-Posting-Host: 207.75.178.104 Original-X-Trace: news.itd.umich.edu 1045194652 207.75.178.104 (Thu, 13 Feb 2003 22:50:52 EST) Original-NNTP-Posting-Date: Thu, 13 Feb 2003 22:50:52 EST Original-Xref: shelby.stanford.edu gnu.emacs.help:110167 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6670 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6670 I'm sorry... I didn't mean to be the whiny ingrate! Actually I'm the whiny but extremely grateful guy. Thank you both for all the great, *free* work that has contributed so much to my getting through grad school still sane (so far). Steve Peter S Galbraith wrote: > David Kastrup wrote: > > >>Steve Petersen writes: >> >> >>>Oh, except the colors are kinda ugly! But I expect that can be fixed >>>later, *after* the paper is written. >> >>I agree, but have not found out how to fix them, yet. And I am the >>maintainer of AUCTeX... Shows you the incompetence that some projects >>have to suffer under. > > > Okay, okay. To each his own. I happen to like 'em. > > Customize them! > > M-x customize-face [RET] font-latex-[TAB] > > Or do it the old way, like I wrote in the font-latex.el file itself: > > ;; Changing colours > ;; > ;; Okay, so you hate the colours I picked. How do you change them you ask? > ;; First, find the font name to change using the command: > ;; M-x list-text-properties-at > ;; Then, suppose you got `font-latex-math-face', edit ~/.Xdefaults and add: > ;; Emacs.font-latex-math-face.attributeForeground: blue > ;; without the semi-colon I'm using here ascomment delimiters, of course. > > Peter > >