Chris Ryland | 2 Sep 2004 20:27
Favicon

Re: Re: internal error

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)

James Clark | 3 Sep 2004 03:07

Re: Re: internal error

On Fri, 2004-09-03 at 01:27, Chris Ryland wrote:
> James--
> 
> Is this fix in the latest nxml release?

No: I made that fix just after I did the last 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:
(Continue reading)

Jean-Noel Avila | 3 Sep 2004 11:51
Picon

strange "unknown element" with namespace

Hello all,

I am encountering a strange problem with an xml file supposed to be 
valid. When I want to add a xmlns:blah="uri" attribute to an element the 
element is automatically tagged as unknown.

Si attached files. nxml-mode version is 20040726.

-- 
* Jean-Noel Avila                       Tel. : +33 (0)4 79 25 31 32
* ALEPH S.A.                            Fax  : +33 (0)4 79 25 24 27
* Savoie Technolac BP 264
* F-73375 Le Bourget du Lac

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/

<*> To unsubscribe from this group, send an email to:
    emacs-nxml-mode-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
(Continue reading)

James Clark | 3 Sep 2004 13:47

Re: strange "unknown element" with namespace

On Fri, 2004-09-03 at 16:51, Jean-Noel Avila wrote:
> Hello all,
> 
> I am encountering a strange problem with an xml file supposed to be 
> valid. When I want to add a xmlns:blah="uri" attribute to an element the 
> element is automatically tagged as unknown.
> 
> Si attached files. nxml-mode version is 20040726.
> 

The tar file is missing docbookx.rnc. I noticed that the namespace on
the document (.../SSA/Gauge) doesn't match the namespace in the schema
(.../SSA*1*/Gauge).  If this isn't the problem, then please send a
complete set of files and say exactly what I should do to see the
problem.

James
--

-- 
To send me mail, replace auth-only by public in the from address. 

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
(Continue reading)

wararmor | 3 Sep 2004 16:01
Picon

Re: strange "unknown element" with namespace


> The tar file is missing docbookx.rnc. I noticed that the namespace on
> the document (.../SSA/Gauge) doesn't match the namespace in the schema
> (.../SSA*1*/Gauge).  If this isn't the problem, then please send a
> complete set of files and say exactly what I should do to see the
> problem.
> 
> James
> -- 
> To send me mail, replace auth-only by public in the from address.

Really sorry to have bothered you, my mistake... I changed the
namespace and everything went fine.

btw, this emacs mode is *really* great.

Jean-Noel

------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/

<*> To unsubscribe from this group, send an email to:
(Continue reading)

davidalindquist | 6 Sep 2004 04:44
Picon
Favicon

fontification on Mac OS X

I running Emacs 21.2 on Mac OS X Panther (10.3.5) using Terminal.app.
I have global font 
lock turned on, but syntax highlighting is not working in nxml mode.
Any ideas?

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/

<*> To unsubscribe from this group, send an email to:
    emacs-nxml-mode-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Gilles FALCON | 6 Sep 2004 09:39

Re: fontification on Mac OS X

hi,

I had the same probleme, i just put a few more lines in  .Xdefaults :

emacs.title: Philippe's dot emacs !
emacs*.cursorColor:     black
emacs*.pointerColor:    black
emacs*.foreground:      black
emacs*.background:      white
emacs*.font:            
-adobe-courier-medium-r-normal--12-120-75-75-m-70-iso8859-15

reload the X server

;; xrdb -load .Xdefaults
 and after it works,

I do not known why, but after it work on my linux machine

Hope this help

davidalindquist a écrit :

>I running Emacs 21.2 on Mac OS X Panther (10.3.5) using Terminal.app.
>I have global font 
>lock turned on, but syntax highlighting is not working in nxml mode.
>Any ideas?
>
>
>
(Continue reading)

Sidnei da Silva | 6 Sep 2004 13:19

Re: New release

Anyone knows if this patch got included in the new release?

http://groups.yahoo.com/group/emacs-nxml-mode/message/422

-- 
Sidnei da Silva <sidnei <at> awkly.org>
http://awkly.org - dreamcatching :: making your dreams come true
http://www.enfoldsystems.com
http://plone.org/about/team#dreamcatcher

<glyph> warner: you want to port twisted to PyMite?
<warner> now *that* would be entertaining..
<Nafai> ...for various definitions of entertaining

------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/

<*> To unsubscribe from this group, send an email to:
    emacs-nxml-mode-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
(Continue reading)

James Clark | 8 Sep 2004 12:05

nxml-mode 20040908

A new release is available at:

  http://www.thaiopensource.com/download/nxml-mode-20040908.tar.gz

The biggest change is that the indenting support has been completely
rewritten. This is quite likely to have introduced some bugs, so please
give it a try and let me know of any regressions.

I've also updated the nXML web page:

  http://www.thaiopensource.com/nxml-mode/

James
--

-- 
To send me mail, replace auth-only by public in the from address. 

------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/

<*> To unsubscribe from this group, send an email to:
    emacs-nxml-mode-unsubscribe <at> yahoogroups.com
(Continue reading)

James Clark | 8 Sep 2004 12:06

Re: New release

On Mon, 2004-09-06 at 18:19, Sidnei da Silva wrote:
> Anyone knows if this patch got included in the new release?
> 
> http://groups.yahoo.com/group/emacs-nxml-mode/message/422

No.  I decided the current indenting code was a total mess and needed a
rewrite, which has been done in the 20040908 release that I have just
announced.

James
-- 
To send me mail, replace auth-only by public in the from address. 

------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/2U_rlB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/emacs-nxml-mode/

<*> To unsubscribe from this group, send an email to:
    emacs-nxml-mode-unsubscribe <at> yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

(Continue reading)


Gmane