Tagged Questions
3
votes
1answer
176 views
emacs --daemon crashing after closing emacsclient -c
I start emacs daemon with the following commnad.
$ emacs --daemon
This seems to work.
After this I start emacs client as follows
$ emacsclient -c
Whenever I close the emacsclient, the server ...
3
votes
1answer
658 views
Disabling caps lock by setxkbmap makes it Shift key in Emacs
I'm using GNU Emacs 23.2.1. within Xfce 4.8.0 (both coming from the Ubuntu Natty repository). I disable the CapsLock by running /usr/bin/setxkbmap -option "ctrl:nocaps" at the beginning of the Xfce ...
3
votes
3answers
566 views
emacs can't open display
Just recently this has started happening; I run: /usr/bin/emacsclient --alternate-editor="" --no-wait -c and get:
ERROR: Display :0.0 can't be opened
No other applications do this.
The output ...