From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Heiko Gerdau Newsgroups: gmane.emacs.help Subject: emacs command line parameter Date: Sat, 19 Jun 2004 02:04:36 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200406190204.36185.hg@technosis.de> Reply-To: hg@technosis.de 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 1087604879 9299 80.91.224.253 (19 Jun 2004 00:27:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 19 Jun 2004 00:27:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 19 02:27:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BbTi5-0004vr-00 for ; Sat, 19 Jun 2004 02:27:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BbTjD-0001zq-CU for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jun 2004 20:29:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BbTj6-0001zl-71 for help-gnu-emacs@gnu.org; Fri, 18 Jun 2004 20:28:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BbTj5-0001zY-9u for help-gnu-emacs@gnu.org; Fri, 18 Jun 2004 20:28:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BbTj5-0001zV-5y for help-gnu-emacs@gnu.org; Fri, 18 Jun 2004 20:28:55 -0400 Original-Received: from [80.237.130.29] (helo=server021.webpack.hosteurope.de) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BbThg-0008Ib-7M for help-gnu-emacs@gnu.org; Fri, 18 Jun 2004 20:27:28 -0400 Original-Received: from p50819068.dip0.t-ipconnect.de ([80.129.144.104]) by server021.webpack.hosteurope.de with asmtp (Exim 4.34) id 1BbThe-0001lO-2c for help-gnu-emacs@gnu.org; Sat, 19 Jun 2004 02:27:26 +0200 Original-To: help-gnu-emacs@gnu.org User-Agent: KMail/1.6.2 Content-Disposition: inline X-HE-MXrcvd: no X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:18986 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18986 Hi, I'm trying to start emacs using the command line options "-f" or "--eval" to run edirs (ediff) directly (or other functions) from a GNU linux command line (bash) with two directories (files) given. Something like: emacs --eval=edirs "MyDir1" "MyDir2" "cpp". I never succeeded. Is it possible to do that and what is the correct syntax? Thanks for any hint. Greetings Heiko