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 21:10:01 +0000 Message-ID: <478689A9.1090902@gnu.org> References: <200801101759.25950.ismail@pardus.org.tr> <47865D07.9040009@gmail.com> <47866342.2080104@gnu.org> <47866711.8030702@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 1199999433 12172 80.91.229.12 (10 Jan 2008 21:10:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 21:10:33 +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 22:10:54 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 1JD4fp-0000EK-NP for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2008 22:10:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD4fS-0001JO-2N for ged-emacs-devel@m.gmane.org; Thu, 10 Jan 2008 16:10:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD4fJ-0001Fe-Fb for emacs-devel@gnu.org; Thu, 10 Jan 2008 16:10:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD4fH-0001Eh-OK for emacs-devel@gnu.org; Thu, 10 Jan 2008 16:10:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD4fH-0001Ea-Hl for emacs-devel@gnu.org; Thu, 10 Jan 2008 16:10:15 -0500 Original-Received: from mk-outboundfilter-4.mail.uk.tiscali.com ([212.74.114.32]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD4fH-0002vc-9M for emacs-devel@gnu.org; Thu, 10 Jan 2008 16:10:15 -0500 Original-X-Trace: 10145711/mk-outboundfilter-2.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: AgAAAHYYhkdTQxds/2dsb2JhbAAIqW8 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 21:10:14 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <47866711.8030702@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:86719 Archived-At: Lennart Borgman (gmail) wrote: > Maybe. I think there must be some reason that JK placed this in a > hook, but I don't know what it is. > > But what about the auto-coding stuff? Did you find some solution to > that too? Maybe that could be used by html-mode/xml-mode as well? Maybe I'm mistaken, but I think the auto-coding stuff just duplicates what is already done in sgml-xml-auto-coding-function. Maybe there are some improvements we can make to sgml-xml-auto-coding-function based what nxml does though, so it is worth comparing them before discarding the nxml version completely.