On Feb 26, 3:45 pm, [EMAIL PROTECTED] (Kim F. Storm) wrote: > > Instead of the timid-enable / timid-disable, why don't > you make this into a proper minor mode, > e.g. named timid-completion-mode (or just timid-mode). >
Done. > Also, instead of the various "member" checks, it is > better (IMO) to put a 'timid-completion property on > the relevant commands, and then do something like > > (if (eq (get this-command 'timid-completion) 'affected) Good idea. Thanks! Changes: - timid-affected-commands is eliminated. Timid completion affects only those commands which have the `timid-completion' property set to t. - Commands allowed during timid completion must also have `timid-completion' property set to t. Editing commands which modify the pattern must have the property set to `edit'. - Timid mode can be toggled with M-x timid-mode. timid-enable/disable is no more. http://www.emacswiki.org/cgi-bin/emacs/timid.el _______________________________________________ gnu-emacs-sources mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
