... the ... I just added this to my /~.emacs: ;; Avoid determining the mode by contents of file. ;; Emacs is too smart for its own good. (setq magic-mode-alist...
... ~/.emacs :-) ... Yes. But: - it removes all entries from `magic-mode-alist', not only those regarding `html-mode', `sgml-mode' and `xml-mode'. After ...
Hello What do you think about adding this to "rng-auto.el" ? (defun nxml-set-magic-mode-alist () "Set `magic-mode-alist' correctly for using nXML. It modifies...
hi i'm no expert, but i see this: http://htmlhelp.com/reference/html40/block/div.html with ALIGN=[ left | center | right | justify ] (horizontal alignment) ......
... XHTML Modularization, for example, says the same thing. See <URL:http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-legacy-1.mod>. ... And "justify"?-)...
nxml-mode version 20041004 running on GNU Emacs 21.3.1 under Debian GNU/Linux does not report the following XHTML document as invalid, despite the use of the...
... From the nxml-mode TODO file: ** ID/IDREF support. In short, I don't believe nxml-mode attempts to check the uniqueness of IDs. Be seeing you, norm -- ...
Hi, Sorry this is off topic. I am so inspired by nxml mode that I just had to create a "made with emacs nxml-mode" icon to display on my pages. I thought I...
Ted Dustman
dustman@...
Jan 28, 2005 1:22 am
912
Hi, I am working on a few JSP based projects at the moment, using the new XML format for JSPs. This is good, because I can use nxml-mode for authoring JSP...
... Something like that shouldn't be specific to nxml-mode. -- Vincent Lefèvre <vincent@...> - Web: <http://www.vinc17.org/> 100% accessible validated...
Hi, Here's a really nit-picky feature request: I'd like to customize the highlighting face of this equal sign, that currently shows up in the same glaring text...
Hi, [Feature request below after blurb] I just started using nxml-mode to edit my Web pages, in conjunction with mmm-mode and php-mode. It seems to work really...
I find that using Emacs in reverse video mode (using the -r switch) or setting the background and foreground colours on the command line seems to render the...
Dear All I have installed some Unicode fonts on my Linux machine (Fedora Core 3) and would like know what to add to my .emacs file so that nxml-mode opens with...
... Yes, you're probably right. However, does anyone know of a nxml-mode workaround that can be applied to nxml-mode? Thanks, /Mike -- michael gratton...
Yes, the XHTML 1.0 DTD says the id attribute is permissible in <html> elements (though, interestingly enough, HTML 4.01 doesn't permit its use there!): ...
While the RNC schema for XSLT is packaged as part of the nxml distribution, there's no reason not to use it elsewhere. Can anyone tell me examples of its use...
Hi, for unrelated reasons, I'm currently limited to Emacs 20 and am missing nxml mode. I was under the impression that most changes from Emacs 20 to 21 had to...
Is there any reason why when I'm doing in a .rnc file: default namespace = "" include "xhtml/xhtml.rnc" start = ... nXML complains with an error "Duplicate...
Sorry for the loud subject line, but has anyone heard from him since 26 Oct 2004? I am stuck with some things related to nxml-mode, and I'm hoping he hasn't...
... I'm still here, but unfortunately I haven't been able to find any time to give to nXML mode since November 2004, and am unlikely to be able to find any at...
RE: pattern facets in Relax NG I was very pleased to find that one can specify multiple regular-expression 'pattern' facets, e.g. Xtext = element xtext {...
The following XHTML file is invalid (according to the XHTML DTD) due to the nested "a", but the schema provided with nXML accepts it: <?xml version="1.0"...
... That is a puzzler. If you look through enough XHTML DTDs, I'm sure some "a" element type is declared with a parameter entity reference that allows typical...