--- a/.emacs-my Tue Nov 13 20:07:21 2012 +0200
+++ b/.emacs-my Thu Nov 15 08:09:07 2012 +0200
@@ -2419,8 +2419,13 @@
(setq nxml-child-indent 2)
(setq nxml-attribute-indent 4)
+(add-to-list 'auto-mode-alist '("\.pom\\'" . nxml-mode))
+
(eval-after-load 'nxml-mode '(define-key nxml-mode-map [C-return] 'nxml-complete))
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+(message "relax ng, rng")
+
(eval-after-load 'rng-loc '(add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;