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:53:47 +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 1112709359 10552 80.91.229.2 (5 Apr 2005 13:55:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Apr 2005 13:55:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 05 15:55:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DIoUc-0005W7-ER for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2005 15:53:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DIo3W-0007IV-Cu for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2005 09:25:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed.news.tiscali.de!newsfeed.freenet.de!151.189.20.20.MISMATCH!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:kAHS4QbVbcG+TLSvaQJz2yvb8mM= Original-Lines: 42 Original-NNTP-Posting-Date: 05 Apr 2005 15:53:47 MEST Original-NNTP-Posting-Host: 025f56fe.newsread4.arcor-online.net Original-X-Trace: DXC=6k38U8KDG8oXiD6\]5e5en:ejgIfPPlddjW\KbG]kaMhFYk:AnJB[Cm?06?i>6k00l1_LiI6ENVam3>5MOK` 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:25400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25400 Olive writes: > David Kastrup wrote: >> 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) > > I had already tried this (after having looked in the source code; > trying to guess how thing are done); but then the files are not > saved if there are been modified (I have configured auctex to save > all the modified files). I have not tried to remake the LaTeX > command by trying to save the files myself since this command > already exists and I tought that all I have to do is to "locate it". No such command exists yet. This is done in the course of TeX-command-query which is not consulted here. You need to do something like (TeX-save-document (TeX-master-file)) yourself. Again: this is rather a topic for the developer list of AUCTeX than for this group. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum