From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#6636: 24.0.50; special dired feature confuse all dired commands. Date: Sat, 17 Jul 2010 16:43:16 -0400 Message-ID: <87bpa56dqz.fsf@stupidchicken.com> References: <8739vlurj7.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279400463 3244 80.91.229.12 (17 Jul 2010 21:01:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Jul 2010 21:01:03 +0000 (UTC) Cc: 6636@debbugs.gnu.org, 'Thierry Volpiatto' To: "Drew Adams" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 17 23:01:00 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OaEVE-0003md-NG for geb-bug-gnu-emacs@m.gmane.org; Sat, 17 Jul 2010 23:00:57 +0200 Original-Received: from localhost ([127.0.0.1]:55100 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaEVE-0005wk-Fe for geb-bug-gnu-emacs@m.gmane.org; Sat, 17 Jul 2010 17:00:56 -0400 Original-Received: from [140.186.70.92] (port=57633 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaEUs-0005gm-QM for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2010 17:00:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaEUr-00047F-3f for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2010 17:00:34 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47874) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaEUr-00047A-0x for bug-gnu-emacs@gnu.org; Sat, 17 Jul 2010 17:00:33 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OaEEs-0004I7-65; Sat, 17 Jul 2010 16:44:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Jul 2010 20:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6636 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6636-submit@debbugs.gnu.org id=B6636.127939938316477 (code B ref 6636); Sat, 17 Jul 2010 20:44:02 +0000 Original-Received: (at 6636) by debbugs.gnu.org; 17 Jul 2010 20:43:03 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaEDt-0004Hi-Ve for submit@debbugs.gnu.org; Sat, 17 Jul 2010 16:43:02 -0400 Original-Received: from pantheon-po23.its.yale.edu ([130.132.50.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaEDs-0004HW-TZ for 6636@debbugs.gnu.org; Sat, 17 Jul 2010 16:43:01 -0400 Original-Received: from furry (173-14-147-246-NewEngland.hfc.comcastbusiness.net [173.14.147.246]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o6HKhGZK001976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 Jul 2010 16:43:17 -0400 Original-Received: by furry (Postfix, from userid 1000) id E8175C013; Sat, 17 Jul 2010 16:43:16 -0400 (EDT) In-Reply-To: (Drew Adams's message of "Thu, 15 Jul 2010 11:16:58 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 17 Jul 2010 16:44:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:38642 Archived-At: "Drew Adams" writes: > The is in `dired-buffers-for-dir'. It has this code: > > (file-name-non-directory dired-directory) > > This is wrong. `dired-directory' has every right to be a cons, as it > is in this case. > > Function `dired-buffers-for-dir' was introduced in 23.1, creating this > regression wrt Emacs 22.3 and prior releases. I see the bug, but I don't know where you got the idea that this is a regression. dired-buffers-for-dir has been unchanged since 1997 (except for the removal one unused local variable, which does not affect the present behavior bug). I'll check in a fix.