help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] [SOLVED] <C-return> is undefined in nXML mode


From: Jason Rumney
Subject: Re: [h-e-w] [SOLVED] <C-return> is undefined in nXML mode
Date: Sat, 05 Jan 2013 16:29:36 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

John Brown <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]