From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Masatake YAMATO Newsgroups: gmane.emacs.devel Subject: info inconsistency about "Shell Commands in Dired" Date: Sat, 21 Aug 2004 04:08:55 +0900 (JST) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <20040821.040855.00470268.jet@gyve.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1093029149 13837 80.91.224.253 (20 Aug 2004 19:12:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Aug 2004 19:12:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 20 21:12:10 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ByEo6-0003E9-00 for ; Fri, 20 Aug 2004 21:12:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByEsQ-0007fu-0k for ged-emacs-devel@m.gmane.org; Fri, 20 Aug 2004 15:16:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ByEs9-0007ab-2B for emacs-devel@gnu.org; Fri, 20 Aug 2004 15:16:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ByEs6-0007a1-RB for emacs-devel@gnu.org; Fri, 20 Aug 2004 15:16:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ByEs6-0007Zc-7s for emacs-devel@gnu.org; Fri, 20 Aug 2004 15:16:18 -0400 Original-Received: from [210.130.136.40] (helo=r-maa.spacetown.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ByEmu-00048n-EP for emacs-devel@gnu.org; Fri, 20 Aug 2004 15:10:56 -0400 Original-Received: from localhost (h219-110-074-165.catv01.itscom.jp [219.110.74.165]) by r-maa.spacetown.ne.jp (8.11.6) with ESMTP id i7KJAmX22745 for ; Sat, 21 Aug 2004 04:10:52 +0900 (JST) Original-To: emacs-devel@gnu.org X-Mailer: Mew version 4.0.62 on Emacs 21.3.50 / Mule 5.0 (SAKAKI) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26347 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26347 Hi, In the section "Shell Commands in Dired" of Emacs Info, I found following lines: * If the command string contains `?' surrounded by whitespace, the current file name is substituted for `?'. You can use `?' this way more than once in the command, and each occurrence is replaced. For instance, here is how to uuencode each file, making the output file name by appending `.uu' to the input file name: uuencode ? ? > ?.uu ?.uu is surrounded by whitespace. So above command line generated an unexpected file. Masatake YAMATO