From unknown Mon Jun 23 06:02:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6814: Documenation: `dired-map-over-marks' needs re-filled Resent-From: MON KEY Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 06 Aug 2010 20:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6814 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6814@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1281127364388 (code B ref -1); Fri, 06 Aug 2010 20:43:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Aug 2010 20:42:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhTka-00006D-A4 for submit@debbugs.gnu.org; Fri, 06 Aug 2010 16:42:44 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhTkY-000065-Iy for submit@debbugs.gnu.org; Fri, 06 Aug 2010 16:42:43 -0400 Received: from lists.gnu.org ([199.232.76.165]:52593) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OhTl6-0008LI-LX for submit@debbugs.gnu.org; Fri, 06 Aug 2010 16:43:16 -0400 Received: from [140.186.70.92] (port=45392 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhTl5-0002Ft-CM for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 16:43:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhTl4-0000yI-9m for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 16:43:15 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:41896) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhTl4-0000xo-47 for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 16:43:14 -0400 Received: by wyg36 with SMTP id 36so9217611wyg.0 for ; Fri, 06 Aug 2010 13:43:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.154.133 with SMTP id h5mr11121471wek.93.1281127390356; Fri, 06 Aug 2010 13:43:10 -0700 (PDT) Received: by 10.216.49.84 with HTTP; Fri, 6 Aug 2010 13:43:10 -0700 (PDT) Date: Fri, 6 Aug 2010 16:43:10 -0400 X-Google-Sender-Auth: Muaoqit1CA_lL8pKgKlD2TxqPfM Message-ID: From: MON KEY Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -3.9 (---) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.2 (-----) Docstring of macro `dired-map-over-marks' needs re-filled. ,---- (documentation 'dired-map-over-marks) | | Eval BODY with point on each marked line. Return a list of BODY's results. | If no marked file could be found, execute BODY on the current line. | ARG, if non-nil, specifies the files to use instead of the marked files. | If ARG is an integer, use the next ARG (or previous -ARG, if | ARG<0) files. In that case, point is dragged along. This is | so that commands on the next ARG (instead of the marked) files | can be chained easily. | For any other non-nil value of ARG, use the current file. | If optional third arg SHOW-PROGRESS evaluates to non-nil, | redisplay the dired buffer after each file is processed. | No guarantee is made about the position on the marked line. | BODY must ensure this itself if it depends on this. | Search starts at the beginning of the buffer, thus the car of the list | corresponds to the line nearest to the buffer's bottom. This | is also true for (positive and negative) integer values of ARG. | BODY should not be too long as it is expanded four times. | | If DISTINGUISH-ONE-MARKED is non-nil, then if we find just one marked file, | return (t FILENAME) instead of (FILENAME). | `---- Problem appears in Emacs 23.2 and verified current through Bzr-100972 -- /s_P\ From unknown Mon Jun 23 06:02:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6814: Documenation: `dired-map-over-marks' needs re-filled Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 03 Jul 2011 13:27:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6814 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: MON KEY Cc: 6814@debbugs.gnu.org Received: via spool by 6814-submit@debbugs.gnu.org id=B6814.130969958224005 (code B ref 6814); Sun, 03 Jul 2011 13:27:02 +0000 Received: (at 6814) by debbugs.gnu.org; 3 Jul 2011 13:26:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdMgn-0006F7-LA for submit@debbugs.gnu.org; Sun, 03 Jul 2011 09:26:21 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdMgl-0006Ev-GD for 6814@debbugs.gnu.org; Sun, 03 Jul 2011 09:26:20 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QdMga-0008Sp-2u; Sun, 03 Jul 2011 15:26:08 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: (MON KEY's message of "Fri, 6 Aug 2010 16:43:10 -0400") Date: Sun, 03 Jul 2011 15:25:47 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Siouxsie and the Banshees's _Kaleidoscope_: "Happy House" X-Hashcash: 1:23:110703:6814@debbugs.gnu.org::f1xLIgYB+ItI/kbK:00000000000000000000000000000000000000000i+eU X-Hashcash: 1:23:110703:monkey@sandpframing.com::NrRY4uv1nBRUOs3N:00000000000000000000000000000000000001Aleh MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QdMga-0008Sp-2u X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310304368.19909@PMkmWF/xg745BsykBdJpSg X-Spam-Status: No X-Spam-Score: -2.8 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) MON KEY writes: > Docstring of macro `dired-map-over-marks' needs re-filled. > > ,---- (documentation 'dired-map-over-marks) Ok; done. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Sun Jul 03 09:26:05 2011 Received: (at control) by debbugs.gnu.org; 3 Jul 2011 13:26:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdMgX-0006Eg-5d for submit@debbugs.gnu.org; Sun, 03 Jul 2011 09:26:05 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QdMgU-0006EN-Rr for control@debbugs.gnu.org; Sun, 03 Jul 2011 09:26:03 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QdMgK-0008SW-3N for control@debbugs.gnu.org; Sun, 03 Jul 2011 15:25:52 +0200 Date: Sun, 03 Jul 2011 15:25:51 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #6814 X-MailScanner-ID: 1QdMgK-0008SW-3N X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310304352.24451@mg449IWpMXKfg196AJdTww X-Spam-Status: No X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) tags 6814 fixed close 6814 24.1