Just installed emacs22 and I see, it's not that easy.
The client argument has the wrong type or something when emacs22.
So I'll have to investigate some more...
Best,
Sebastian
Sebastian Rose writes:
> Hi John,
>
>
> The appended patch should do.
>
>
> I found, that here (emacs 23) it wor
Hi John,
The appended patch should do.
I found, that here (emacs 23) it works, if I replace
`server-delete-client'
with
`server-sentinel'
In emacs23, `server-sentinel' calls `server-delete-client'.
I found `server-sentinel' in emacs22 (lisp/server.el) and it seems to do
what we need
Hi John,
looks like I have to install emacs22 too - it's the current stable...
I wonder which function will delete the client in emacs-22.
Does anyone here know?
I will take a look in emacs 22 and be back.
Sebastian
John Rakestraw writes:
> Hi --
>
> I'm a simple guy, not a coder, and