From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: bug#9809: 24.0.90; flyspell-auto-correct-word hard to access in org-mode Date: Sun, 01 Apr 2012 12:00:19 +0200 Message-ID: <87sjgnepqk.fsf@gnu.org> References: <80aa389mvi.fsf@fencepost.gnu.org> <87pqc3x83n.fsf__44728.201654698$1332541889$gmane$org@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SEQMY-0006yC-C9 for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 15:22:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SEQMV-0007vP-Jk for emacs-orgmode@gnu.org; Sun, 01 Apr 2012 15:22:53 -0400 Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org, emacs-orgmode@gnu.org Resent-Message-ID: In-Reply-To: <87pqc3x83n.fsf__44728.201654698$1332541889$gmane$org@altern.org> (Bastien Guerry's message of "Fri, 23 Mar 2012 23:31:24 +0100") 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-done@debbugs.gnu.org, Eric Hanchrow Bastien Guerry writes: > 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. Fixed in Emacs trunk. Closing this bug. -- Bastien