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: "Official" binary of Emacs-24.4 for MS-Windows Date: Fri, 24 Oct 2014 22:21:49 +0200 Message-ID: References: <83tx2t5uo9.fsf@gnu.org> <83siid5qgj.fsf@gnu.org> <83mw8l5kr9.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1414182128 22180 80.91.229.3 (24 Oct 2014 20:22:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Oct 2014 20:22:08 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 24 22:21:59 2014 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 1XhlMy-0005hg-TZ for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 22:21:57 +0200 Original-Received: from localhost ([::1]:50382 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhlMy-0008SS-G3 for ged-emacs-devel@m.gmane.org; Fri, 24 Oct 2014 16:21:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhlMu-0008SB-TE for emacs-devel@gnu.org; Fri, 24 Oct 2014 16:21:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhlMu-0007hG-1z for emacs-devel@gnu.org; Fri, 24 Oct 2014 16:21:52 -0400 Original-Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:48086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhlMs-0007h0-Pi; Fri, 24 Oct 2014 16:21:50 -0400 Original-Received: by mail-wi0-f170.google.com with SMTP id n3so2055228wiv.5 for ; Fri, 24 Oct 2014 13:21:49 -0700 (PDT) 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=+DRyhvgtfwIaTHCMbtT4jRbsD7HnDAClp4jKNhFi6G4=; b=jSuv1Dkte2ieZmnRUcoCYTbjIZQcJQ6EHnlWsFzs3YKvfTu1H4httNi3pVbV2N1lY8 AlcQAvKG6Mxn9wR6aIjKUwPggdBAwHLlWLTl6oHpV02i4fr40RinGXIzWP/zEnNiRU3h K5oLcHdWq4+Lr0eAJAvZ1YTqeZpEgnNHuSNV5SWS7bVX1yPKaOmTCG2RbMcFWqoBu88i hdVj6TNa4ToF5HIITGjc9nPBFtAp1oaOq8DcdjMunfbV1uq5VwIYGy84qCzKuC+cYGZB gyFOkGsf/5CFj15Aoiw5pM1r35408+yAttqkG6tv8uJGUBaC9UjBaqDDiZaMQ58aXChT Jd5g== X-Received: by 10.194.175.67 with SMTP id by3mr7027325wjc.32.1414182109086; Fri, 24 Oct 2014 13:21:49 -0700 (PDT) Original-Received: by 10.217.152.70 with HTTP; Fri, 24 Oct 2014 13:21:49 -0700 (PDT) In-Reply-To: <83mw8l5kr9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22a 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:175791 Archived-At: >> To produce the binary distribution, should I do a plain "make >> install"? Or perhaps: >> make install GZIP_INFO= GZIP_PROG= >> ? > > I don't see a reason not to compress files. Emacs can display and use > them just fine, even if gzip.exe is not installed/available, right? I've always used "GZIP_INFO= GZIP_PROG=". Now I've tried a plain "make install", and something goes wrong: if I open the installed Emacs "runemacs -Q" and do "C-h r", the manual does not open. The *info* buffer is empty and the *Messages* buffer has: user-error: No such node or anchor: Top I've just made a second install (from the same build), this time with "GZIP_INFO= GZIP_PROG=". In this installation the above problem does not happen. -- Dani Moncayo