* Martin A. Gross B. (2005-11-15) writes:

> How do I set the latex Path for emacs, if it doesn't find it?
>
> I just found out the answer, tried it, and it works for me:
>
> Adding
>
> (setenv "PATH" (concat "opt/texlive/bin/i386-linux:" (getenv "PATH")))
>
> to the .emacs

I consider this a bad solution.  If Emacs does not find the binaries
then other programs might not find them either.  It is better to fix
this globally in your system's environment than locally in Emacs.

-- 
Ralf


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to