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#22893: 25.1.50; dired-get-marked-files get all marked Date: Fri, 11 Mar 2016 02:48:23 +0200 Organization: LINKOV.NET Message-ID: <871t7heku0.fsf@mail.linkov.net> References: <87mvqel8xy.fsf@gnus.org> <83io0xrmam.fsf@gnu.org> <87h9gfus7a.fsf@mail.linkov.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1457668345 5666 80.91.229.3 (11 Mar 2016 03:52:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2016 03:52:25 +0000 (UTC) Cc: 22893@debbugs.gnu.org, larsi@gnus.org To: Tino Calancha Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Mar 11 04:52:14 2016 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 1aeE7Z-0000KT-6C for geb-bug-gnu-emacs@m.gmane.org; Fri, 11 Mar 2016 04:52:13 +0100 Original-Received: from localhost ([::1]:52489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeE7V-00078h-5H for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Mar 2016 22:52:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeE7R-00078b-PM for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2016 22:52:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aeE7O-00065o-JD for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2016 22:52:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:47090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aeE7O-00065k-Fr for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2016 22:52:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aeE7O-0005Ar-90 for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2016 22:52:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Mar 2016 03:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22893 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 22893-submit@debbugs.gnu.org id=B22893.145766826419824 (code B ref 22893); Fri, 11 Mar 2016 03:52:02 +0000 Original-Received: (at 22893) by debbugs.gnu.org; 11 Mar 2016 03:51:04 +0000 Original-Received: from localhost ([127.0.0.1]:44217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeE6S-00059f-18 for submit@debbugs.gnu.org; Thu, 10 Mar 2016 22:51:04 -0500 Original-Received: from sub3.mail.dreamhost.com ([69.163.253.7]:41271 helo=homiemail-a20.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aeE6Q-00059O-OX for 22893@debbugs.gnu.org; Thu, 10 Mar 2016 22:51:03 -0500 Original-Received: from homiemail-a20.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTP id 6EAEE7EC063; Thu, 10 Mar 2016 19:51:01 -0800 (PST) Original-Received: from localhost.linkov.net (62.65.226.213.cable.starman.ee [62.65.226.213]) (Authenticated sender: jurta@jurta.org) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id 397BC7EC061; Thu, 10 Mar 2016 19:51:00 -0800 (PST) In-Reply-To: (Tino Calancha's message of "Thu, 10 Mar 2016 13:43:43 +0900 (JST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.91 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.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:114736 Archived-At: > What about `dired-map-over-marks-check' in dired-aux.el? > Should we make resemble `dired-map-over-marks' in its > optional arguments? Does it make sense to add ALL-MARKS to commands that use `dired-map-over-marks-check', e.g. to compress or byte-compile files flagged for deletion? This also raises the question how do you want to use ALL-MARKS in bug#22829 to display the number of marked files? Shouldn't we display the numbers separately for files flagged for deletion (helps to see how much space will free up after deletion), and marked with the default mark (to see whether the total sizes of marked files will fit to copy to another file partition)? Or there is not enough screen space in the echo area to display statistics separately for every used marker-char?