From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Braennstroem Newsgroups: gmane.emacs.help Subject: dired command on marked files Date: Mon, 16 Jun 2008 21:13:01 +0200 Organization: www.braennstroem.de Message-ID: Reply-To: f.braennstroem@gmx.de NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1213645250 7064 80.91.229.12 (16 Jun 2008 19:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Jun 2008 19:40:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 16 21:41:34 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K8Ka5-0000Ru-Gp for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jun 2008 21:41:33 +0200 Original-Received: from localhost ([127.0.0.1]:49116 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8KZH-0000QP-8L for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jun 2008 15:40:43 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!proxad.net!feeder1-2.proxad.net!feeder.erje.net!news-fra1.dfn.de!news-koe1.dfn.de!tamarack.fernuni-hagen.de!news.fernuni-hagen.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: f051066031.adsl.alicedsl.de Original-X-Trace: tamarack.fernuni-hagen.de 1213643576 17579 78.51.66.31 (16 Jun 2008 19:12:56 GMT) Original-X-Complaints-To: newsadmin@fernuni-hagen.de Original-NNTP-Posting-Date: Mon, 16 Jun 2008 19:12:56 +0000 (UTC) User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Xref: news.stanford.edu gnu.emacs.help:159550 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54905 Archived-At: Hi, I would like to use dired to create some plots using xmgrace/gracebat. My idea is to mark some files and plot them all into one diagram using something like: gracebat ... -pexec 'subtitle ""' -hardcopy -hdevice EPS -printfile "<name>" Generally, I would use 'call-process' , but I have no clue, how I can create a call with variable number of files (depending on the marks). In the end, emacs should ask for the 'title' and 'name'. Does anyone have an idea or any suggestion, how I should do that? Thanks! Greetings! Fabian