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: Uwe Brauer
Subject: bug#21483: 2015-09-05; keybinding problem: global-binding overrides local-binding?
Date: Tue, 15 Sep 2015 14:56:19 +0200
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux)

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





reply via email to

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