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: How to define a new font inserting command in AucTeX? Date: 07 Feb 2003 15:16:52 +0100 Organization: T-Online Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: 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 1044628227 14821 80.91.224.249 (7 Feb 2003 14:30:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2003 14:30: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 18h9WJ-0003qa-00 for ; Fri, 07 Feb 2003 15:30:23 +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 18h9WS-0001cG-00 for gnu-help-gnu-emacs@m.gmane.org; Fri, 07 Feb 2003 09:30:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!news.cse.sc.edu!news.ticon.net!newsfeed.vmunix.org!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: 18 Original-X-Trace: news.t-online.com 1044628019 05 16945 ncneExrETYAFxG 030207 14:26:59 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:77480 gnu.emacs.help:109909 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:6414 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6414 Can anyone help me with the definition of a new font command in AucTeX; I would like to make C-c C-f C-g insert the string \textgreek{} in analogy to the other font commands (like `C-c C-f C-e' for `\emph{}'), with text between point an mark being placed inbetween the brackets. How can I achieve this? Thanks for your help, Gerald.