Re: [Fink-beginners] Emacs and $PATH

2003-03-20 Thread Jonathan Levi MD
You could create an executable wrapper script, say /usr/local/bin/my-emacswrapper.sh, approximately: #!/bin/bash PATH=$PATH:(put additional path directories here) exec emacs (or maybe the last line should just read "emacs", or "emacs &" plus any options you want to pass to emacs; help me, someon

Re: [Fink-beginners] Emacs and $PATH

2003-03-20 Thread Alexander Hansen
I'm not sure. I know what to do for Apple X11, but I don't know how to connect it up with your problem. People did write in with PATH problems with X11-based emacs, and what was determined is that one really couldn't add to the PATH within emacs. My suggestion would be to see if your PATH as sho

Re: [Fink-beginners] Emacs and $PATH

2003-03-20 Thread Alexis
Do you have any ideas on how to fix that? On Thursday, Mar 20, 2003, at 22:16 Europe/London, Alexander Hansen wrote: It might be the same kind of problem, though. Under Apple X11, if you run an application from the Applications Menu, the PATH doesn't get set up properly. On Thu, 2003-03-20 at 1

Re: [Fink-beginners] Emacs and $PATH

2003-03-20 Thread Alexander Hansen
It might be the same kind of problem, though. Under Apple X11, if you run an application from the Applications Menu, the PATH doesn't get set up properly. On Thu, 2003-03-20 at 17:10, Alexis wrote: > I have it installed indeed. > But I guess my emacs does not use it, but the carbon lib. > > On T

Re: [Fink-beginners] Emacs and $PATH

2003-03-20 Thread Alexander Hansen
Are you using Apple X11, by any chance? On Thu, 2003-03-20 at 15:47, Alexis wrote: > Hi guys, > > I've got a problem which is not strictly related to fink, but I dont > know where else to ask. I am trying to install latex via fink. I am now > trying to use latex with auctex, the great emacs pac

Re: [Fink-beginners] Emacs and $PATH

2003-03-20 Thread Alexis
I have it installed indeed. But I guess my emacs does not use it, but the carbon lib. On Thursday, Mar 20, 2003, at 22:04 Europe/London, Alexander Hansen wrote: Are you using Apple X11, by any chance? On Thu, 2003-03-20 at 15:47, Alexis wrote: Hi guys, I've got a problem which is not strictly r

[Fink-beginners] Emacs and $PATH

2003-03-20 Thread Alexis
Hi guys, I've got a problem which is not strictly related to fink, but I dont know where else to ask. I am trying to install latex via fink. I am now trying to use latex with auctex, the great emacs package. But unfortunately, it doesnt work, and I think thats because, for some reason, the $PA