From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Two strange messages while building Emacs on MS-Windows Date: Tue, 11 Dec 2012 21:42:01 +0100 Message-ID: References: <83mwxpmtp6.fsf@gnu.org> <83fw3hm0nn.fsf@gnu.org> <83k3srdh3d.fsf@gnu.org> <838v96dgyd.fsf@gnu.org> <8338zecu4i.fsf@gnu.org> <50C6E75A.80807@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1355258543 6580 80.91.229.3 (11 Dec 2012 20:42:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Dec 2012 20:42:23 +0000 (UTC) Cc: Eli Zaretskii , monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 11 21:42:36 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TiWex-0003gf-R3 for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 21:42:35 +0100 Original-Received: from localhost ([::1]:33886 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiWel-0004Pj-6n for ged-emacs-devel@m.gmane.org; Tue, 11 Dec 2012 15:42:23 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:53642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiWee-00045y-Jk for emacs-devel@gnu.org; Tue, 11 Dec 2012 15:42:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TiWeY-00039s-TQ for emacs-devel@gnu.org; Tue, 11 Dec 2012 15:42:16 -0500 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:59299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TiWeQ-0002zv-Ci; Tue, 11 Dec 2012 15:42:02 -0500 Original-Received: by mail-ob0-f169.google.com with SMTP id v19so4058114obq.0 for ; Tue, 11 Dec 2012 12:42:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=QzLf6IJQMcoFkqDgbBF1XxxBc/Nfk1xbwYaWFUScxRc=; b=IIafUNy2Juj2p7BCtZNEZ6Mm4I0fDO97NJiulxOxBmMx8G5MYjj6NGBVuSQZgPhTbJ 0Ay/1guvfp3kd62z7e7SxzXmXbXdlGlXkFpsVUnhsQ7d/ieKYoBkWfVFjKGoRKAYlyyO gY3SewTNXhedRf/hiE0sCD9Iw6hhuVnD4WX7MfUmPXG2ywod5N04DqY8EzVOFL9HxZJq s9wz7MwdVVSgetzQ9dClOSZm6z2zLDiz5eD/dAfesnKiPtZLSDxPVsmxFmgxEVpLe1FY AMUutip2fI3lfg3yePo0CHoKTr2u0TAgdL4ezneMRPbCgkFHapH5dzkkw8aYvkeZkb93 tKXw== Original-Received: by 10.182.146.107 with SMTP id tb11mr9939500obb.30.1355258521764; Tue, 11 Dec 2012 12:42:01 -0800 (PST) Original-Received: by 10.60.11.39 with HTTP; Tue, 11 Dec 2012 12:42:01 -0800 (PST) In-Reply-To: <50C6E75A.80807@dancol.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.214.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:155481 Archived-At: >> $ 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