Re: Loop in coding.c (was: Re: its possible to make emacs not respond with ido mode)

2005-06-05 Thread Kenichi Handa
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Kim F. Storm) writes: Handa-san, can you pls. verify the patch below. Stefan Monnier [EMAIL PROTECTED] writes: - This is annoying and time consuming, so i press c-g. However, ido doesnt stop looking, so I get annoyed and press c-g several

Re: its possible to make emacs not respond with ido mode

2005-06-04 Thread Richard Stallman
Thanks for making the feature work correctly. ___ Emacs-pretest-bug mailing list Emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Re: its possible to make emacs not respond with ido mode

2005-05-27 Thread Kim F. Storm
Joakim Verona [EMAIL PROTECTED] writes: sometimes, with very recent cvs emacsen, its possible to make emacs not respond. Its not easy to reproduce, but goes something like this: - c-x f, start entering a filename which isnt in the directory - ido starts looking for the file everywhere

Re: its possible to make emacs not respond with ido mode

2005-05-27 Thread Stefan Monnier
- ido starts looking for the file everywhere according to some algorithm I dont know, something like locate. - This is annoying and time consuming, so i press c-g. However, ido doesnt stop looking, so I get annoyed and press c-g several times quickly. I recommend the use of while-no-input

its possible to make emacs not respond with ido mode

2005-05-26 Thread Joakim Verona
Symptoms: I have ido mode enabled, for all operations, with these lines in my .emacs configure section: '(ido-default-buffer-method (quote samewindow)) '(ido-enable-flex-matching t) '(ido-everywhere t) '(ido-show-dot-for-dired t) '(ido-use-filename-at-point t) '(ido-use-url-at-point t)