As Pete may mentioned, $ open -a /Applications/Emacs.app $ open -a Emacs.app
should work. I usually use the following aliases: alias e='open -a /Applications/Emacs.app' alias en='/Applications/Emacs.app/Contents/MacOS/Emacs -nw' Seiji On 2007/07/05, at 14:26, stefan wrote: > > Thanks for your patience! However, the problem is not yet solved. > Here again: > > $ open -a /Applications/Emacs.app/Contents/MacOS/Emacs > $ open -a Emacs > $ open /Applications/Emacs.app > > Each of these three lines will let the Emacs icon jump exactly once, > but Emacs doesn't start. On the other hand, if Emacs is already > running (since I clicked its icon in the dock the following three > lines > > $ open -a /Applications/Emacs.app/Contents/MacOS/Emacs ~/.profile > $ open -a Emacs ~/.profile > $ open /Applications/Emacs.app ~/.profile > > will all do the right thing: opening a new buffer showing .profile in > the already running Emacs. But why can I not start Emacs anymore (as > with all previous version of Carbon Emacs) from the shell? > > However, I just tried to reinstall an older version of Carbon Emacs > for starting from the prompt previously worked and it does not work > either. Thus the problem is probably local to my machine and not due > to the Summer2007 edition... > > Thanks for your help! > > Best wishes, > Stefan. > > > --~--~---------~--~----~------------~-------~--~----~ "Carbon Emacs" group mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/carbon-emacs?hl=en -~----------~----~----~----~------~----~------~--~---
