On Thu, Jan 16, 2014 at 7:29 PM, Helmut Eller eller.helmut@gmail.com wrote:
I wouldn't spend my time on window management because it's a difficult problem. But don't let me stop you.
FWIW, we've been using this scheme at work for 2 or 3 years and it works pretty well.
(I'll probably have to resort to defadvice for slime-ed, though.)
defadvice shouldn't be needed if you can change the source, e.g., you could add a hook. Maybe it would be better to delegate everything to server-visit-files.
I'll look into it. Thanks for the tips.