I mentioned library icicles.el on 8/14 (subject "icicles-menu.el", the
sister library). It lets you cycle through the completion candidates, or
complete your input to them, using regexp matching ("apropos completion") or
ordinary prefix matching.This completion and cycling works not only for command execution (M-x), but also for any other minibuffer input that uses completion. This includes commands that read buffer names (e.g. C-x b) and file names (e.g. C-x C-f). A new version of icicles.el is available that, in particular, works correctly wrt file-name completion on non-MS Windows platforms (!). Because I use Emacs mainly on MS Windows, I was not aware that the previous version was bugged wrt file-name completion. So, if you do not use MS Windows, and you had trouble with the previous version, please try the new version. Available here: http://www.emacswiki.org/cgi-bin/wiki/icicles.el. Writeup is here: http://www.emacswiki.org/cgi-bin/wiki/Icicles. Enjoy! _______________________________________________ Gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
