From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.help Subject: Re: M-x indent-region Date: Mon, 05 May 2003 10:03:11 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1052122532 11300 80.91.224.249 (5 May 2003 08:15:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 5 May 2003 08:15:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon May 05 10:15:28 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Cb5J-0002oW-00 for ; Mon, 05 May 2003 10:12:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Cb3u-0007Rp-0C for gnu-help-gnu-emacs@m.gmane.org; Mon, 05 May 2003 04:11:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19Cb3Y-0007CX-00 for help-gnu-emacs@gnu.org; Mon, 05 May 2003 04:10:40 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19Cb3O-0006mZ-00 for help-gnu-emacs@gnu.org; Mon, 05 May 2003 04:10:31 -0400 Original-Received: from lava.bostream.com ([213.79.144.10] helo=mail.bostream.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19Cb3E-0006Ui-00 for help-gnu-emacs@gnu.org; Mon, 05 May 2003 04:10:20 -0400 Original-Received: from lgh163a.kemisten.nu (lgh163a.kemisten.nu [212.32.172.173]) by mail.bostream.com (8.12.4/8.12.1) with ESMTP id h4583Cfj163406; Mon, 5 May 2003 10:03:13 +0200 (MEST) Original-Received: from ams by lgh163a.kemisten.nu with local (Exim 3.36 #1 (Debian)) id 19CawJ-0004Zv-00; Mon, 05 May 2003 10:03:11 +0200 Original-To: Sanford Selznick In-reply-to: (message from Sanford Selznick on Sun, 04 May 2003 17:36:40 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9272 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9272 In emacs, 'M-x indent-region' is the best indent I've ever seen. How can I trigger this action from the command-line and have emacs indent an individual file? Whats wrong with just using GNU indent? They should do the same thing.