Search the web
Sign In
New User? Sign Up
emacs-nxml-mode · New XML Mode for Emacs
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1793 - 1825 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1793
Hi Lennart, The function `create-image' in emacs need an absolute path, lest it tries and find an image in a sub-directory of `data-directory' and ...
niels.giesen@...
Send Email
Mar 8, 2008
11:51 am
1794
Thanks Niels. I have added that and uploaded it with version 1.12 of nXhtml....
Lennart Borgman (gmail)
nlborgman
Offline Send Email
Mar 9, 2008
2:31 am
1795
Here we provide all sorts of Search Engine Optimization articles, HTML, JavaScript, XML, CSS and web authoring guide line Interview Questions and Answers to...
Online Web Tutorials
full.education
Offline Send Email
Mar 9, 2008
4:00 am
1796
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@...
Send Email
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...
Lennart Borgman (gmail)
nlborgman
Offline Send Email
Mar 9, 2008
2:04 pm
1798 Niels Giesen
niels.giesen@...
Send Email
Mar 9, 2008
6:39 pm
1799
... 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 ...
Lennart Borgman (gmail)
nlborgman
Offline Send Email
Mar 12, 2008
1:43 am
1800
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...
ygneo01
Offline Send Email
Mar 28, 2008
9:32 am
1801
... 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@...
Send Email
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)...
Lennart Borgman (gmail)
nlborgman
Offline Send Email
Mar 28, 2008
5:17 pm
1803
... Thanks a lot, but it doesn't works for me. I've this error: File mode specification error: (void-function nxhtml-mumamo) Any idea?...
ygneo01
Offline Send Email
Mar 31, 2008
9:41 am
1804
... "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
rvanrees
Offline Send Email
Mar 31, 2008
9:53 am
1805
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...
Florent Georges
darkman_spam
Offline Send Email
Mar 31, 2008
10:42 am
1806
... Yes. You are using an old version of nXhtm ;-) Please grab the latest version and try again....
Lennart Borgman (gmail)
nlborgman
Offline Send Email
Mar 31, 2008
12:21 pm
1807
... 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...
Jason Rumney
jprumney
Offline Send Email
Mar 31, 2008
1:30 pm
1808
... 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....
Jason Rumney
jprumney
Offline Send Email
Mar 31, 2008
1:40 pm
1809
... 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.) ...
Florent Georges
darkman_spam
Offline Send Email
Mar 31, 2008
1:57 pm
1810
... 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...
Florent Georges
darkman_spam
Offline Send Email
Mar 31, 2008
1:57 pm
1811
We're using the nxml-mode-20060901 schemas here, and I've noticed something missing in the XHTML support. nxml is flagging <input type='file'.../> as invalid....
John W. Shipman
shipman507
Offline Send Email
Apr 4, 2008
8:25 pm
1812
... I don't know this version. The last version of nXML I know is nxml-mode-20041004. Where did you find it? Regards, --drkm ...
Florent Georges
darkman_spam
Offline Send Email
Apr 6, 2008
3:32 am
1813
Here we provide all sorts of Interview Questions & Answers, HTML, JavaScript, XML, CSS and web authoring guide line Interview Questions and Answers to develop...
Online Web Tutorials
full.education
Offline Send Email
Apr 7, 2008
1:12 am
1814
Common Interview Questions and Answers for any interview for any one who wants job read here. ...
Online Web Tutorials
full.education
Offline Send Email
Apr 11, 2008
1:43 am
1815
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...
Jean-Christophe Helary
jc_helary
Offline Send Email
Apr 17, 2008
3:21 pm
1819
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,...
Daniel Colascione
dancolascione
Offline Send Email
May 23, 2008
9:11 pm
1820
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...
Jason Rumney
jprumney
Offline Send Email
May 23, 2008
9:48 pm
1821
... 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...
Lennart Borgman (gmail)
nlborgman
Offline Send Email
May 23, 2008
9:53 pm
1822
... 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 ...
Daniel Colascione
dancolascione
Offline Send Email
May 23, 2008
10:24 pm
1823
... Do you mean font-lock-fontify-region-function? ... Mumamo now defines what I call "multi major modes". (Previously there was a minor mode called...
Lennart Borgman (gmail)
nlborgman
Offline Send Email
May 23, 2008
10:50 pm
1824
... 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...
Dave Pawson
dpawso
Offline Send Email
May 24, 2008
7:14 am
1825
... 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...
Daniel Colascione
dancolascione
Offline Send Email
May 24, 2008
3:12 pm
Messages 1793 - 1825 of 1979   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help