Author: Drew AdamsDrew Adams Date: Aug 20, 2008 09:28
>> If what I describe above is not what you see, and you think
>> what you're seeing is a bug, then please file a bug report: `M-x
>> icicle-send-bug-report'.
>
> I guess it is a bug, if i have a saved set and do a C-x
> C-f, C-{, RET (to select the last set saved), I can even see the set of
> files that was stored and if i click on them using the mouse before
> typing anything they are going to open,
That means that they were correctly restored as the current set of completion
candidates.
> but as soon as i type anything they disappear,
Anything? What you type needs to match at least one of the candidates, or it
will say "No match".
> even if i type something like * to match everything no go,
`*' matches only names that contain the character `*'. Perhaps that's your
problem?
Empty input matches everything, and if you use apropos completion (`S-TAB') `.*'
matches everything.
|