Re: Emacs: completion of buffer names ignores case

2002-12-13 Thread Joe Buehler
Eric Hanchrow wrote: Possible completions are: *Shell Command Output* *shell* Now, I can understand that Emacs would ignore case when completing file names on Windows, since Windows itself doesn't distinguish file names by case. But since Emacs does distinguish buffer names

Re: Emacs: completion of buffer names ignores case

2002-12-13 Thread Joe Buehler
Eric, While looking at this, I tried it -- and I have no problem on my machine. Would you run emacs --no-site-file --no-init-file and see if you still have the problem? Also, what version of windows are you running? Joe Buehler -- Unsubscribe info:

Re: Emacs: completion of buffer names ignores case

2002-12-13 Thread Joe Buehler
Eric, I think you have completion-ignore-case set to t in your emacs. It is not set in mine. Fire it up with the no-init args I posted previously and see if it is still set. Joe Buehler -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

Re: Emacs: completion of buffer names ignores case

2002-12-13 Thread Jari Aalto+mail.emacs
* 2002-12-12 Eric Hanchrow [EMAIL PROTECTED] list.cygwin * Message-Id: [EMAIL PROTECTED] I'm using emacs-21.2-10. I frequently want to switch to the buffer named `*shell*', so I type *Shell Command Output* *shell* Now, I can understand that Emacs would ignore case when

Emacs: completion of buffer names ignores case

2002-12-12 Thread Eric Hanchrow
I'm using emacs-21.2-10. I frequently want to switch to the buffer named `*shell*', so I type C-x b * s h e SPC RET expecting that, since `*shell*' is the only buffer whose name begins with `*she', the SPC will cause its complete name (`*shell*') to appear in the minibuffer, and the