Re: [dev] [dwm] Emacs ediff popup window does not get focus

2018-10-09 Thread Sean MacLennan
So I instrumented dwm with some debugs and found that the terminal was indeed grabbing focus with an enter notify. So I found a workaround within GNU Emacs. Non GNU Emacs users can just look away now. (setf (alist-get 'top ediff-control-frame-parameters) 1) (setf (alist-get 'left ediff-control-fr

Re: [dev] [dwm] Emacs ediff popup window does not get focus

2018-10-09 Thread Sean MacLennan
On Mon, 8 Oct 2018 13:27:23 -0700 AR Garbe wrote: > Hi Sean, > > try forcing that window as floating window via: > > { "Ediff", NULL, NULL, 0,1, > -1 }, > > or > > { "Emacs", "Ediff", NULL, 0,1, > -1 }, > > in the rules[] section of co