> 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,  but I prefer to
find out what is the source of my problem.

I will be back with a minimal configuration file (or a solution)
   > Bye,
   > Tassilo



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

Reply via email to