From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Ediff from command line - winXP Date: 04 Nov 2003 07:46:58 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067924921 17242 80.91.224.253 (4 Nov 2003 05:48:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 05:48:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 04 06:48:39 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 1AGu3S-0004bW-00 for ; Tue, 04 Nov 2003 06:48:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AGu0w-00038n-TL for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Nov 2003 00:46:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AGu0Z-00030e-Ni for help-gnu-emacs@gnu.org; Tue, 04 Nov 2003 00:45:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AGu00-0002dd-SU for help-gnu-emacs@gnu.org; Tue, 04 Nov 2003 00:45:35 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AGu00-0002d6-79 for help-gnu-emacs@gnu.org; Tue, 04 Nov 2003 00:45:04 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (pengman@pengworld.zzn.com) 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:13782 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13782 > From: "Søren \"Pengman\" Pedersen" > Newsgroups: gnu.emacs.help > Date: Tue, 4 Nov 2003 03:55:47 +0100 > > Im trying to invoke emacs to do a comparesion of two files under windows XP > with > emacs -f (ediff-files "file1" "file2") > from a command line, but O get the following errors in the *messages* buffer > within emacs > > command-line-1: Symbol's function definition is void: \(ediff-files > Server subprocess exited Use --eval instead of -f, and put the entire parenthesized expression into quotes, to make it a single argument.