From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Re: How many more gnulib imports? Date: Mon, 21 Feb 2011 09:00:34 -0700 Message-ID: References: <4D60F860.6020303@cs.ucla.edu> <4D613998.6000607@gmail.com> <4D613DB1.9030705@gmail.com> <83mxlqty36.fsf@gnu.org> <4D61A478.3000603@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1298304050 26543 80.91.229.12 (21 Feb 2011 16:00:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 21 Feb 2011 16:00:50 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 21 17:00:46 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PrYBp-0005Np-OB for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 17:00:45 +0100 Original-Received: from localhost ([127.0.0.1]:42963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrYBp-000140-4e for ged-emacs-devel@m.gmane.org; Mon, 21 Feb 2011 11:00:45 -0500 Original-Received: from [140.186.70.92] (port=47778 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrYBj-00013T-IY for emacs-devel@gnu.org; Mon, 21 Feb 2011 11:00:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrYBi-0005af-Pg for emacs-devel@gnu.org; Mon, 21 Feb 2011 11:00:39 -0500 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:45150) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrYBg-0005WQ-9X; Mon, 21 Feb 2011 11:00:36 -0500 Original-Received: by wwi18 with SMTP id 18so3053108wwi.0 for ; Mon, 21 Feb 2011 08:00:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=QswRW7OgMkm/KNc0ZeUey3KrKwMjHkB6iHbaiSWD+ho=; b=oyrivKxKy1mqF2yhEpZVB2v/o67z6MaMBUfYyL8f2IMuV64JTrubOeQHEeFhcLJMgs 373pGcwvKzspcwcKZZCsJOHGiYjfh8ADlAAWyGcJXpoSP1LISBr+HxUqcxMuRUWB4ZiL B7vNYSVbtOtjneMlNS9MZpjdJdq1PAyeFUooE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=H+sZl9Sbk4h51lcR1W/lr6j9Rc17DRa9Rh/Hlhhml9slY6goKjiJVx5+oMPhxNI/vb MTKYa24BUCIaPTk2w9os2YFimEZaX/dszr/B6eLEt5Hgmb8KHCxANgorxhJsTxV02By5 BYNMYyNRZwuM6Se9YJnbl7JICWZlUQMSFAw0w= Original-Received: by 10.216.163.11 with SMTP id z11mr1369184wek.36.1298304034223; Mon, 21 Feb 2011 08:00:34 -0800 (PST) Original-Received: by 10.216.157.131 with HTTP; Mon, 21 Feb 2011 08:00:34 -0800 (PST) In-Reply-To: <4D61A478.3000603@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136324 Archived-At: On 2/20/2011 5:43 AM, Eli Zaretskii wrote: > Could you perhaps publish the full list of the modules you plan on > eventually importing from gnulib? This would definitely be nice to have. > With all the people queuing up to help, I might just need to figure > out how many days off I will need to take to support this, and for how > long. I have been monitoring how the last couple of changes were fixed. Since I am not an expert with the Emacs build system it takes me a little bit longer to figure things out, but I am learning. In regards to the md5 change, I think I have a patch to fix the Windows build. I will send it for review once my bootstrap finishes and I see everything works. Shouldn't be too long. Christoph