From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: initial nxml merge Date: Sat, 24 Nov 2007 13:44:09 -0800 Message-ID: <200711242144.lAOLi93Q006275@oogie-boogie.ics.uci.edu> 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 1195940703 26349 80.91.229.12 (24 Nov 2007 21:45:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 21:45:03 +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 Sat Nov 24 22:45:09 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 1Iw2oG-0007UQ-L0 for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 22:45:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw2o2-0006XF-4o for ged-emacs-devel@m.gmane.org; Sat, 24 Nov 2007 16:44:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iw2nx-0006VD-Fg for emacs-devel@gnu.org; Sat, 24 Nov 2007 16:44:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iw2nw-0006UZ-JJ for emacs-devel@gnu.org; Sat, 24 Nov 2007 16:44:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw2nw-0006UQ-8D for emacs-devel@gnu.org; Sat, 24 Nov 2007 16:44:48 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iw2nu-0003Bw-QV for emacs-devel@gnu.org; Sat, 24 Nov 2007 16:44:47 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lAOLi93Q006275; Sat, 24 Nov 2007 13:44:09 -0800 (PST) In-Reply-To: <87k5o9h25c.fsf@everybody.org> (Mark A. Hershberger's message of "Fri, 23 Nov 2007 02:06:07 -0500") Original-Lines: 18 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:84074 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. Could you please fix the byte compile warnings? We are trying to eliminate all the byte compiler warnings. The free variable and defsubst warnings have been fixed in the rest of emacs code. Also it looks like all the the char-name/unicode/*.el files need a (declare-function nxml-define-char-name-set at the start. Thanks --dan