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: ! in Dired--what was the outcome? Date: Wed, 13 Oct 2004 10:42:04 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87vfdgezro.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1097678625 4494 80.91.229.6 (13 Oct 2004 14:43:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Oct 2004 14:43:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 13 16:43:39 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 1CHkLq-00081J-00 for ; Wed, 13 Oct 2004 16:43:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHkSs-0000Ab-Pi for ged-emacs-devel@m.gmane.org; Wed, 13 Oct 2004 10:50:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHkS2-00088i-SR for emacs-devel@gnu.org; Wed, 13 Oct 2004 10:50:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHkRy-00085L-Oy for emacs-devel@gnu.org; Wed, 13 Oct 2004 10:50:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHkRy-00084S-LQ for emacs-devel@gnu.org; Wed, 13 Oct 2004 10:49:58 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHkKg-00010j-Vu for emacs-devel@gnu.org; Wed, 13 Oct 2004 10:42:27 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CHkKK-0006em-Fh; Wed, 13 Oct 2004 10:42:09 -0400 Original-To: Juri Linkov In-reply-to: <87vfdgezro.fsf@jurta.org> (message from Juri Linkov on Tue, 12 Oct 2004 18:12:43 +0300) 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:28352 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28352 Here is a short example what this would look like: \*f - all marked file names \?f - each marked file name \*d - all marked file names with directory \?d - each marked file name with directory That is very complex. I am looking for something simpler.