>> Stefan Monnier >> on Sun, 09 Jun 2013 12:03:55 -0400 wrote: [...] >> Second patch is to windresize. Depending on the value of >> windresize-exit-on-other-command, windresize will exit on any other >> command than those defined in windresize-map. I set it to t by >> default. It seems like a nicer default given the discussion on current >> thread. > I don't think it's worth the trouble to keep the > "windresize-exit-on-other-command==nil" option. I agree. It also leads to a simpler code, so here it is. The patch is against elpa branch. It does rely on 'on-exit argument for set-temporary-overlay-map in my other patch. So it makes sense only if windresize becomes part of emacs proper (thing that I infer conceivable from your previous posts). Otherwise an explicit check for versions should be introduced and also windresize-exit-on-other-command probably kept. Vitalie