On my win2k box, emacs quite happily reads .jar files as a 'directory'. On Fedora I get a heap of garbage. Is there an emacs 'mode' or something that enables...
... I do not know older versions of Emacs, but I assume that you are running a CVS version of Emas on win2k since this works. What versions are you running?...
... <guess class='random'>tar-mode</guess> Be seeing you, norm -- Norman Walsh <normyahoo@...> | Use the memory of thy predecessor http://nwalsh.com/...
... Here (GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-01-29) it is 'archive-mode' (with the proper entry in 'auto-mode-alist', off course). Regards, ...
... You can see (info "(nxml-mode)Schema locating files") for details, but I'm afraid public IDs are not supported. If I'm right, doctypePublicId is an element...
... Hi ... I took the code of the OP, and did a few changes, then I have: (defun drkm-nxml:ancestor-axis-path () "Returns all the elements in the ancestor axis...
... As you did see, the command show nothing. Here is the corrected version: (defun drkm-nxml:ancestor-axis-path (&optional print-message) "Return all the...
Hi I created an RNC schema for a document type of mine. I use (include) an other schema within it. To be a little more concrete, it is a XSLT unit test...
... Yes. Only URIs involved in the include directives in RNC schemas. ... Mmh. In some way, yes. But a simple way. The match is only done on entire URIs....
... Yes... but psgml would benefit from xml catalog support IMHO? (There is an xml-mode which is based on sgml-mode). I wonder if Lennart might be interested. ...
I am working on a project where I need to edit xml files created by others that have the following form: <?xml version="1.0" encoding="UTF-8"?> <PlexilPlan...
Jeff Kowing
jkowing@...
May 29, 2006 5:23 pm
1353
I am working on a project where I need to edit xml files created by others that have the following form: <?xml version="1.0" encoding="UTF-8"?> <PlexilPlan...
... You have to add this in the RNC schema to the root element: attribute xsi:schemaLocation { xsd:anyURI }? You can off course use instead "include" to not...
Hi all, I am not (yet) xml expert, I installed nxml-mode and I would like my alphaflow alf description files to be recongnized by emacs. I didn't find a quick...
hi ... Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son interface révolutionnaire. hi Yahoo! Mail réinvente le mail ! Découvrez le...
Fontification and overlays added by nxml-mode are currently not removed if you switch to another mode. Try for example switching to fundamental-mode. To cure...
Hi all, I am restructuring an exisiting manual and want to see only my sect1 elements hiding the lower elements. I would like this to work also for sect2 and...
aamehl wrote: Hi ... I'm not familiar with the folding feature of nXML, but I guess givin a sample minimal XML document as well as steps to reproduce the...
Would it be possible to use the rng*.el files that comes with nxml-mode to write a new mode for CSS files? Any tips about what is needed to do that?...
Lennart Borgman wrote: Hi ... It depends what you want to do. I guess this is about completion against a schema? So you can use 'rng-c-parse-file' to parse...