Editing XML Schema Definitions in xml-mode seems like a good idea?
Please advise,
Adrian
packages ChangeLog patch:
Diff command: cvs -q diff -U 0
Files affected: xemacs-packages/psgml/ChangeLog
Index: xemacs-packages/psgml/ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/psgml/ChangeLog,v
retrieving revision 1.73
diff -u -U0 -r1.73 ChangeLog
--- xemacs-packages/psgml/ChangeLog 21 Jun 2004 18:22:44 -0000 1.73
+++ xemacs-packages/psgml/ChangeLog 4 Apr 2005 19:44:31 -0000
@@ -0,0 +1,4 @@
+2005-04-04 Adrian Aichner <adrian(a)xemacs.org>
+
+ * psgml.el: Add auto-mode-alist autoload cookie for .xsd.
+
packages source patch:
Diff command: cvs -f -z3 -q diff -u -w -N
Files affected: xemacs-packages/psgml/psgml.el
Index: xemacs-packages/psgml/psgml.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/psgml/psgml.el,v
retrieving revision 1.25
diff -u -w -r1.25 psgml.el
--- xemacs-packages/psgml/psgml.el 21 Jun 2004 18:08:21 -0000 1.25
+++ xemacs-packages/psgml/psgml.el 4 Apr 2005 19:41:25 -0000
@@ -1803,6 +1803,7 @@
;; XEmacs additions
;;;###autoload(add-to-list 'auto-mode-alist
'("\\.\\(?:sgml?\\|dtd\\)\\'" . sgml-mode))
;;;###autoload(add-to-list 'auto-mode-alist '("\\.xml\\'" .
xml-mode))
+;;;###autoload(add-to-list 'auto-mode-alist '("\\.xsd\\'" .
xml-mode))
;;;; Last provisions
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/