From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel Subject: Re: For insertion in trunk Date: Wed, 27 Jun 2012 09:47:29 +0900 Organization: Emacsen advocacy group Message-ID: References: <87sjfyqzhc.fsf@gmx.de> <87ty0dzdy0.fsf@gmx.de> <87fw9l5b2j.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1340758066 646 80.91.229.3 (27 Jun 2012 00:47:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Jun 2012 00:47:46 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , Chong Yidong , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 27 02:47:45 2012 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 1SjgQ5-0002I6-27 for ged-emacs-devel@m.gmane.org; Wed, 27 Jun 2012 02:47:45 +0200 Original-Received: from localhost ([::1]:34249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjgQ4-0007u5-Oo for ged-emacs-devel@m.gmane.org; Tue, 26 Jun 2012 20:47:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjgQ2-0007tz-E8 for emacs-devel@gnu.org; Tue, 26 Jun 2012 20:47:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SjgQ0-00008z-Ib for emacs-devel@gnu.org; Tue, 26 Jun 2012 20:47:41 -0400 Original-Received: from orlando.hostforweb.net ([216.246.45.90]:33958) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjgQ0-00007S-EM; Tue, 26 Jun 2012 20:47:40 -0400 Original-Received: from localhost ([127.0.0.1]:52617) by orlando.hostforweb.net with smtp (Exim 4.77) (envelope-from ) id 1SjgPv-0003nd-AE; Tue, 26 Jun 2012 19:47:35 -0500 X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/v5.13 (Gnus v5.13) Emacs/24.1.50 (i686-pc-cygwin) Cancel-Lock: sha1:kaEb0lgwjaXMlJPvvGO0K0s3CKA= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-detected-operating-system: by eggs.gnu.org: Linux 2.6? (barebone, rare!) X-Received-From: 216.246.45.90 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:151203 Archived-At: Glenn Morris wrote: > Katsumi Yamaoka wrote: >> I've merged changes made in Gnus master to the Emacs trunk > Merging is a thankless task. :) > It doesn't build: > http://hydra.nixos.org/build/2731306/nixlog/1/tail-reload > gnus/tests/gnustest-nntp.el:62:1:Error: Cannot open load file: gnus-load I've set no-byte-compile and no-update-autoloads in those files. (I'm going to try rebuilding now, though it takes time on Cygwin.) > In any case surely these test files should be under test/, not lisp/? Currently those modules are of no use for the run time I believe. I only did sync of Ma Gnus and Emacs.