[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacsclient always raise frame (possible regression)
From: |
Stefan Monnier |
Subject: |
Re: emacsclient always raise frame (possible regression) |
Date: |
Mon, 29 Jul 2013 12:41:24 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
>>> (setq server-visit-hook (append server-visit-hook '(raise-frame)))
>> I strongly recommend you use `add-hook' to manipulate hooks.
> Good point! That particular snippet might actually pre-date add-hook;
Of course, such things happen.
> it's from somewhere around emacs 21, maybe 22.
Note that add-hook was added long before Emacs-21.
Stefan