unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15451: 24.3; temp-buffer-browse-mode and edebug key conflicts
@ 2013-09-24  3:59 Leo Liu
  2013-09-24 22:17 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Liu @ 2013-09-24  3:59 UTC (permalink / raw)
  To: 15451

 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.

Leo





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#15451: 24.3; temp-buffer-browse-mode and edebug key conflicts
  2013-09-24  3:59 bug#15451: 24.3; temp-buffer-browse-mode and edebug key conflicts Leo Liu
@ 2013-09-24 22:17 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2013-09-24 22:17 UTC (permalink / raw)
  To: Leo Liu; +Cc: 15451

>  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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-24 22:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24  3:59 bug#15451: 24.3; temp-buffer-browse-mode and edebug key conflicts Leo Liu
2013-09-24 22:17 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).