auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] Re: Customize TeX-command-list via .emacs?


From: Alan Ristow
Subject: [AUCTeX] Re: Customize TeX-command-list via .emacs?
Date: Sat, 10 Mar 2007 13:52:36 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.4.0

Ralf Angeli wrote:
* Alan Ristow (2007-03-10) writes:

Ralf Angeli wrote:
(eval-after-load "tex"
  '(setcdr (assoc "BibTeX" TeX-command-list)
          '("bibtex --min-crossrefs=100 %s"
            'TeX-run-command nil t :help "Run BibTeXt with ...")))
Thanks. However, now when I run BibTeX the debugger reports the following in the backtrace window:

Debugger entered--Lisp error: (invalid-function (quote TeX-run-command))

Remove the quote in front of TeX-run-command.

Thanks -- that did the job! And I think I understand now how I could have figured that out myself from the debugger message....

Alan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]