From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: Re: Running Perl Scripts in Emacs (on buffer) Date: Tue, 16 Sep 2003 20:10:12 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1063757412.25333.57.camel@syr-24-58-14-3.twcny.rr.com> References: <3F6798FB.5090901@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1063757593 14540 80.91.224.253 (17 Sep 2003 00:13:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 17 Sep 2003 00:13:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 17 02:13:11 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19zPwV-00067q-00 for ; Wed, 17 Sep 2003 02:13:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19zPuQ-0006N9-Vu for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Sep 2003 20:11:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19zPu5-0006Kf-MC for help-gnu-emacs@gnu.org; Tue, 16 Sep 2003 20:10:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19zPu1-0006E6-PM for help-gnu-emacs@gnu.org; Tue, 16 Sep 2003 20:10:38 -0400 Original-Received: from [64.246.36.112] (helo=torre.pghoster.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19zPu1-0006DP-Bb for help-gnu-emacs@gnu.org; Tue, 16 Sep 2003 20:10:37 -0400 Original-Received: from syr-24-58-14-3.twcny.rr.com (syr-24-58-14-3.twcny.rr.com [24.58.14.3]) (authenticated (0 bits)) by torre.pghoster.com (8.11.6/8.11.6) with ESMTP id h8H0AuJ28291; Tue, 16 Sep 2003 19:10:56 -0500 Original-To: Kevin Rodgers In-Reply-To: <3F6798FB.5090901@yahoo.com> X-Mailer: Ximian Evolution 1.4.4 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12570 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12570 > Does the buffer contain the script itself or the data you want to script > to read as standard input? No. Without going into a shell and saving (or trying to convert my Perl scripts into elisp) I want to just run an arbitrary perl script on a buffer. -Dan