From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: info inconsistency about "Shell Commands in Dired" Date: Fri, 27 Aug 2004 21:35:49 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20040821.040855.00470268.jet@gyve.org> <200408212249.i7LMncn06287@raven.dms.auburn.edu> <200408252310.i7PNAiF13769@raven.dms.auburn.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093657045 10464 80.91.224.253 (28 Aug 2004 01:37:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Aug 2004 01:37:25 +0000 (UTC) Cc: jet@gyve.org, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 28 03:37:19 2004 Return-path: Original-Received: from hermes.netfonds.no ([80.91.224.195]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C0s9Y-0002B8-00 for ; Sat, 28 Aug 2004 03:37:19 +0200 Original-Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by hermes.netfonds.no (8.12.8p1/8.12.8) with ESMTP id i7S1aZOn004879 for ; Sat, 28 Aug 2004 03:36:35 +0200 (CEST) Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0sDe-0001LX-Go for ged-emacs-devel@m.gmane.org; Fri, 27 Aug 2004 21:41:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0sDU-0001Jv-4g for emacs-devel@gnu.org; Fri, 27 Aug 2004 21:41:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0sDS-0001IW-FL for emacs-devel@gnu.org; Fri, 27 Aug 2004 21:41:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0sDQ-0001IN-Ej for emacs-devel@gnu.org; Fri, 27 Aug 2004 21:41:14 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0s8D-0005Gh-Lt for emacs-devel@gnu.org; Fri, 27 Aug 2004 21:35:49 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1C0s8D-0002fx-2W; Fri, 27 Aug 2004 21:35:49 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:26586 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26586 For a command to be used with dired-do-shell-command, M-? inserts a special marker -- e.g. a `?' character with a dedicated text property, e.g. '(expand t). Then dired-do-shell-command shall look for characters with that property and do the replacement on those. This would be ok as long as we don't assign any other meaning to M-? that is useful inside all minibuffers.