On Friday, August 19, 2011, fork wrote: > Try running "which emacs" from the prompt -- that will tell you the full path of > the program. Then try running emacs from the full path -- something like > /usr/local/bin/emacs or whatever. See if that solves your problem. "which -a emacs" will tell you if you have more than one emacs on your path. The first one in the list is what gets run when you just type "emacs". -- -PJ