The following part of the patch seems to break nxml-mode in my environment. See bug #385240 (Cannot find unicode character file)
--- nxml-mode-20041004-4/rng-auto.el 2004-10-04 13:57:56.000000000 +0900 +++ nxml-mode-20041004-6/rng-auto.el 2006-09-06 13:35:11.000000000 +0900 @@ -56,8 +56,7 @@ (let* ((dir (file-name-directory load-file-name)) (schema-dir (concat dir "schema/"))) - (unless (member dir load-path) - (setq load-path (cons dir load-path))) + (add-to-list 'load-path dir 'append) (setq rng-schema-locating-files-default (list "schemas.xml" (abbreviate-file-name
smime.p7s
Description: S/MIME cryptographic signature