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: pre-test windows binaries Date: Thu, 24 Mar 2016 09:15:35 +0000 (UTC) Message-ID: References: <87lh5e4049.fsf@russet.org.uk> <8d28bd9c-2832-431e-9d63-2fc072f3222d@default> <8760wg51zs.fsf@russet.org.uk> <4256288b-5206-418f-bbc4-1835d245ca2e@default> <871t744yi9.fsf@russet.org.uk> <87twk03hao.fsf@russet.org.uk> <883dab42-f4b3-4903-830c-1e38eb016c67@default> <871t70z1mz.fsf@russet.org.uk> 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 1458810984 6969 80.91.229.3 (24 Mar 2016 09:16:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2016 09:16:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 24 10:16:11 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 1aj1NB-0007z6-Tv for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2016 10:16:10 +0100 Original-Received: from localhost ([::1]:48767 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj1NA-00081c-MP for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2016 05:16:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj1N1-0007tW-2o for emacs-devel@gnu.org; Thu, 24 Mar 2016 05:16:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aj1Mv-0004FL-TZ for emacs-devel@gnu.org; Thu, 24 Mar 2016 05:15:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:53222) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aj1Mv-0004Ew-Hn for emacs-devel@gnu.org; Thu, 24 Mar 2016 05:15:53 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aj1Mo-0007iw-Qy for emacs-devel@gnu.org; Thu, 24 Mar 2016 10:15:47 +0100 Original-Received: from 134.157.87.239 ([134.157.87.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2016 10:15:46 +0100 Original-Received: from fabrice.popineau by 134.157.87.239 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Mar 2016 10:15:46 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 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: 134.157.87.239 (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 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.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:202165 Archived-At: Phillip Lord russet.org.uk> writes: > > Drew Adams oracle.com> writes: > >> And all .el files are gzipped when installed by default. > > > > "Installed"? What does that mean for you? Perhaps you are > > assuming that what it means for you is what it means for > > everyone? > > I think it means "running make install". > > If we believe that files should not be gzipped by default on windows > (and I agree with you that they should not be), then perhaps this option > needs to default to off when build on windows. As it stands, the > windows zip files I have made are not using the default options in a > couple of ways. Albit I found it strange at first, I don't see why we should make Windows a special case. Both .el and .info files are gzipped when running 'make install', but this transparent when you visit them. So there is no need to bother. Try: M-x find-library , then files and the file visited is files.el.gz in clear. > > I have a similar question about --with-wide-int. I've build the x86_64 > binaries with this option on, but I am not clear whether this is a good > thing to do or not. This option should be a no-op for a 64 bits build. Fabrice