Re: Case-insensitive completion is broken

2006-12-09 Thread Christopher J. Madsen
Markus Triska writes: > "Chris Madsen" <[EMAIL PROTECTED]> writes: > > > I expected it to complete "f" to "Foo", because all possible > > completions begin with "Foo". That's what it does if you don't enable > > partial-completion-mode. But with partial-completion-mode enabled, it > > comp

Re: Case-insensitive partial-completion bug

2006-11-27 Thread Christopher J. Madsen
It's been two weeks, and I haven't heard anything. Were you unable to reproduce the problem? It still occurs in the CVS 22.0.91 version I just built. Christopher J. Madsen writes: > In a shell, create a new directory and cd there. > > touch Foo Foobar > > emacs

Case-insensitive partial-completion bug

2006-11-12 Thread Christopher J. Madsen
Please describe exactly what actions triggered the bug and the precise symptoms of the bug: In a shell, create a new directory and cd there. > touch Foo Foobar > emacs -Q In the *scratch* buffer, type: (setq read-file-name-completion-ignore-case t) C-j M-x partial-completion-mode C-x C-f foo