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: syntax highlighting / font lock for latex in emacs 21 Date: Thu, 13 Feb 2003 22:13:51 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030214031351.59D0442E65@mixed.dyndns.org> References: <3E4C0DE0.7010104@umich.edu> <3E4C15D8.9040604@umich.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1045192347 13700 80.91.224.249 (14 Feb 2003 03:12:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 03:12:27 +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 18jWH4-0003Yp-00 for ; Fri, 14 Feb 2003 04:12:26 +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 18jWIf-0005Lj-05 for gnu-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2003 22:14:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18jWIV-0005Gy-00 for help-gnu-emacs@gnu.org; Thu, 13 Feb 2003 22:13:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18jWIT-0005E7-00 for help-gnu-emacs@gnu.org; Thu, 13 Feb 2003 22:13:53 -0500 Original-Received: from adsl-66.110.132-78.globetrotter.net ([66.110.132.78] helo=mixed.dyndns.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jWIS-0005AQ-00 for help-gnu-emacs@gnu.org; Thu, 13 Feb 2003 22:13:53 -0500 Original-Received: from mixed.dyndns.org (localhost [127.0.0.1]) by mixed.dyndns.org (Postfix) with ESMTP id 59D0442E65 for ; Thu, 13 Feb 2003 22:13:51 -0500 (EST) Original-To: help-gnu-emacs@gnu.org In-Reply-To: Message from David Kastrup of "Thu, 13 Feb 2003 23:54:22 +0100." X-Mailer: MH-E 7.2+cvs; nmh 1.0.4+dev; GNU Emacs 21.2.1 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.$ 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:6668 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6668 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