From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Braennstroem Newsgroups: gmane.emacs.help Subject: modify syntax highlighting in auctex Date: 2 Aug 2005 10:47:51 GMT Organization: www.braennstroem.de Message-ID: Reply-To: f.braennstroem@gmx.de NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1122991695 24076 80.91.229.2 (2 Aug 2005 14:08:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2005 14:08:15 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 02 13:13:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzuiY-0008Qh-QI for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 13:13:55 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DzulF-0001UW-7D for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Aug 2005 07:16:41 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news-FFM2.ecrc.net!news0.de.colt.net!news-fra1.dfn.de!news-koe1.dfn.de!news.fernuni-hagen.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: bonsai.fernuni-hagen.de Original-X-Trace: beech.fernuni-hagen.de 1122979671 443 132.176.114.21 (2 Aug 2005 10:47:51 GMT) Original-X-Complaints-To: newsadmin@fernuni-hagen.de Original-NNTP-Posting-Date: 2 Aug 2005 10:47:51 GMT Mail-Copies-To: nobody User-Agent: slrn/0.9.8.1/rt (Linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:132829 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28338 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28338 Hi, all I want to modify syntax highlighting in auctex for the use of beamer documents. Each frame/slide starts with the keyword 'frametitle' and now I want that is has the same style like the 'subsection' keyword, but with a different color, e.g. green. I found in 'font-latex.el' the part where 'subsection' is defined and tried to add: ("title-3" ("frametitle") font-latex-title-3-face 2 (command 1 t)) to change the style to my own config, but it doesn't work. There is probably another part where subsection is somehow defined. The whole frame-environment looks like: \frame { \frametitle{ something } some text } Maybe, it is even possible to change the color of the words frame and framtitle and enlarge and color the title-text!? Greetings, Fabian