"Lennart Borgman (gmail)" wrote: Hi ... It depends what you mean by 'support' and by 'adding namespace'. If you just need an extra namespace declaration,...
Lennart, Here's my opinion: Integrating with the XHTML RNG schema so you could validate XHTML+Genshi documents would be difficult for two reasons, one a bit...
The following message is a courtesy copy of an article that has been posted to gmane.emacs.nxml.general as well. Hi. I'd like to include nxml in ELPA. If you...
... Dave> http://www.thaiopensource.com/download/ is the actual source, Dave> from which 20041004 is the latest Thanks. Dave> Perhaps you could reference this...
Greetings. I get ths error: mumamo-do-fontify-2: mumamo-do-fontify m=php-mode, s=2735, e=2955: Symbol's value as variable is void: default when I move up &...
Thanks ygneo, I think this might be a problem with that for the default face there is a face named default, but no variable named default. Could you try...
"Lennart Borgman (gmail)" wrote: Hi ... But faces are identified by a symbol, aren't they? I think it is a common practice to define a variable to hold a face ...
... Hi Lennart, excuse me for responding so late, I've been busy. Executing that instruction the problem seems to dissapear. I'll put that instruction in my...
Here we provide all sorts of Search Engine Optimization articles, HTML, JavaScript, XML, CSS and web authoring guide line Interview Questions and Answers to...
Hi Lennart, From looking at the Fix-me statement, I gather you were probably in the middle of a change a couple of versions ago and then forgot (?) about it....
niels.giesen@...
Mar 9, 2008 7:16 am
1797
... 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...
... 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 ...
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...
... 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...
Niels Giesen
niels.giesen@...
Mar 28, 2008 9:46 am
1802
... That would work. If you want multiple major modes then you should instead use something like '("\\.ctp\\'" . nxhtml-mumamo)...
... "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...
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...
... 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...