From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: what are the commands on the menu Date: Tue, 05 Apr 2005 15:08:29 +0200 Organization: Organization?!? Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1112706667 787 80.91.229.2 (5 Apr 2005 13:11:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Apr 2005 13:11:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 05 15:11:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DInnU-000627-Sp for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2005 15:08:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DInMO-0005oK-Jz for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2005 08:40:48 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:nOWa8UPHkg9PxwOjGw1g7e6ulwM= Original-Lines: 34 Original-NNTP-Posting-Date: 05 Apr 2005 15:08:29 MEST Original-NNTP-Posting-Host: 29a0bfbc.newsread2.arcor-online.net Original-X-Trace: DXC=k0GlDC0bc>B[T26?78JQ5U85hF6f; DjW\KbG]kaMH]kI_X=5KeaFgO75MOK` 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:25396 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25396 Olive writes: > I used to use the standard TeX mode but D. Kastrup have convinced me > that auctex is better. Actually, it was not really my intent to turn you from the default tex-mode.el as long as it was an informed decision. > My principal trouble about it is that I can't figure out on what > functions the command on the menu are bound. I would like to define > "\C-c\C-f" to be bound to the LaTeX command I see in the menu (to > emulate the key in the stand. mode). This can be called a deficiency of AUCTeX, so it would probably be best discussed on auctex-devel at gnu.org. > But if a do a describe-key on this item; I get something like > menu-function-; which I think is dynamically generated > (?) Yes, more or less. You probably want something like (TeX-command "LaTeX" 'TeX-master-file 0) to run the command "LaTeX" on the master file without prompting. If you have a good suggestion where to add information like that in the documentation (which really could make use of a lot of improvement), please address it to the developer list which is usually quite responsive. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum