|
| From: | Stefan Monnier |
| Subject: | Re: bug in minibuffer-complete-and-exit, fix included |
| Date: | Tue, 27 Dec 2005 13:27:31 -0500 |
| User-agent: | Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> here's a test case. run emacs -q, then evaluate these forms:
> (setq completion-ignore-case t)
> (read-buffer "buffer name: " nil t)
> enter *scrATCH* at the prompt. it returns *scrATCH*, but it should return
> *scratch*.
I can't reproduce it here. If I start `emacs -Q' and then copy your two
lines of code into *scratch* then hit C-x C-e after the first and C-x C-e
after the second and enter *scrATCH* read-buffer returns "*scratch*".
Stefan
| [Prev in Thread] | Current Thread | [Next in Thread] |