Uwe Brauer <[email protected]> writes: > > Uwe Brauer <[email protected]> writes: > > > It works for me. Either you are running a buggy emacs version or > > there's some problematic configuration of yours. Do you have a minimal > > recipe for reproduction? > > Hm, I tried it for GNU emacs 24.4.1 and 25.0.5. Moreover Mosè's > suggestion using (eval-after-load "latex" > '(progn > (define-key LaTeX-mode-map [(control right)] 'my-turn-bidi-on) > (define-key LaTeX-mode-map [(control left)] 'my-turn-bidi-off) > (define-key LaTeX-mode-map [(f31)] 'TeX-fold-buffer) > (define-key LaTeX-mode-map [(f30)] 'TeX-fold-clearout-buffer) > (define-key LaTeX-mode-map [(control f30)] 'preview-clearout-buffer))) > > I am not sure whether there exist a reftex-mode-map,
Yes, there is. And to this map the extra bindings are added when `reftex-extra-bindings' is t. Bye, Tassilo _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
