From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.devel Subject: Re: How to make 'load' fast in window? Date: Wed, 15 Jun 2016 15:15:45 +0000 (UTC) Message-ID: References: <69267f1.4532.15547978bb7.Coremail.tumashu@163.com> <65b7225c.5e6c.1554cf0f4a4.Coremail.tumashu@163.com> <83wplreske.fsf@gnu.org> <16b0e6e3.3bf4.15551f49e0b.Coremail.tumashu@163.com> <83a8imecgu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1466003783 22110 80.91.229.3 (15 Jun 2016 15:16:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2016 15:16:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 17:16:12 2016 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 1bDCY7-0004ot-9F for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 17:16:11 +0200 Original-Received: from localhost ([::1]:42825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDCY3-00012K-7E for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2016 11:16:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDCXt-00010N-BF for emacs-devel@gnu.org; Wed, 15 Jun 2016 11:15:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bDCXo-0002k8-9b for emacs-devel@gnu.org; Wed, 15 Jun 2016 11:15:56 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:45639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bDCXo-0002k2-2Q for emacs-devel@gnu.org; Wed, 15 Jun 2016 11:15:52 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bDCXm-0004eD-Mv for emacs-devel@gnu.org; Wed, 15 Jun 2016 17:15:50 +0200 Original-Received: from 131.233.29.93.rev.sfr.net ([93.29.233.131]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jun 2016 17:15:50 +0200 Original-Received: from fabrice.popineau by 131.233.29.93.rev.sfr.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Jun 2016 17:15:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 93.29.233.131 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:204393 Archived-At: Eli Zaretskii gnu.org> writes: > > > Date: Wed, 15 Jun 2016 10:47:13 +0800 (CST) > > From: tumashu 163.com> > > Cc: "emacs-devel gnu.org" gnu.org> > > > > emacs 24.5 is downloaded from ftp://ftp.gnu.org/gnu/emacs/windows/ , I don't know whether it is enable > -02, > > What is the value of system-configuration-options in that build? It reports that: In GNU Emacs 24.5.1 (i686-pc-mingw32) of 2015-04-11 on LEG570 Windowing system distributor `Microsoft Corp.', version 6.3.9600 Configured using: `configure --prefix=/c/usr --host=i686-pc-mingw32' This is all I could find. Fabrice