all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: 11018@debbugs.gnu.org
Subject: bug#11018: 24.0.94; Edebug: bindings shadowed by view-mode
Date: Fri, 16 Mar 2012 02:48:58 +0100	[thread overview]
Message-ID: <86k42luxh1.fsf@web.de> (raw)
In-Reply-To: <m2lin2jjfo.fsf@igel.home> (Andreas Schwab's message of "Thu, 15 Mar 2012 10:35:23 +0100")

Andreas Schwab <schwab@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.





  reply	other threads:[~2012-03-16  1:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-15  5:16 bug#11018: 24.0.94; Edebug: bindings shadowed by view-mode Michael Heerdegen
2012-03-15  9:35 ` Andreas Schwab
2012-03-16  1:48   ` Michael Heerdegen [this message]
2012-03-16  2:47     ` Stefan Monnier
2012-03-16  3:41       ` Stefan Monnier
2019-10-20  7:56       ` Lars Ingebrigtsen
2019-10-20 14:50         ` Stefan Monnier
2019-10-20 15:08           ` bug#15451: " Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86k42luxh1.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=11018@debbugs.gnu.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.