I would like to create multiple frames/windows of emacs. Emacs is started by emacs --daemon
and I am invoking emacs by emacsclient
.
I specify I want a other window/frame by -c
option : emacsclient -c
.
But even with -c
option, I can't start another frame/window. Calling two times emacsclient -c
produces one window/frame (first invocation) and another window/frame which open very briefly and shutdown straight (graphically speaking, I only see a flash).
How do I start two (or more) different frames/windows of emacsclient graphically separated?