[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ediff from command line - winXP
From: |
Eli Zaretskii |
Subject: |
Re: Ediff from command line - winXP |
Date: |
04 Nov 2003 07:46:58 +0200 |
> From: "Søren \"Pengman\" Pedersen" <pengman@pengworld.zzn.com>
> 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.