Re: reb-with-current-window
- Delete `reb-with-current-window' and use `with-selected-window'. That is the simplest and the best. The others don't solve any problem important to us. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman
reb-with-current-window
`reb-with-current-window' (from re-builder.el) is a poor man's `with-selected-window', and I'd like to use the real thing. So, options, in (my) preferred order: - Delete `reb-with-current-window' and use `with-selected-window'. This is not as bad as it sounds, be