auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] Re: `TeX-insert-macro' inserts braces {}


From: Seb
Subject: [AUCTeX-devel] Re: `TeX-insert-macro' inserts braces {}
Date: Wed, 22 Oct 2008 10:32:01 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

On Tue, 21 Oct 2008 22:09:17 +0200,
Ralf Angeli <address@hidden> wrote:

[...]

> See (info "(auctex)Completion") and (info "(auctex)Adding Macros").

If flyspell-mode is turned on, TeX-complete-symbol is no longer bound to
M-TAB, but to flyspell-auto-correct-word.  How could one avoid this
clash?  I load flyspell-mode as:

---<---------------cut here---------------start-------------->---
(add-hook 'LaTeX-mode-hook (lambda ()
                             (when (member "beamer" (TeX-style-list))
                               (TeX-PDF-mode 1))
                             (require 'latex-units)
                             (turn-on-reftex)
                             (turn-on-auto-fill)
                             (LaTeX-math-mode)
                             (outline-minor-mode 1)
                             (flyspell-mode)))
---<---------------cut here---------------end---------------->---


Thanks,

-- 
Seb





reply via email to

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