> From: "N. Raghavendra" <[EMAIL PROTECTED]>
> 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.


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to