Re: [AUCTeX-devel] Disable electric-pair-mode.

2013-12-01 Thread Tassilo Horn
Mosè Giordano giordano.m...@libero.it writes: Ah, that's better. Feel free to change it. Ok, my only doubt is whether the condition should be (boundp 'electric-pair-mode) or (and LaTeX-electric-left-right-brace (boundp 'electric-pair-mode)) In the latter case, I suppose

Re: [AUCTeX-devel] Disable electric-pair-mode.

2013-11-29 Thread Mosè Giordano
2013/11/29 Tassilo Horn t...@gnu.org: Mosè Giordano giordano.m...@libero.it writes: diff --git a/tex.el b/tex.el index 07c452e..ea882f6 100644 --- a/tex.el +++ b/tex.el @@ -3169,7 +3169,13 @@ The algorithm is as follows: (when (or (not (file-exists-p (buffer-file-name)))