From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#13152: 24.2.90; [REGRESSION] dired-get-marked-files changed Date: Wed, 12 Dec 2012 11:29:20 +0200 Organization: JURTA Message-ID: <87fw3bpqir.fsf@mail.jurta.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1355304933 28015 80.91.229.3 (12 Dec 2012 09:35:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Dec 2012 09:35:33 +0000 (UTC) Cc: 13152@debbugs.gnu.org To: Leo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 12 10:35:47 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1TiijB-0000qE-J5 for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Dec 2012 10:35:45 +0100 Original-Received: from localhost ([::1]:43980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tiiiy-0001sg-RE for geb-bug-gnu-emacs@m.gmane.org; Wed, 12 Dec 2012 04:35:32 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:44687) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tiiip-0001mj-6G for bug-gnu-emacs@gnu.org; Wed, 12 Dec 2012 04:35:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tiiij-00075Z-6e for bug-gnu-emacs@gnu.org; Wed, 12 Dec 2012 04:35:23 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:56139) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tiiij-00075U-3S for bug-gnu-emacs@gnu.org; Wed, 12 Dec 2012 04:35:17 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1TiijS-0003Vo-KY for bug-gnu-emacs@gnu.org; Wed, 12 Dec 2012 04:36:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Dec 2012 09:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13152 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible moreinfo Original-Received: via spool by 13152-submit@debbugs.gnu.org id=B13152.135530492813443 (code B ref 13152); Wed, 12 Dec 2012 09:36:02 +0000 Original-Received: (at 13152) by debbugs.gnu.org; 12 Dec 2012 09:35:28 +0000 Original-Received: from localhost ([127.0.0.1]:38156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tiiit-0003Um-NA for submit@debbugs.gnu.org; Wed, 12 Dec 2012 04:35:27 -0500 Original-Received: from ps18281.dreamhost.com ([69.163.218.105]:35219 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Tiiio-0003UR-T2 for 13152@debbugs.gnu.org; Wed, 12 Dec 2012 04:35:23 -0500 Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 1CE55451C164; Wed, 12 Dec 2012 01:34:35 -0800 (PST) In-Reply-To: (Leo's message of "Wed, 12 Dec 2012 10:23:26 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:68377 Archived-At: > You'll notice in the second run, the current-buffer has changed to > ' *Marked Files*'. Despite the recent changes in `dired-mark-pop-up' that added `with-temp-buffer-window' the same behavior is observable in older versions too. For more than 1 file the call to `(apply function args)' is performed in the buffer " *Marked Files*" (in the QUIT-FUNCTION arg of `with-temp-buffer-window'). > Note in previous versions of Emacs, dired-get-marked-files throws an > error when run in a non-dired buffer, but in 24.2.90 it returns '(nil). This is a result of the following change: http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/110668 I see no problems with this.