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 application do this.
output from xdpyinfo:
name of display: :0.0
version number: 11.0
vendor string: The X.Org Foundation
vendor release number: 10707000
X.Org version: 1.7.7
.....
<h1>Additional</h1>
Discovered that old emacs servers/daemons are still running.
$ps ux | grep [e]macs
richard 2642 0.0 0.8 38788 24984 ? Ss Jun22 0:25 emacs --daemon
richard 7512 0.0 0.6 33896 19720 ? Ss Jun23 0:05 emacs --daemon
richard 15458 0.0 0.6 32836 19076 ? Ss 09:40 0:01 emacs --daemon
Any one any ideas how these can be shut-down when I log-off?