This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Can open two Aquamacs at the same time?

5 posts · 6869 views

I can open as many as Emacs I want on Fedora, but OS X apparently only allows one Aquamacs application to be opened at a time..... :(

Is there any way to work it around?

Thanks.

Re: Can open two Aquamacs at the same time?

Opening just a new frame isn't enough for you? I don't know about Aquamacs, but in Emacs It is in the file menu or you can use the command Ctrl-X 5 2 .

Re: Can open two Aquamacs at the same time?

Yea, but why wouldn't it let you run two instances? I'm not an Apple user, so I can't give any advice, but it strikes me as an odd limitation for a text editor.
Cheers, Dave
Slowly but surely the world is finding Lisp. http://www.findinglisp.com/blog/

Re: Can open two Aquamacs at the same time?

That's a generic OS X (mis?)feature. The OS tries to detect when an app is already open, and forward you to the existing instance rather than starting a new one. You can see this behavior spreading into other apps like firefox which try to prevent multiple instances even on other platforms.

Anyway, try "open -n /Applications/Aquamacs\ Emacs.app" on the command line (e.g. in Terminal.app). I'm not sure whether a gui equivalent exists.

Re: Can open two Aquamacs at the same time?

Dunno for Aquamacs, but for normal Emacs, I have a shell script which executes:
/path/to/Emacs.app/Contents/MacOS/Emacs &