Re: ido.el reports possible completions wrongly

2006-12-15 Thread Kim F. Storm
Chris Moore [EMAIL PROTECTED] writes: Chris Moore [EMAIL PROTECTED] writes: [EMAIL PROTECTED] (Kim F. Storm) writes: Look at ido-max-directory-size. In this case C-a is your friend. The bug is that the message says: There are no possible completions of what you have typed when in

ido.el reports possible completions wrongly

2006-12-11 Thread Chris Moore
Using this 2 line .emacs file: (require 'ido) (ido-mode t) and with hundreds of files in /usr/bin/, including /usr/bin/gnuplot, typing: C-x C-f / u s r / b i n / g n u p l o ? shows me a message There are no possible completions of what you have typed, but hitting SPC or TAB goes on to

Re: ido.el reports possible completions wrongly

2006-12-11 Thread Kim F. Storm
Chris Moore [EMAIL PROTECTED] writes: Using this 2 line .emacs file: (require 'ido) (ido-mode t) and with hundreds of files in /usr/bin/, including /usr/bin/gnuplot, typing: C-x C-f / u s r / b i n / g n u p l o ? shows me a message There are no possible completions of what you

Re: ido.el reports possible completions wrongly

2006-12-11 Thread Leo
* [2006.12.11 14:37 +0100] Kim F. Storm wrote: C-x C-f / u s r / b i n / g n u p l o ? shows me a message There are no possible completions of what you have typed, but hitting SPC or TAB goes on to complete it to gnuplot, as expected. Which typing

Re: ido.el reports possible completions wrongly

2006-12-11 Thread Juanma Barranquero
On 12/11/06, Leo [EMAIL PROTECTED] wrote: ido-max-directory-size default to 3 and the number of files in /usr/bin/ on my system is 2067. Documentation: *Maximum size (in bytes) for directories to use ido completion. If you enter a directory with a size larger than this size, ido will not

Re: ido.el reports possible completions wrongly

2006-12-11 Thread Leo
* [2006.12.11 15:47 +0100] Juanma Barranquero wrote: ^^ On 12/11/06, Leo [EMAIL PROTECTED] wrote: ido-max-directory-size default to 3 and the number of files in /usr/bin/ on my system is 2067. Documentation: *Maximum size (in bytes) for

Re: ido.el reports possible completions wrongly

2006-12-11 Thread Chris Moore
Chris Moore [EMAIL PROTECTED] writes: [EMAIL PROTECTED] (Kim F. Storm) writes: Look at ido-max-directory-size. In this case C-a is your friend. The bug is that the message says: There are no possible completions of what you have typed when in fact there are possible completions of