> 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).

Well I have it in 25.0.5 and in 24.4.1. Also my other local-key binding
behave as expected for example in message mode.

Did you try out my setting?


As I said in a different bug report there is also the missing reftex
binding which should be controlled by 

(setq reftex-extra-bindings t)

And the binding is not working in my latex files. I have to investigate
this further 

> 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)))

> Bye,
> Mosè

I will try this out for sure.

Uwe 

_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to