Before this change with --auto-daemon but without --create-frame
emacs server was started but no clients stay connected to it
(in both graphical and terminal displays).
Note that this changes how --client --auto-daemon works on
graphical display; New emacs frame is now created for the
message (and message-exit-actions hook appended).
``--auto-daemon``
Automatically start Emacs in daemon mode, if the Emacs server
- is not running. Applicable with ``--client``.
+ is not running. Applicable with ``--client``. Implies
+ ``--create-frame``.
``--create-frame``
Create a new frame instead of trying to use the current Emacs
;;
--auto-daemon)
AUTO_DAEMON="--alternate-editor="
+ CREATE_FRAME="-c"
;;
--create-frame)
CREATE_FRAME="-c"