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: Small patch for rng-valid.el Date: Sun, 10 May 2009 04:02:17 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1241920961 24593 80.91.229.12 (10 May 2009 02:02:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 May 2009 02:02:41 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 10 04:02:32 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 1M2yN3-00075y-EM for ged-emacs-devel@m.gmane.org; Sun, 10 May 2009 04:02:29 +0200 Original-Received: from localhost ([127.0.0.1]:55894 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2yN2-0006ix-Jr for ged-emacs-devel@m.gmane.org; Sat, 09 May 2009 22:02:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2yMy-0006ij-8u for emacs-devel@gnu.org; Sat, 09 May 2009 22:02:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2yMt-0006iU-Kh for emacs-devel@gnu.org; Sat, 09 May 2009 22:02:23 -0400 Original-Received: from [199.232.76.173] (port=35707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2yMt-0006iQ-Gi for emacs-devel@gnu.org; Sat, 09 May 2009 22:02:19 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:47606) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2yMs-0000Do-TP for emacs-devel@gnu.org; Sat, 09 May 2009 22:02:19 -0400 Original-Received: by bwz5 with SMTP id 5so2109071bwz.42 for ; Sat, 09 May 2009 19:02:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=hsFVGLCGzSBkGjES5JAmb/sSBM/TYF4J3keXpH2p/u4=; b=a5qlqNjiVg/T98hjxiaEGy6c1a7T0T2ZFuvFDQuWvDiYj1qfoFCd48h5fEyVYSM4kz 5ucYkG6VQotu7MdkdLVA+mLLq5L1lgV3oztoOX2oc8ZPCNoJ0iMaNyvw/ggE7rqH3GBB WREZfESdm8shsWMGlrVNSj9Vhe4tMZ3HyISDg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Y+1X3ywno16H5fWWyCcem5iu/HHxFM+OAGTOQPGauwom914vC0L4AKVaEkYGjNWZAo UXD5eyEUDhVR+my4YY+3sTFnnOE/DWgNEgxP88krE+AdwPV03U8nWXM0M536L7rz0g/t +Ir3pO5vBTgHID40SkpSnf+nlsR1+x6G+bWbE= Original-Received: by 10.223.123.210 with SMTP id q18mr2913884far.63.1241920937371; Sat, 09 May 2009 19:02:17 -0700 (PDT) In-Reply-To: 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:110809 Archived-At: Ehum, my bad. I forgot that I had some other patches applied to rng-valid.el too... What I thought I sent was just a patch to surround the body of rng-after-change-function with (when rng-valid-up-to-date-end ... ) On Sat, May 2, 2009 at 1:14 AM, Lennart Borgman wrote: > I just realized that I have a small patch for rng-valid.el that is > needed for it to work with nXhtml/MuMaMo. I would be glad if we could > apply it now and I do not believe it can break anything. I have > attached the patch. > > Several people have had problems with this, see > > =C2=A0 https://bugs.launchpad.net/nxhtml/+bug/354363 >