From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: Re: Emacs 26.1 on Windows is HUGE Date: Thu, 25 Apr 2019 21:54:46 +0200 Message-ID: <87d0l9n9mh.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> References: <87d0loujuf.fsf@telefonica.net> <87y34bxzoo.fsf@russet.org.uk> <87h8axwsv6.fsf@russet.org.uk> <87mukmmmyg.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> <87ftq8iwon.fsf@russet.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="34204"; mail-complaints-to="usenet@blaine.gmane.org" Cc: =?utf-8?Q?=C3=93?= =?utf-8?Q?scar?= Fuentes , help-gnu-emacs@gnu.org, =?utf-8?Q?Bj=C3=B6rn?= Lindqvist To: Phillip Lord Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 25 21:56:42 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hJkU6-0008nV-8B for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Apr 2019 21:56:42 +0200 Original-Received: from localhost ([127.0.0.1]:34392 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJkU5-0004ez-Aj for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Apr 2019 15:56:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:38498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJkTu-0004dW-FO for help-gnu-emacs@gnu.org; Thu, 25 Apr 2019 15:56:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJkTt-0006Zf-Be for help-gnu-emacs@gnu.org; Thu, 25 Apr 2019 15:56:30 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:34474) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hJkTs-0005uZ-CO for help-gnu-emacs@gnu.org; Thu, 25 Apr 2019 15:56:29 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id E228E160078 for ; Thu, 25 Apr 2019 21:56:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1556222177; bh=2T/i9KWl6Dn940jcB2y+jKKev8Tw2PLW4PRG6NqvtBk=; h=From:To:Cc:Subject:Date:From; b=WQaXMK6B7fy/COdO8pxj7yRX9Nmb+dvMPOvyPR6trSrnIyhC2mAUxGqSl6f7DHMo2 Vc/dPxIVlpL/EPi1koJQiIwTkQ/7SiIdZjuIFQydLDR0HEC7gOi8z6cyL13hWdFJYf zJhVfOmLYx1lJxdKLcxDB2e807949T5QP5ap7yKgR55OUuP5wFXYHAnaiKr4FA5UNC t+wZFy5fGy6ovvryyf/M+PiZBRM8aJqr6yV+WP9A0VYXSA4LgM0DBbdtPyWYxh1ZlF JSfvhPw8jvwTMN1he6pfXJ9Hvspdpwm9xnDa8L9Nlp4EB1zrGX8PZrH95P3P2/tuNV 2OHWwhVe2rBVw== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44qnvq2rj9z6tmS; Thu, 25 Apr 2019 21:54:47 +0200 (CEST) In-Reply-To: <87ftq8iwon.fsf@russet.org.uk> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 185.67.36.65 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:120054 Archived-At: Phillip Lord writes: > Tomas Nordin writes: > >> Bj=C3=B6rn Lindqvist writes: >> >>> As someone who don't use MSYS I don't understand the advantage of >>> duplicating the files? You mentioned unzipping Emacs over an MSYS >>> installation, but that seems a little odd. Usually on Windows you >>> don't install software that way. But maybe for your use case you can >>> use the larger emacs-26.1-x86_64.zip file? It includes a lot of >>> dependencies like Python2.7, Sqlite 3.20, and OpenGL headers which I >> >> Since it is mentioned, what is the possible depence on Python for the >> emacs installation? > > > I don't know. I calculate the dependencies based on the metadata from > msys. You can see the code at admin/nt/dist-build/build-deps-zips.py and > work out where this comes from. I had a look and couldn't work it out from there, but it doesn't really matter. I was just a bit surprised at work some time ago when I upgraded to emacs 26 and got Python into the bargain. I do understand the need for Python to run that script though :) Have a nice evening -- Tomas