GNU bug report logs -
#11018
24.0.94; Edebug: bindings shadowed by view-mode
Previous Next
Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>
Date: Thu, 15 Mar 2012 05:41:02 UTC
Severity: normal
Tags: fixed
Merged with 15451
Found in versions 24.0.94, 24.3
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Andreas Schwab <schwab <at> linux-m68k.org> writes:
> > You enter an edebug session, but nearly all edebug bindings won't work
> > because they trigger `view-mode' bindings in this buffer instead.
>
> Every edebug binding is also available under the C-x X prefix.
Yes, that's `global-edebug-prefix'. In the header, there is a typo,
here:
;; If you wish to change the default edebug global command prefix, change:
;; (setq edebug-global-prefix "\C-xX")
-------------
There is no binding for `edebug-next-mode' (i.e. n in `edebug-mode-map')
in `global-edebug-map' (why?).
I would have to type C-x X SPC C-x X SPC ... to step through the code -
a pain in the ass.
I don't have an elegant solution for this problem. It is not a problem
especially with `view-mode'. All minor mode bindings shadow
`edebug-mode-map' which is used as local map.
If there was an `edebug-mode-hook', then the user could deactivate
interfering minor modes there.
Michael.
This bug report was last modified 5 years and 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.