help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: closing emacsclient always focuses another emacs window


From: Michael Heerdegen
Subject: Re: closing emacsclient always focuses another emacs window
Date: Sun, 09 Mar 2014 01:44:00 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

trygve.flathen@gmail.com writes:

> This is how all combinations of linuxen, windowmanagers and emacsen I
> have tried until now works.

How do you start the server?

Does evaluating the following change the behavior for you?

(advice-add
 'server-switch-buffer :around
 (lambda (f &rest args)
   (when (car args) (apply f args))))


Regards,

Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]