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: patch for dired.el Date: Fri, 22 Feb 2008 13:47:51 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203706097 28538 80.91.229.12 (22 Feb 2008 18:48:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 18:48:17 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Carsten Blaauw Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 22 19:48:38 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 1JScwk-0004qV-JL for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 19:48:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JScwF-00043G-CI for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 13:48:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JScwA-00041h-Tu for emacs-devel@gnu.org; Fri, 22 Feb 2008 13:47:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JScw9-0003z1-7O for emacs-devel@gnu.org; Fri, 22 Feb 2008 13:47:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JScw9-0003yp-3K for emacs-devel@gnu.org; Fri, 22 Feb 2008 13:47:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JScw8-0005aQ-RY for emacs-devel@gnu.org; Fri, 22 Feb 2008 13:47:56 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JScw8-0002TT-Dx for emacs-pretest-bug@gnu.org; Fri, 22 Feb 2008 13:47:56 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JScw5-0005Yq-Fm for emacs-pretest-bug@gnu.org; Fri, 22 Feb 2008 13:47:56 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JScw5-0005YU-3l for emacs-pretest-bug@gnu.org; Fri, 22 Feb 2008 13:47:53 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAPunvkfO+J2cdGdsb2JhbACQYAEwniCBAQ X-IronPort-AV: E=Sophos;i="4.25,392,1199682000"; d="scan'208";a="14854072" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 22 Feb 2008 13:47:52 -0500 Original-Received: from pastel.home ([206.248.157.156]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id CUR20752; Fri, 22 Feb 2008 13:47:52 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id E14668A37; Fri, 22 Feb 2008 13:47:51 -0500 (EST) In-Reply-To: (Carsten Blaauw's message of "Fri, 22 Feb 2008 12:11:14 +0000 (UTC)") 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:89998 gmane.emacs.pretest.bugs:21271 Archived-At: > In version 22.1.91 when marking a single file in dired and invoking > operations on that file via the menu (e.g. byte compile or compress), > the dialog asks about 2 files. After having looked to the sources in Thanks for tracking it down, I installed a slightly different fix. Stefan