2 Sep 2004 20:27
Re: Re: internal error
Chris Ryland <cpr <at> emsoftware.com>
2004-09-02 18:27:18 GMT
2004-09-02 18:27:18 GMT
James-- Is this fix in the latest nxml release? On Jul 26, 2004, at 1:23 PM, James Clark wrote: > On Wed, 2004-03-31 at 17:41, sw_paulwarwicker wrote: > >> You can reproduce similar using: >> >> (rng-collapse-space "false ") >> >> We fixed up the rnc file as it was incorrect, but the following will >> fix the code >> >> $ diff rng-util.el rng-util_fixed.el >> 164c164 >> < (when (string-match "\\` " string) >> --- >>> (when (string-match "\` " string) >> 166c166 >> < (when (string-match " \\'" string) >> --- >>> (when (string-match " \'" string) >> > > That's not right. Try this instead: > > *** rng-util.el.~1.25.~ 2003-10-22 16:18:45.000000000 +0700 > --- rng-util.el 2004-07-27 00:20:52.821547384 +0700(Continue reading)
RSS Feed