From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: initial nxml merge Date: Fri, 23 Nov 2007 19:27:32 +0100 Organization: orebokech dot com Message-ID: <87pry024x7.fsf@elegiac.orebokech.com> References: <87k5o9h25c.fsf@everybody.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195842470 16680 80.91.229.12 (23 Nov 2007 18:27:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2007 18:27:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: mah@everybody.org (Mark A. Hershberger) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 23 19:27:57 2007 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.50) id 1IvdFo-0006Kl-S4 for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 19:27:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvdFa-0006DB-A3 for ged-emacs-devel@m.gmane.org; Fri, 23 Nov 2007 13:27:38 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IvdFX-0006CE-A3 for emacs-devel@gnu.org; Fri, 23 Nov 2007 13:27:35 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IvdFV-0006C1-UW for emacs-devel@gnu.org; Fri, 23 Nov 2007 13:27:35 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IvdFV-0006By-NF for emacs-devel@gnu.org; Fri, 23 Nov 2007 13:27:33 -0500 Original-Received: from smtp4-g19.free.fr ([212.27.42.30]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IvdFV-0003tW-CW for emacs-devel@gnu.org; Fri, 23 Nov 2007 13:27:33 -0500 Original-Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 8C3C13EA116; Fri, 23 Nov 2007 19:27:32 +0100 (CET) Original-Received: from elegiac.orebokech.com (home.orebokech.com [82.67.41.165]) by smtp4-g19.free.fr (Postfix) with ESMTP id 70E353EA0CC; Fri, 23 Nov 2007 19:27:32 +0100 (CET) Original-Received: by elegiac.orebokech.com (Postfix, from userid 1000) id 2489E3B32B; Fri, 23 Nov 2007 19:27:32 +0100 (CET) X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Mark A. Hershberger's message of "Fri, 23 Nov 2007 02:06:07 -0500") X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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:83992 Archived-At: mah@everybody.org (Mark A. Hershberger) writes: > I have just merged a minimally tested nXML. I merged all the > char-name/unicode/*.el files for now because, while this > information is in the unicode branch, it isn't in HEAD. That > still needs to be sorted out. Thanks. A few integration notes: * The nXML manual belongs in doc/misc, not in doc/emacs. You probably want to adjust @setfilename to output the info file in the info/ top-level directory, and enable compilation of the file in the doc/misc Makefile. * The NEWS file should not be in lisp/nxml, but in etc/. See GNUS-NEWS, ERC-NEWS, etc. The README and TODO files can just be removed, I think. * The subdirs.el files should be generated, not committed in CVS.