From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.bugs Subject: Re: bug in minibuffer-complete-and-exit, fix included Date: Tue, 27 Dec 2005 13:27:31 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1135708085 28367 80.91.229.2 (27 Dec 2005 18:28:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Dec 2005 18:28:05 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 27 19:28:03 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 1ErJYC-0006bW-Ki for ged-emacs-devel@m.gmane.org; Tue, 27 Dec 2005 19:27:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErJZS-0000LE-UY for ged-emacs-devel@m.gmane.org; Tue, 27 Dec 2005 13:29:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ErJZG-0000KQ-A5 for emacs-devel@gnu.org; Tue, 27 Dec 2005 13:29:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ErJZC-0000Ey-5Z for emacs-devel@gnu.org; Tue, 27 Dec 2005 13:29:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ErJZA-0000A1-6t; Tue, 27 Dec 2005 13:28:56 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ErJZC-0006Kt-Hv; Tue, 27 Dec 2005 13:28:58 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 8860833E604; Tue, 27 Dec 2005 13:27:36 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 000704AC00A; Tue, 27 Dec 2005 13:27:31 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id B5CC0E6C20; Tue, 27 Dec 2005 13:27:31 -0500 (EST) Original-To: Ryan Barrett In-Reply-To: (Ryan Barrett's message of "Tue, 27 Dec 2005 00:38:38 -0800 (PST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.854, requis 5, autolearn=not spam, AWL 0.05, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca 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:48414 gmane.emacs.bugs:14680 Archived-At: > 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