Stefan Monnier writes: > So the really better fix would be to make sure make-frame doesn't change > the focus (especially since the above note is not quite correct: even > for click-to-focus WMs, the new frames may get selected just by virtue > of being new, which is most likely what you're seeing). This patch makes sure that `make-frame' gives the focus back to the previously selected frame. Shall I apply this?