auctex-devel
[Top][All Lists]
Advanced

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

Re: [AUCTeX-devel] serious keybinding problem


From: Uwe Brauer
Subject: Re: [AUCTeX-devel] serious keybinding problem
Date: Tue, 15 Sep 2015 14:29:45 +0200
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.4 (gnu/linux)

> Hi Uwe,
> 2015-09-15 12:34 GMT+02:00 Uwe Brauer <address@hidden>:

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



reply via email to

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