Aqumacs has a command line name 'aquamacs', and I can use this command to launch the Aquamacs without using 'open -a Aquamacs'.

The thing is that when Aquamacs is already running, calling 'aquamacs' opens a tab in the preexisting frame.

Can I change this behavior? Can I open a new frame not a new tab?

link|improve this question

74% accept rate
feedback

1 Answer

I'm not familiar with Aquamacs, but this is what I do with standard emacs:

emacsclient -n -e '(raise-frame (select-frame (make-frame-command)))'

You can make that a shell alias, a shell script or bind it to a hotkey or something similar.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.