This should work around the problem:
*** nxml-mode.el.~1.109.~ 2003-10-30 18:31:01.000000000 +0700
--- nxml-mode.el 2003-11-01 08:03:58.000000000 +0700
***************
*** 1045,1051 ****
(save-match-data
(nxml-with-invisible-motion
(nxml-with-unmodifying-text-property-changes
! (if nxml-degraded
(nxml-set-fontified start (point-max))
(nxml-fontify1 start)))))))
(error
--- 1045,1055 ----
(save-match-data
(nxml-with-invisible-motion
(nxml-with-unmodifying-text-property-changes
! (if (or nxml-degraded
! ;; Work around bug in emacs 21.3.50 on
! ;; 2003-11-01: it calls our fontification
! ;; function in the minibuffer and echo window.
! (not nxml-prolog-end))
(nxml-set-fontified start (point-max))
(nxml-fontify1 start)))))))
(error
I noticed a couple of other problems in emacs in CVS which I haven't
tracked down yet:us-ascii encoding doesn't work; clicking on Invalid in
the mode-line doesn't work.
James
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/2U_rlB/TM
---------------------------------------------------------------------~->
To unsubscribe from this group, send an email to:
emacs-nxml-mode-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|