I'm trying to add emacs to apple's cocoa wm menu. For my local machine if I simply add "emacs" I get an error on the console that standard input is not a tty when I try to run it. I cluelessly tried:
Originally posted by lurk Which emacs are you trying to add? The terminal version that came with OSX? One of the Xwindows versions? The Carbonized version?
I should point out that what I've been doing since my attempts at putting it in the menu are failing, is running xterm and then running emacs from there (which successfully runs the X11 version of emacs which is in my path).
Try using the explicit path I think it is picking up the terminal version. That is add /sw/bin/emacs to the menu. You may also have to add (push "/sw/bin" exec-path) to your .emacs to get all the goodies to work.