GNU bug report logs -
#36067
27.0.50; Edebug leaves undefined RET in minibuffer
Previous Next
Full log
Message #25 received at 36067 <at> debbugs.gnu.org (full text, mbox):
Michael Heerdegen <michael_heerdegen <at> web.de> writes:
> > Don't think I've ever seen that before. I know the 'transient'
> > package (which magit now uses for its popup UI), can have a bad
> > interaction with edebug when trying to debug its code. I think it's
> > due to how it messes with transient keymaps in post/pre comman
> > hooks. Maybe you have something similar happen here?
>
> I'll try to find out when I see this the next time.
I saw it again. This time indeed a left over transient-map was the
culprit. The transient-map had been installed with `set-transient-map'
with a KEEP-PRED that should have been failing, but somehow, due to the
interaction with edebug, or just the recursive edit, the transient map
stayed alive, I guess the KEEP-PRED was not tested anymore, but I'm not
sure. It's not easy to reproduce the issue at will, so I have a hard
time to find out more.
Michael.
This bug report was last modified 1 year and 110 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.