From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Olive Newsgroups: gmane.emacs.help Subject: Re: what are the commands on the menu Date: Tue, 05 Apr 2005 15:37:14 +0200 Organization: VUB/ULB Computing Centre Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1112708526 7480 80.91.229.2 (5 Apr 2005 13:42:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 5 Apr 2005 13:42:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 05 15:42:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DIoHx-0003Fr-EP for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2005 15:40:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DInqr-0000vE-FX for geh-help-gnu-emacs@m.gmane.org; Tue, 05 Apr 2005 09:12:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!ikaria.belnet.be!news.belnet.be!snic.vub.ac.be!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 41 Original-NNTP-Posting-Host: logic-pc1.ulb.ac.be Original-X-Trace: snic.vub.ac.be 1112708225 27224 164.15.131.36 (5 Apr 2005 13:37:05 GMT) Original-X-Complaints-To: usenet@snic.vub.ac.be Original-NNTP-Posting-Date: 5 Apr 2005 13:37:05 GMT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040618 X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:129840 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:25398 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25398 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". Olive