From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: Change major mode for nxml-mode Date: Thu, 1 Jan 2009 03:57:40 +0100 Message-ID: References: <495C30A7.4050006@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1230778691 22417 80.91.229.12 (1 Jan 2009 02:58:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Jan 2009 02:58:11 +0000 (UTC) Cc: Emacs Devel To: "Jason Rumney" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 01 03:59:19 2009 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 1LIDmI-00013L-Fj for ged-emacs-devel@m.gmane.org; Thu, 01 Jan 2009 03:59:18 +0100 Original-Received: from localhost ([127.0.0.1]:48838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LIDl3-0002pg-OO for ged-emacs-devel@m.gmane.org; Wed, 31 Dec 2008 21:58:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LIDky-0002nw-VJ for emacs-devel@gnu.org; Wed, 31 Dec 2008 21:57:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LIDky-0002n6-Cl for emacs-devel@gnu.org; Wed, 31 Dec 2008 21:57:56 -0500 Original-Received: from [199.232.76.173] (port=56605 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LIDky-0002mh-54 for emacs-devel@gnu.org; Wed, 31 Dec 2008 21:57:56 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:60718) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LIDkk-00065N-8h; Wed, 31 Dec 2008 21:57:42 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so2270301fgb.30 for ; Wed, 31 Dec 2008 18:57:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9IK1ruxXTc59IB5Yi5WLIENgzMjTztM3n9usUUNu3gE=; b=IGa6732tyDlyIB0G63viTfAJfkEmFuhzFug3XpFCIiUtbRldKZ+Thxat4ZpQTlmtQD 9BECX8Fr+/iqdzJtRUejB8Cb8Y8PwGocJLFTWCxkBeDwtcb9OZg8mLt7QKqZZhgXR+jp wsIvgVVuViKjmCf3m+E0b9BD0cm3w7bNDVfJU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=tIiLMBGjccfxdnbfge6/kqmVgIJsTD4qhAAoiyYBCuMPgK3xIubsn9Cf170nQ8XxXO skDsd/md8ceB4nN/nxeSyQ/NDFpwRZm6UpC06cowO3BvaCE78Qio77U1Dwi86lJpi+w2 jjbFjU1yt0PSSTxadaIp+Z9ExBp2+ROaOjQdo= Original-Received: by 10.86.80.17 with SMTP id d17mr9687562fgb.14.1230778661009; Wed, 31 Dec 2008 18:57:41 -0800 (PST) Original-Received: by 10.86.35.9 with HTTP; Wed, 31 Dec 2008 18:57:40 -0800 (PST) In-Reply-To: <495C30A7.4050006@gnu.org> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:107493 Archived-At: On Thu, Jan 1, 2009 at 3:55 AM, Jason Rumney wrote: > Lennart Borgman wrote: >> >> I have had this comment for long in nXhtml and nearly forgot about it. >> Does someone know if this is fixed (in some way) now? >> > > 2008-04-09 Lennart Borgman > > * nxml/nxml-mode.el (nxml-cleanup): New function. > (nxml-mode): Add it to change-major-mode-hook. Ehum, thanks. Sorry. Now I remember why I kept this function. For Emacs 22 users. Maybe I will learn to put a note on such things. ;-)