From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Helfer Thomas Newsgroups: gmane.emacs.help Subject: running emacs in batch mode Date: Sat, 03 Feb 2007 21:30:09 +0100 Message-ID: <1170534609.5289.3.camel@portableAsus> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170534632 26151 80.91.229.12 (3 Feb 2007 20:30:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 3 Feb 2007 20:30:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 03 21:30:24 2007 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 1HDRWi-0000mO-4Y for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Feb 2007 21:30:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDRWi-0005TQ-Ny for geh-help-gnu-emacs@m.gmane.org; Sat, 03 Feb 2007 15:30:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HDRWX-0005PO-4O for help-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:30:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HDRWV-0005Mo-Fr for help-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:30:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HDRWV-0005MV-9f for help-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:30:11 -0500 Original-Received: from smtp1-g19.free.fr ([212.27.42.27]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HDRWU-0002ad-UN for help-gnu-emacs@gnu.org; Sat, 03 Feb 2007 15:30:11 -0500 Original-Received: from [192.168.0.3] (lns-bzn-30-82-253-129-4.adsl.proxad.net [82.253.129.4]) by smtp1-g19.free.fr (Postfix) with ESMTP id CA7DF9B7C9 for ; Sat, 3 Feb 2007 21:30:09 +0100 (CET) X-Mailer: Evolution 2.8.1 X-detected-kernel: Linux 2.4-2.6 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:40875 Archived-At: I want to use emacs to indent a lot of C++ files. I tried to do this : $ emacs --batch youpie.cxx -f mark-whole-buffer -f indent-region -f save-buffer but didnot work. Can somebody tell me what I shall do ? Thanks, Helfer Thomas