auctex
[Top][All Lists]
Advanced

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

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


From: Ralf Angeli
Subject: Re: [AUCTeX] Re: Customize TeX-command-list via .emacs?
Date: Sat, 10 Mar 2007 19:44:42 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux)

* 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.

-- 
Ralf




reply via email to

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