> Hi Uwe, > 2015-09-15 12:34 GMT+02:00 Uwe Brauer <[email protected]>:
> I can't reproduce your problem in Emacs 24.5 (and I don't think this > bug, if exists, has anything to do with AUCTeX). > If I know map name, I usually set local keys with > (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))) this binding works! thanks But I don't understand why mine via hook does not!? Besides the reftex binding problem remains. > Bye, > Mosè _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
