From: Patrick G. <gun...@ir...> - 2002-05-27 15:22:00
|
Enrico Franconi <fra...@cs...> writes: Hi Enrico and Andrew, > The general idea is: > tcsh -c '/Applications/Emacs.app/Contents/MacOS/Emacs OPTIONS &' > where the ampersand should be before the quote. That is great! So I have now made a simple shell-skript wrapper: #! /bin/sh sh -c "/Applications/Emacs.app/Contents/MacOS/Emacs $* &" and an alias alias termemacs="/Applications/Emacs.app/Contents/MacOS/Emacs -nw" Patrick (sorry for sending this twice to you, Enrico) -- I'll fade into the darkness |