# HG changeset patch # User Oleksandr Gavenko # Date 1352732317 -7200 # Node ID 0a4851d1f516b28f0f546f26ce039ec1849ce286 # Parent 8523f94a9aa98f1805c978dee90edcb9563a1341 Add nxml to list of devel modes. Call 'nxml-complete' as completion function. diff -r 8523f94a9aa9 -r 0a4851d1f516 .emacs-my --- a/.emacs-my Fri Nov 09 16:20:22 2012 +0200 +++ b/.emacs-my Mon Nov 12 16:58:37 2012 +0200 @@ -150,7 +150,7 @@ makefile-mode makefile-gmake-mode nsis-mode bat-generic-mode - html-mode + html-mode nxml-mode LilyPond-mode texinfo-mode ) @@ -2422,7 +2422,7 @@ (eval-after-load 'rng-loc '(progn (add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml") - (define-key nxml-mode-map [C-return] 'completion-at-point) + (define-key nxml-mode-map [C-return] 'nxml-complete) )) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;