... Hi Niels, ... There is nothing to forgive, you are just correct ;-) ... Yes, that is correct. I changed it to that and added some other things I forgot/did...
1798
Niels Giesen
niels.giesen@...
Mar 9, 2008 6:39 pm
1799
Lennart Borgman (gmail)
nlborgman
Mar 12, 2008 1:43 am
... Hi Torsten, ... Yes, that would be desireable, but unfortunately it is not currently possible. The reason is that the parser from nxml-mode works with the ...
1800
ygneo01
Mar 28, 2008 9:32 am
Hi everybody! I'm beginning to use nxhtml-mode and I'm a beginner in emacs too. I'd to know how I can use the mode in files with an arbitray extension (such as...
1801
Niels Giesen
niels.giesen@...
Mar 28, 2008 9:46 am
... one-off: M-x nxhtml-mode automatically 'n' always: add (add-to-list 'auto-mode-alist '("\\.ctp\\'" . nxhtml-mode)) to your .emacs For this to take effect...
1802
Lennart Borgman (gmail)
nlborgman
Mar 28, 2008 5:17 pm
... That would work. If you want multiple major modes then you should instead use something like '("\\.ctp\\'" . nxhtml-mumamo)...
1803
ygneo01
Mar 31, 2008 9:41 am
... Thanks a lot, but it doesn't works for me. I've this error: File mode specification error: (void-function nxhtml-mumamo) Any idea?...
1804
Reinout van Rees
rvanrees
Mar 31, 2008 9:53 am
... "Alt-x nxml-mode" should give you the nxml mode for the current file that you're visiting. To do it automatically, put something like the following in your...
1805
Florent Georges
darkman_spam
Mar 31, 2008 10:42 am
Reinout van Rees wrote: Hi ... push is available for a while now in GNU Emacs, so for the sake of readibility I suggest the equivalent (but that's just...
1806
Lennart Borgman (gmail)
nlborgman
Mar 31, 2008 12:21 pm
... Yes. You are using an old version of nXhtm ;-) Please grab the latest version and try again....
1807
Jason Rumney
jprumney
Mar 31, 2008 1:30 pm
... I'd suggest using add-to-list rather than push for the following reasons: 1.It avoids duplicate entries. 2. It is part of elisp so doesn't pull in the full...
1808
Jason Rumney
jprumney
Mar 31, 2008 1:40 pm
... Ignore this. `push' is part of elisp, but cl.el redefines it, which is why I thought it would pull in all of common lisp with it....
1809
Florent Georges
darkman_spam
Mar 31, 2008 1:57 pm
... Actually push was not defined by Emacs before, but only in cl. That was a good enough reason to not use it (well, that depends on people, I like cl.) ...
1810
Florent Georges
darkman_spam
Mar 31, 2008 1:57 pm
... That's right, I forgot that point. And that's actually the main point why I prefer push. Of course that depends on the use, but most of the time you...
1811
John W. Shipman
shipman507
Apr 4, 2008 8:25 pm
We're using the nxml-mode-20060901 schemas here, and I've noticed something missing in the XHTML support. nxml is flagging <input type='file39;.../> as invalid....
1812
Florent Georges
darkman_spam
Apr 6, 2008 3:32 am
... I don't know this version. The last version of nXML I know is nxml-mode-20041004. Where did you find it? Regards, --drkm ...
1813
Online Web Tutorials
full.education
Apr 7, 2008 1:12 am
Here we provide all sorts of Interview Questions & Answers, HTML, JavaScript, XML, CSS and web authoring guide line Interview Questions and Answers to develop...
1814
Online Web Tutorials
full.education
Apr 11, 2008 1:43 am
Common Interview Questions and Answers for any interview for any one who wants job read here. ...
1815
Jean-Christophe Helary
jc_helary
Apr 17, 2008 3:21 pm
I have a file with invalid characters (Unicode: 0xc) but nxml still says the file is valid XML. I am using the latest version of Aquamacs (1.3 ?) and the...
1819
Daniel Colascione
dancolascione
May 23, 2008 9:11 pm
I've converted nxml to font-lock. I used the existing fontification machinery and put it inside a cc-mode-style matcher. Efficiency and output are the same,...
1820
Jason Rumney
jprumney
May 23, 2008 9:48 pm
nxml-mode will be distributed with future versions of Emacs. If you are willing to assign these changes to FSF for inclusion in Emacs 23, please send them to...
1821
Lennart Borgman (gmail)
nlborgman
May 23, 2008 9:53 pm
... Hi Daniel, This sounds very interesting. As you might know in nXhtml I am using nxml-mode with mumamo (which is a framework for multiple major modes in a...
1822
Daniel Colascione
dancolascione
May 23, 2008 10:24 pm
... I saw that you used that approach, and decided to just alter nXML-mode instead. I don't really understand why nXML was written to not use font-lock in the ...
1823
Lennart Borgman (gmail)
nlborgman
May 23, 2008 10:50 pm
... Do you mean font-lock-fontify-region-function? ... Mumamo now defines what I call "multi major modes". (Previously there was a minor mode called...
1824
Dave Pawson
dpawso
May 24, 2008 7:14 am
... It can. It's called relax NG. Mod the schema an hey presto it works. This is beginning to sound like the M$ approach. Embrace, extend, and exterminate If...
1825
Daniel Colascione
dancolascione
May 24, 2008 3:12 pm
... Sort of. I'm talking about using a function as a matcher keyword in font-lock-keywords. This function always returns nil, but while searching, sets the...
1826
Lennart Borgman (gmail)
nlborgman
May 24, 2008 4:58 pm
... Is not that documented in `font-lock-keywords'? But maybe you mean it could be more explicit? ... I am not sure what you mean here. Mumamo calls...
1827
Lennart Borgman (gmail)
nlborgman
May 25, 2008 12:57 pm
I would like to be able to start nxml-mode with a specified schema if there is none specified in the file. (I do not want to save the schema location since...
1828
Lennart Borgman (gmail)
nlborgman
May 25, 2008 1:51 pm
... I am using something like this at the moment. Advice for better implementation is very welcome! (define-derived-mode nxhtml-genshi-mode nxhtml-mode...
1829
Dave Pawson
dpawso
May 25, 2008 2:39 pm
... <documentElement localName="locatingRules" uri="/sgml/locate.rnc"/> <default uri="/sgml/schemas/docbookv5.rnc"/> </locatingRules> as the last entries in...