From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: bug#9809: 24.0.90; flyspell-auto-correct-word hard to access in org-mode Date: Fri, 23 Mar 2012 23:31:24 +0100 Message-ID: <87pqc3x83n.fsf@altern.org> References: <80aa389mvi.fsf@fencepost.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SBD0o-0001BK-9r for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 18:31:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SBD0m-000768-Iz for emacs-orgmode@gnu.org; Fri, 23 Mar 2012 18:31:09 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-Message-ID: In-Reply-To: <80aa389mvi.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 22 Mar 2012 20:33:53 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Glenn Morris Cc: 9809@debbugs.gnu.org, Eric Hanchrow Hi Glenn, Glenn Morris writes: > Eric Hanchrow wrote: > >> I started emacs with "emacs -Q". Then I typed >> >> M-x o r g - m o d e M-x f l y s p e l l - >> m o d e C-h c C-h c M-TAB >> >> C-h c showed me " runs the command pcomplete". >> C-h c M-TAB (which I typed via Ctrl+Alt+i) showed me "M-TAB runs the >> command flyspell-auto-correct-word". >> >> I expected _both_ key events -- and M-TAB -- to show me >> flyspell-auto-correct-word. > > This occurs because org.el for some reason tries to define the M-TAB key > 3 different ways: > > (org-defkey org-mode-map [(meta tab)] 'pcomplete) > (org-defkey org-mode-map "\M-\t" 'pcomplete) > (org-defkey org-mode-map "\M-\C-i" 'pcomplete) > > Removing all but the second definition would fix this. > > Ref "Named ASCII Control Characters" in the lispref. > > If you do not want to distinguish between (for example) and > `C-i', make just one binding, for the ASCII character (octal > code 011). If you do want to distinguish, make one binding for this > ASCII character, and another for the "function key" `tab'. Thanks. This is now fixing in Org repo, I'll close the bug when this goes into Emacs. -- Bastien