Re: [SOLVED] <C-return> is undefined in nXML mode
Jason Rumney <[email protected]>
| Newsgroups | gmane.emacs.windows |
|---|---|
| Message-ID | <[email protected]> |
John Brown <[email protected]> writes: > ;; (define-key map "\M-\t" 'completion-at-point) > (define-key map [C-return] 'completion-at-point) > map) > > I commented out the original binding for completion- > at-point, added a new one and byte-compiled nxml-mode.el. A more portable method is to copy that line into your .emacs and modify it there. Then you won't need to remember to modify nxml-mode.el every time you upgrade Emacs.