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.pretest.bugs Subject: Re: 23.0.60; Minibuffer for M-x dired broken Date: Tue, 13 May 2008 01:18:10 -0400 Message-ID: References: <877ieey3ym.fsf@gmx.de> <87tzhiwn9y.fsf@gmx.de> <87r6ckbidb.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1210655916 10898 80.91.229.12 (13 May 2008 05:18:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2008 05:18:36 +0000 (UTC) Cc: 153@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org, 173-done@emacsbugs.donarmstrong.com, rfrancoise@debian.org To: Sven Joachim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 13 07:19:11 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jvmus-0005EC-Qj for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 07:19:11 +0200 Original-Received: from localhost ([127.0.0.1]:48343 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jvmu9-0000J5-Ox for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 01:18:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jvmu2-0000IA-Qr for emacs-devel@gnu.org; Tue, 13 May 2008 01:18:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jvmu1-0000Ht-Ds for emacs-devel@gnu.org; Tue, 13 May 2008 01:18:18 -0400 Original-Received: from [199.232.76.173] (port=48670 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jvmu1-0000Ho-3H for emacs-devel@gnu.org; Tue, 13 May 2008 01:18:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:52900) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jvmu0-0007yP-Ov for emacs-devel@gnu.org; Tue, 13 May 2008 01:18:16 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:39443) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Jvmt6-000110-HB for emacs-pretest-bug@gnu.org; Tue, 13 May 2008 01:17:20 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jvmtw-0007ww-3t for emacs-pretest-bug@gnu.org; Tue, 13 May 2008 01:18:16 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:29513 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jvmtv-0007wk-OE for emacs-pretest-bug@gnu.org; Tue, 13 May 2008 01:18:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEAHTBKEhMCpq9/2dsb2JhbACBU6o6 X-IronPort-AV: E=Sophos;i="4.27,477,1204520400"; d="scan'208";a="20483439" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 13 May 2008 01:18:10 -0400 Original-Received: from pastel.home ([76.10.154.189]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id TKF79610; Tue, 13 May 2008 01:18:10 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5D41763591; Tue, 13 May 2008 01:18:10 -0400 (EDT) In-Reply-To: <87r6ckbidb.fsf@gmx.de> (Sven Joachim's message of "Fri, 02 May 2008 21:45:04 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:97065 gmane.emacs.pretest.bugs:22293 Archived-At: > people might find it a bit confusing. Also, if a directory has no > non-trivial subdirectories, C-x d TAB completes to . and .., which is > probably less useful than immediately listing all possible file name > completions. I believe this is now fixed as well, Stefan