emacs-devel
[Top][All Lists]
Advanced

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

Re: ediff maximum line length?


From: Lennart Borgman
Subject: Re: ediff maximum line length?
Date: Fri, 11 Feb 2011 10:06:49 +0100

On Fri, Feb 11, 2011 at 10:02 AM, Giorgos Keramidas
<address@hidden> wrote:
>
> Right now I have a small shell script as a wrapper that does something
> like this simplified version:
>
>    if test -d "$1"/. && test -d "$2"/. ; then
>        exec emacs --eval "(ediff-directories \"$1\" \"$2\" nil)"
>    else
>        exec emacs --eval "(ediff-files \"$1\" \"$2\")"
>    fi
>
> Is it possible to use diff-mode for the same sort of comparison?

I never use diff-mode so I know little about that, but I wonder why
you do not use emacsclient in the above script. Would not that be very
much faster?



reply via email to

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