Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: letters AT hotpop DOT com (Jari Aalto+mail.emacs) To: cygwin AT cygwin DOT com Subject: Re: Emacs: completion of buffer names ignores case Keywords: names,case,buffer,shell,setq X-Sender-Info: Emacs resources http://tiny-tools.sourceforge.net/ http://poboxes.com/jari.aalto ICQ 'jari-aalto' 82313129 PGP 2.6.x keyid 47141D35 http://www.pgpi.net/ References: <87adjaeuer DOT fsf AT blarg DOT net> Date: Fri, 13 Dec 2002 23:50:30 +0200 In-Reply-To: <87adjaeuer.fsf@blarg.net> (Eric Hanchrow's message of "12 Dec 2002 14:37:00 -0800") Message-ID: User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/20.7 (i386-*-nt5.0.2195) (i386-*-nt5.0.2195) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii * 2002-12-12 Eric Hanchrow list.cygwin * Message-Id: <87adjaeuer DOT fsf AT blarg DOT net> > 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 completing > file names on Windows, since Windows itself doesn't distinguish file > names by case. But since Emacs does distinguish buffer names by case, > I expect it, when completing buffer names, to ignore a buffer whose > name differs in case from what I've typed. You may like package `ibuffer' (global-set-key "\C-xb" 'iswitchb-buffer) (autoload 'iswitchb-buffer "iswitchb" "" t) (setq iswitchb-default-method 'always-frame) (setq iswitchb-case nil) (setq iswitchb-resize-minibuffer-mode nil) Just type ANY characters you remember, and hit RET. Jari -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/