flyspell{,-prog}-mode likes to take control of M-tab, which is a shame since that is usually bound to complete-symbol.

(setq flyspell-use-meta-tab nil)

doesn’t work, but:

    (eval-after-load "flyspell"
        '(progn
        (define-key flyspell-mode-map (kbd "M-TAB") nil)))

does.

Tags:
blog comments powered by Disqus

IPv6 Accessible Powered by IkiWiki
Last edited late Tuesday evening, May 17th, 2011. © Rob Weir 2003-2011.