I am using emacs24.3.1 on Ubuntu 14.04.
I try to use emacs --daemon mode, here is what I have done:
- From a terminal, run "emacs --daemon"
- From another terminal, run "emacsclient -nc -a '' ", a new frame is created.
- When I press the key "M-x", the prompt message displayed in the terminal where I run "emacs --daemon" instead of the minibuffer.
If before step 2, I run "emacs" to open a frame and restart the server. Then keep it opened. The minibuffer works fine.
emacs --daemon -Q? - phils