From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.devel Subject: Changed behavior of `all-completions' wrt case - bug? Date: Mon, 11 Jun 2012 04:17:41 +0200 Message-ID: <87wr3ezj5m.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339381255 17270 80.91.229.3 (11 Jun 2012 02:20:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 11 Jun 2012 02:20:55 +0000 (UTC) To: Emacs Development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 11 04:20:54 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SduFR-0006ey-MO for ged-emacs-devel@m.gmane.org; Mon, 11 Jun 2012 04:20:53 +0200 Original-Received: from localhost ([::1]:37587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SduFR-0003Zh-H8 for ged-emacs-devel@m.gmane.org; Sun, 10 Jun 2012 22:20:53 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41222) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SduFO-0003ZZ-6R for emacs-devel@gnu.org; Sun, 10 Jun 2012 22:20:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SduFM-0005YK-Eo for emacs-devel@gnu.org; Sun, 10 Jun 2012 22:20:49 -0400 Original-Received: from mout.web.de ([212.227.17.12]:52200) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SduFM-0005W7-4B for emacs-devel@gnu.org; Sun, 10 Jun 2012 22:20:48 -0400 Original-Received: from snow.dragon ([89.204.130.128]) by smtp.web.de (mrweb102) with ESMTPSA (Nemesis) id 0MYeuk-1SRCql0jys-00VriY; Mon, 11 Jun 2012 04:15:45 +0200 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-Provags-ID: V02:K0:uQoge3MV33GRnt2ccBVfevBjuWNJgVsPEtxQ9Nhglrw +SF2jjDjtm8kJBqJQsdlPKtV9DV7dExi+5PFOV0wNOOV/ri9IH N5FEaVicv1Rrgo72Y1AZYEPWoDQthPI1hHJ89QUWT1q4u0osqM zPBvNiLExMUchWP2Xu2hjchP/a8K2+cY5LzYb1fnNlYVIxohS4 AgWoWKOpKZQ940DX1u52uZtsHsWWLY/HY0IXiRahM8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150889 Archived-At: Hello, I use emacs on Debian Linux. I have a directory "~/Trash". If I eval (let ((completion-ignore-case t)) (all-completions "~/tra" 'read-file-name-internal 'file-exists-p nil)) in emacs -Q (Emacs 24.1.50.1), I get (#("trash/" 0 3 (face completions-common-part))) Note the lower case of the result. In Emacs 23, however, I get ("Trash/") that is, the right case. Is this change in the behavior of `all-completions' a bug? I don't know if this causes any harm in vanilla Emacs - however, there is a related completion bug in Icicles. Thanks, Michael.