help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ediff from command line?


From: Eli Zaretskii
Subject: Re: ediff from command line?
Date: Fri, 08 Jul 2005 19:11:20 +0300

> From: "N. Raghavendra" <raghu@mri.ernet.in>
> Date: 08 Jul 2005 18:56:33 +0530
> 
> FWIW, this works on Unix:
> 
>   emacs --eval '(ediff "/tmp/foo.el" "/tmp/bar.el")'
> 
> I don't know about Windows.

Quoting with '...' won't work on Windows (unless one uses a port of
Unixy shell).  You need to quote with "..." (and backslash-escape the
inner quotes).  Otherwise, this command should work on Windows as
well.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]