bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#15451: 24.3; temp-buffer-browse-mode and edebug key conflicts


From: Stefan Monnier
Subject: bug#15451: 24.3; temp-buffer-browse-mode and edebug key conflicts
Date: Tue, 24 Sep 2013 18:17:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>  1. emacs -q
>  2. M-x temp-buffer-browse-mode
>  3. edebug the following form

>     (progn
>       (with-help-window (help-buffer)
>         (princ "hello world!"))
>       (+ 0 1 2 3))

> After the help window popup, temp-buffer-browse-mode is activated and
> its keys SPC, RET and DEL shadow edebug's.

Probably the better fix is to have edebug temporarily rebind
overriding-terminal-local-map.


        Stefan





reply via email to

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