From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: rng-auto.el seems to be missing from nxml-mode files Date: Thu, 10 Jan 2008 18:26:10 +0000 Message-ID: <47866342.2080104@gnu.org> References: <200801101759.25950.ismail@pardus.org.tr> <47865D07.9040009@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199989603 8317 80.91.229.12 (10 Jan 2008 18:26:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 18:26:43 +0000 (UTC) Cc: =?UTF-8?B?SXNtYWlsIETDtm5tZXo=?= , emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 10 19:27:03 2008 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 1JD27H-0005ee-0Q for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2008 19:26:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD26t-0003j8-BX for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2008 13:26:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD26p-0003ec-1a for emacs-devel@gnu.org; Thu, 10 Jan 2008 13:26:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD26k-0003UM-9j for emacs-devel@gnu.org; Thu, 10 Jan 2008 13:26:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD26k-0003UD-5v for emacs-devel@gnu.org; Thu, 10 Jan 2008 13:26:26 -0500 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD26k-0007ze-By for emacs-devel@gnu.org; Thu, 10 Jan 2008 13:26:26 -0500 Original-X-Trace: 16588669/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAIryhUdTQxds/2dsb2JhbAAIqWw Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 10 Jan 2008 18:26:24 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <47865D07.9040009@gmail.com> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:86713 Archived-At: Lennart Borgman (gmail) wrote: > - The autoload has been moved somewhere else. The autoloads should be in loaddefs.el now along with other built-in autoloads. You probably need to have bootstrapped (rather than just recompiled) since nxml was added to get loaddefs.el updated. > - Some variables are set in rgn-auto. Maybe these just can be moved to > the defvars? I did that a few weeks ago. Is there something I missed? > - There are some add-hook calls, maybe they can be moved to > nxml-mode.el? (The first one of these starts validation.): I think only these are missing now. Perhaps these should not be hooks if the intention is for them to always be enabled.