From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.help Subject: Re: Emacs for Windows Date: Fri, 10 Oct 2014 18:23:28 +0200 Message-ID: <87r3yfgagv.fsf@engster.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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1412958383 24090 80.91.229.3 (10 Oct 2014 16:26:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 16:26:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 18:26:17 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 1Xcd19-000517-Hx for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 18:26:11 +0200 Original-Received: from localhost ([::1]:49643 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcd19-0001JD-4d for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 12:26:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xccyf-00064L-1F for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 12:23:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XccyY-00060N-OX for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 12:23:36 -0400 Original-Received: from randomsample.de ([5.45.97.173]:56351) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XccyY-00060E-Iu; Fri, 10 Oct 2014 12:23:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=tUz5CE+V5OPx0s4WooTsfB1uZAFx0AsF+kR5G72xSQQ=; b=jaEnEPErrRQlhaE+lBqT3SRLr8MdfAYH1aa7ZN2U17ZNH33lVOBzlXBj+kjTgIUIrJ20ZLoQGt03D6BKRUMiwCuJnvMFUQXkPrHJ8bMhYW43gDx1Oynn5shGe1ErfBXO; Original-Received: from dslc-082-083-039-039.pools.arcor-ip.net ([82.83.39.39] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1XccyX-0006Mr-Va; Fri, 10 Oct 2014 18:23:30 +0200 In-Reply-To: <87y4sngami.fsf@engster.org> (David Engster's message of "Fri, 10 Oct 2014 18:20:05 +0200") User-Agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.97.173 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:100380 Archived-At: David Engster writes: > Eli Zaretskii writes: >> But some of them seem to be sporadically supported. E.g., they offer >> Make 3.81, whereas GNU Make 4.1 was released a few days ago (so at >> least 3.82 and 4.0 are missing). > > Yes, I guess that package needs a maintainer. Actually, I think that package is simply taken from the gnuwin32 project, and there it wasn't updated since 2006... Unfortunately, it's the first hit I get when I search for "gnu make windows". I usually compile GNU Make myself on Windows, which is easy enough. -David