Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Uwe Brauer
> Uwe Brauer writes: > Me, too. ;-) > You could limit the costs on our side by trying to reproduce your > problems without your customizations or only with the minimal > configurations needed before filing AUCTeX bug reports. Point taken for the report concerning the auctex bin

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Tassilo Horn
Uwe Brauer writes: >> Me neither. When I eval the above, find a latex file, and then hit >> I get > >> command-execute: Wrong type argument: commandp, my-turn-bidi-on > >> so the binding is effective, I just don't have your `my-turn-bidi-on' >> defined here. > > I am almost convinced that thi

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Uwe Brauer
> Mosè Giordano writes: > Me neither. When I eval the above, find a latex file, and then hit > I get > command-execute: Wrong type argument: commandp, my-turn-bidi-on > so the binding is effective, I just don't have your `my-turn-bidi-on' > defined here. I am almost convinced that this pr

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread David Kastrup
Mosè Giordano writes: > Hi Uwe, > > 2015-09-15 12:34 GMT+02:00 Uwe Brauer : >> Hello >> >> >> I am currently facing two problems: >> >> >> - I always thought that local-key-binding via hook replaces the >> global-key-binding (at least so it is in Xemacs) now in GNU Emacs I >> have >>

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Tassilo Horn
Mosè Giordano writes: >> (add-hook 'LaTeX-mode-hook 'my-latex-mode-key) >> >> (defun my-latex-mode-key () >> "Setting of the following keys" >> (interactive) >> (local-set-key [(control right)] 'my-turn-bidi-on) >> (local-set-key [(control left)] 'my-turn-bidi-off) >> (local-set-key [(f

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Uwe Brauer
> Hi Uwe, > 2015-09-15 12:34 GMT+02:00 Uwe Brauer : > 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-

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Uwe Brauer
> Hi Uwe, > 2015-09-15 12:34 GMT+02:00 Uwe Brauer : > 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. D

Re: [AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Mosè Giordano
Hi Uwe, 2015-09-15 12:34 GMT+02:00 Uwe Brauer : > Hello > > > I am currently facing two problems: > > > - I always thought that local-key-binding via hook replaces the > global-key-binding (at least so it is in Xemacs) now in GNU Emacs I have > set (global-set-key "\C-cr" 'ispell-r

[AUCTeX-devel] serious keybinding problem

2015-09-15 Thread Uwe Brauer
Hello I am currently facing two problems: - I always thought that local-key-binding via hook replaces the global-key-binding (at least so it is in Xemacs) now in GNU Emacs I have set (global-set-key "\C-cr" 'ispell-region) (setq reftex-extra-bindings t) which accord