From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs for Windows Date: Fri, 10 Oct 2014 23:01:05 +0300 Message-ID: <837g07ae4e.fsf@gnu.org> References: <874mvcc1jh.fsf@gmail.com> <83d2a0bfwu.fsf@gnu.org> <83y4so9jjy.fsf@gnu.org> <877g08ggd8.fsf@engster.org> <83ppe09b9w.fsf@gnu.org> <8738avhpwf.fsf@engster.org> <83iojraopc.fsf@gnu.org> <87y4sngami.fsf@engster.org> <87r3yfgagv.fsf@engster.org> <83h9zbajab.fsf@gnu.org> <87iojrg2mb.fsf@arcor.de> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1412971306 18870 80.91.229.3 (10 Oct 2014 20:01:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 20:01:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 22:01:39 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1XcgNe-0000SK-Sb for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 22:01:39 +0200 Original-Received: from localhost ([::1]:50866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcgNe-0002pJ-At for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 16:01:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56718) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcgNQ-0002p9-6z for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 16:01:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XcgNK-0001Dk-W3 for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 16:01:24 -0400 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:58480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XcgNK-0001Dg-Ot for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 16:01:18 -0400 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0ND800200UN31X00@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 22:55:05 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ND800MZEVBTO150@mtaout24.012.net.il> for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 22:55:05 +0300 (IDT) In-reply-to: <87iojrg2mb.fsf@arcor.de> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.180 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100398 Archived-At: > From: David Engster > Date: Fri, 10 Oct 2014 21:13:00 +0200 > > Eli Zaretskii schreibt: > >> From: David Engster > >> Cc: help-gnu-emacs@gnu.org > >> Date: Fri, 10 Oct 2014 18:23:28 +0200 > >> > >> I usually compile GNU Make myself on Windows, which is easy enough. > > > > With Guile support? > > No. That obviously brings a bunch of dependencies in, and I don't need > it. The point is building Make with Guile support is not really easy enough. As for "don't need" part: Guile support in Make is still very young, but a day might come when some project you'd like to build will use Guile extensions, and it would be nice to have that supported when it happens. (I'm going to upload such a binary in week or two.)