emacs-devel
[Top][All Lists]
Advanced

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

Re: Two strange messages while building Emacs on MS-Windows


From: Dani Moncayo
Subject: Re: Two strange messages while building Emacs on MS-Windows
Date: Tue, 11 Dec 2012 21:42:01 +0100

>>   $ time /c/emacs/trunk/bin/emacs --batch --eval '(message "Hello")'
>>   Hello
>>
>>   real    0m1.189s
>
> Can you try cp /c/emacs/trunk/bin/emacs.exe /c/emacs/trunk/bin/emacs2.exe &&
> time /c/emacs/trunk/bin/emacs2.exe? Can you try running the time command a few
> times?

I guess you mean to execute
  time /c/emacs/trunk/bin/emacs2 --batch --eval '(message "Hello")'

The result is the same as invoking "emacs" instead of "emacs2", i.e.,
between 145 and 200 ms.

-- 
Dani Moncayo



reply via email to

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