From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Boris Newsgroups: gmane.emacs.help Subject: Command on current buffer Date: Mon, 06 Oct 2003 13:47:00 +0200 Organization: CompuServe Interactive Services Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: 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 1065441860 32713 80.91.224.253 (6 Oct 2003 12:04:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2003 12:04:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 14:04:19 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 1A6U67-0006mx-00 for ; Mon, 06 Oct 2003 14:04:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1A6U65-0007As-J6 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2003 08:04:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.ems.psu.edu!news.cis.ohio-state.edu!ngpeer.news.aol.com!news.compuserve.com!news-master.compuserve.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 7 Original-NNTP-Posting-Host: saturn.informatik.uni-ulm.de Original-X-Trace: ngspool-d02.news.aol.com 1065440836 19249 134.60.76.73 (6 Oct 2003 11:47:16 GMT) Original-X-Complaints-To: newsmaster@compuserve.com Original-NNTP-Posting-Date: Mon, 6 Oct 2003 11:47:16 +0000 (UTC) User-Agent: KNode/0.7.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:117088 Original-To: help-gnu-emacs@gnu.org 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:13016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13016 I want to execute a command on the current buffer or file. Someone here recommended shell-command-on-region, but that works on a region, not on a buffer. How do I pass the whole buffer to a shell command? Boris Hollas