auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] Re: Specifying the TeX tree


From: David Kastrup
Subject: Re: [AUCTeX] Re: Specifying the TeX tree
Date: Sun, 19 Mar 2006 22:47:47 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Olivier Lefevre <address@hidden> writes:

>> And why don't you set LaTeX-command-style as told? Of course, when
>> you choose to do the wrong things, wrong things will happen.  But this
>> particular problem is not inherent of AUCTeX.
>
> This is needlessly aggressive. You were saying it isn't but by default
> it _is_: I was just explaining what I did the first time. It does work
> if one uses LaTeX-comnand-style but you were advising against
> it... Anyway, so I will take that route.
>
>> Uh, TeX/LaTeX is not "just one application".
>
> I know that, thanks. I meant that AUCTeX is the only application on my
> machine that needs to find TeX et al.

But you may be creating batch files and similar in connection with
TeX, and then AUCTeX won't necessarily come into play at all.  A
solution not using PATH, and even if it is just something like

(unless (member "c:/TeX/bin" exec-path)
  (push "c:/TeX/bin" exec-path)
  (setenv "PATH" (concat "c:/TeX/bin;" (getenv "PATH"))))

in your dotemacs.  Still far from optimal (why should a shell or batch
file inside of Emacs behave different from outside it).

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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