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: Sun, 20 Feb 2011 08:56:08 -0700 Message-ID: <4D613998.6000607@gmail.com> References: <4D60F860.6020303@cs.ucla.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298217403 14388 80.91.229.12 (20 Feb 2011 15:56:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 15:56:43 +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 Sun Feb 20 16:56:38 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 1PrBeH-0007b4-Qv for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2011 16:56:37 +0100 Original-Received: from localhost ([127.0.0.1]:53740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrBeH-0007J0-Cw for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2011 10:56:37 -0500 Original-Received: from [140.186.70.92] (port=54132 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PrBeD-0007Iv-2a for emacs-devel@gnu.org; Sun, 20 Feb 2011 10:56:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PrBeB-0007Aq-Ur for emacs-devel@gnu.org; Sun, 20 Feb 2011 10:56:32 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:46997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PrBeA-0007AN-Tf; Sun, 20 Feb 2011 10:56:30 -0500 Original-Received: by iyf13 with SMTP id 13so1909135iyf.0 for ; Sun, 20 Feb 2011 07:56:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=QswRW7OgMkm/KNc0ZeUey3KrKwMjHkB6iHbaiSWD+ho=; b=LA3kbRcUc7D65Q/s8Bmzdk8hncUAQIe36x5UNsGEjADTEb/YGwZSZmqpFFI3/hxfqv m884/hBHbXymIeThvrCh8SfctddGhehrSfvK82oRYIa9HlnJCKVq9ZLprWpT63DWkNmI HWBBIgpVW2Ul0fYkYFVNvk0M/dPCwS1UrSFdg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=XijQOWlxzAc13Ri3lgDBRCT/JOQwlQI36vvXP7u6P8YLktW6N/1x6qbnOa4hQqKMYs uMmdRWqQyC9TQKs7cyb+qUzbE23U1zpDlKhZtlBQDr/D4lqXr7/GPK+t1jEoEaJwSUPa zwQF43VC59POzKCpH9ztuytRVl2LvDKA8H1OM= Original-Received: by 10.231.36.7 with SMTP id r7mr386181ibd.136.1298217389434; Sun, 20 Feb 2011 07:56:29 -0800 (PST) Original-Received: from [192.168.1.4] (71-208-192-11.hlrn.qwest.net [71.208.192.11]) by mx.google.com with ESMTPS id i16sm4172508ibl.12.2011.02.20.07.56.13 (version=SSLv3 cipher=OTHER); Sun, 20 Feb 2011 07:56:28 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:136283 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