Re: timid.el --- timid completion

2007-03-02 Thread [EMAIL PROTECTED]
I added optional locate support (see variable timid-use-locate), so that completions not in the history are offered from locate results automatically during file completion. After a few days of using timid with the buffer switching integration (currently only iswitchb is supported) to open files

Re: timid.el --- timid completion

2007-02-27 Thread [EMAIL PROTECTED]
I'm an iswitchb user and today I wanted to switch to a buffer which did not exist. After getting used to the comfort of timid completion during file completion the thought occured to me why do I have to tell iswitchb to fall back to file opening in order to open the file? It could show me the

Re: timid.el --- timid completion

2007-02-26 Thread Kim F. Storm
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: I made some improvements: - Completion list is not updated unnecessarily if search pattern is unchanged after editing. - Keybindings for timid completion are configurable. - Generalized binding of completion keys, so timid can be used for other

Re: timid.el --- timid completion

2007-02-26 Thread [EMAIL PROTECTED]
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