From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Gerald Wildgruber Newsgroups: gmane.emacs.help Subject: Re: How to define a new font inserting command in AucTeX? Date: 08 Feb 2003 16:47:40 +0100 Organization: T-Online Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87bs1oyn3l.fsf@at_ipipan.waw.pl> Reply-To: Gerald Wildgruber NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1044720522 28838 80.91.224.249 (8 Feb 2003 16:08:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 16:08:42 +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 18hXWz-0007Ux-00 for ; Sat, 08 Feb 2003 17:08:41 +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 18hXYi-0006q3-02 for gnu-help-gnu-emacs@m.gmane.org; Sat, 08 Feb 2003 11:10:28 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 12 Original-X-Trace: news.t-online.com 1044720532 07 29905 rT+eEpCXTPYkxO 030208 16:08:52 Original-X-Complaints-To: abuse@t-online.com X-Sender: 520037909364-0001@t-dialin.net User-Agent: Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.3.50 Original-Xref: shelby.stanford.edu comp.emacs:77508 gnu.emacs.help:109954 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:6459 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6459 Hello Adam and Kai, thanks for your suggestions; I'm using now something like: (add-hook 'LaTeX-mode-hook '(lambda () (add-to-list 'TeX-font-list (list ?g "\\textgreek{" "}")))) and it works fine. Gerald.