From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?q?Stefan_Reich=F6r?= Newsgroups: gmane.emacs.help Subject: Re: Ediff from command line - winXP Date: Tue, 04 Nov 2003 08:34:36 +0100 Organization: Johannes Kepler Universitaet Linz Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1067932279 27897 80.91.224.253 (4 Nov 2003 07:51:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 07:51:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 04 08:51:16 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 1AGvy8-0008FF-00 for ; Tue, 04 Nov 2003 08:51:16 +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 1AGvy1-00058w-TR for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Nov 2003 02:51:09 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (berkeley-unix) Original-NNTP-Posting-Host: felix.riic.uni-linz.ac.at Original-X-Trace: news.uni-linz.ac.at 1067931300 felix.riic.uni-linz.ac.at (4 Nov 2003 08:35:00 +0100) Original-Lines: 22 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!newsfeed.stueberl.de!news-mue1.dfn.de!news-fra1.dfn.de!newscore.univie.ac.at!aconews-feed.univie.ac.at!news.uni-linz.ac.at!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:117847 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:13785 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13785 > 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 > > 2 questions: > > 1. How do I make it work?? > > 2. How would I send this command to a running emacs via gnuclientw?? Hi Søren! I use gnudoit: gnudoit "(ediff-files \"file1\" \"file2\")" Stefan.