bug-auctex
[Top][All Lists]
Advanced

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

bug#21483: 2015-09-05; keybinding problem: global-binding overrides loca


From: Tassilo Horn
Subject: bug#21483: 2015-09-05; keybinding problem: global-binding overrides local-binding?
Date: Tue, 15 Sep 2015 15:10:23 +0200
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux)

Uwe Brauer <address@hidden> writes:

>    > Uwe Brauer <address@hidden> 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





reply via email to

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