From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Søren \"Pengman\" Pedersen" Newsgroups: gmane.emacs.help Subject: Ediff from command line - winXP Date: Tue, 4 Nov 2003 03:55:47 +0100 Organization: SunSITE.dk - Supporting Open Source Software Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1067914881 3072 80.91.224.253 (4 Nov 2003 03:01:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2003 03:01:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 04 04:01:18 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 1AGrRW-0007bd-00 for ; Tue, 04 Nov 2003 04:01:18 +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 1AGrQx-00072P-2b for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2003 22:00:43 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!logbridge.uoregon.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!sunsite.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: cpe.atm2-0-1101003.0x50a379d6.abnxx9.customer.tele.dk Original-X-Trace: sunsite.dk 1067914486 16683 80.163.121.214 (4 Nov 2003 02:54:46 GMT) Original-X-Complaints-To: staff@sunsite.dk Original-NNTP-Posting-Date: Tue, 4 Nov 2003 02:54:46 +0000 (UTC) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-Authenticated: peng@cs.auc.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:117843 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:13781 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13781 Hey all... 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?? thanks in advance søren