17 May
2008
17 May
'08
11:28 a.m.
Thomas A. Schmitz wrote:
Yes, you're both right. What I do (and what I find the easiest way): start emacs from the same terminal where you have issued "source .luatex" with the command "open -a emacs". That way, emacs should know about path variables.
Emacs has a setenv command, so you could "do" the whole setuptex in elisp with commands like this in your emacs startup script: (setenv "TEXMF" "{$TEXMFOS,$TEXMFPROJECT,$TEXMFFONTS,$TEXMFLOCAL,$TEXMFEXTRA,!!$TEXMFMAIN}") Maybe that is an idea? Cheers, Taco