[ESS] no gnuclient

Richard M. Heiberger rmh at temple.edu
Sun Mar 27 08:32:19 CEST 2005


> options(STERM='iESS', editor='gnuclient -q')

is what you are supposed to get when running Xemacs on Unix.

So why doesn't it work when you do have /usr/bin/gnuclient available?

The first place to look is in the environment.

>From within the *R* buffer, enter
   Sys.getenv("PATH")

You should see /usr/bin in the list. 


>From within M-x shell, enter
  gnuclient -q tmp

the tmp file or directory should open in the existing emacs.

If /usr/bin is not in your path, you need to get it there.
Edit .profile or .cshrc or other appropriate file and add it to the path.




More information about the ESS-help mailing list