[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#6776: 24.0.50; nxml mode binds completion to c-return
From: |
Stefan Monnier |
Subject: |
bug#6776: 24.0.50; nxml mode binds completion to c-return |
Date: |
Mon, 02 Aug 2010 12:49:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> nxml mode does this:
> (define-key map [C-return] 'nxml-complete)
> which isnt exactly a bug, but its annoying.
Agreed. It should add to completion-at-point-functions instead.
> Its annoying because mode
> specific completions should go somewhere consistent, such as M-tab, a
Actually, I just noticed that completion-at-point is globally bound to M-tab.
Stefan