From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: bug in minibuffer-complete-and-exit, fix included Date: Tue, 27 Dec 2005 11:51:27 -0700 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1135709553 32617 80.91.229.2 (27 Dec 2005 18:52:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Dec 2005 18:52:33 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 27 19:52:32 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ErJvs-0008AZ-L5 for ged-emacs-devel@m.gmane.org; Tue, 27 Dec 2005 19:52:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErJx8-0007hk-FK for ged-emacs-devel@m.gmane.org; Tue, 27 Dec 2005 13:53:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ErJwY-0007h2-0p for emacs-devel@gnu.org; Tue, 27 Dec 2005 13:53:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ErJwV-0007fm-GS for emacs-devel@gnu.org; Tue, 27 Dec 2005 13:53:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErJwV-0007fg-7H for emacs-devel@gnu.org; Tue, 27 Dec 2005 13:53:03 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1ErJwW-0002Zd-Tu for emacs-devel@gnu.org; Tue, 27 Dec 2005 13:53:05 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1ErJv7-0007sF-Mf for emacs-devel@gnu.org; Tue, 27 Dec 2005 19:51:37 +0100 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Dec 2005 19:51:37 +0100 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Dec 2005 19:51:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48415 gmane.emacs.bugs:14681 Archived-At: Stefan Monnier wrote: >>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*". I know Ryan posted a patch against CVS, but FWIW in Emacs 21.4 read-buffer returns "*scrATCH*". -- Kevin