[OS X Emacs] SyncTex

Peter Dyballa Peter_Dyballa at Web.DE
Fri Jan 30 13:26:55 EST 2009


Am 30.01.2009 um 17:32 schrieb Arthur Ogus:

> But my path shows:
> echo $PATH
> .:/Applications/Emacs.app/Contents/MacOS/bin:/usr/local/teTeX/bin/ 
> powerpc-apple-darwin-current:/sw/bin:/sw/sbin:/usr/libexec:/ 
> Developer/Tools:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/ 
> usr/sbin:/usr/X11R6/bin:/usr/texbin:/usr/X11/bin:/opt/local/bin
> Onyx:bin arthur$

Which Emacs is showing this? Do you see it in Terminal or in some  
Emacsen's *shell* buffer?

>
> I'm not sure how to fix this.  My bash profile says:
>
> PATH=$PATH:/opt/local/bin
>
>
> Where else should I look to fix what is going  on?


There are files in /private/etc named profile or bashrc. Your own  
init file can contain some old stuff. You could try:

	grep teTeX ~/.*

The component /Applications/Emacs.app/Contents/MacOS/bin indicates  
that some Carbon Emacs variant is the culprit. You could try:

	find /Applications/Emacs.app/Contents -type f -name "*.el" -exec  
grep teTeX {} /dev/null \;

or try the find-grep function in GNU Emacs in a similiar way.

--
Greetings

   Pete

Debugging? Klingons do not debug. Our software does not coddle the weak.




More information about the MacOSX-Emacs mailing list