GNU bug report logs -
#17293
24.4.50; C-g often fails in minibuffer under X
Previous Next
Reported by: "T. V. Raman" <raman <at> google.com>
Date: Fri, 18 Apr 2014 16:06:01 UTC
Severity: normal
Tags: moreinfo
Found in version 24.4.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17293 in the body.
You can then email your comments to 17293 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#17293
; Package
emacs
.
(Fri, 18 Apr 2014 16:06:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"T. V. Raman" <raman <at> google.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 18 Apr 2014 16:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
I remember Stefan addressing this a while ago, but it appears to
bite me only when running under X.
Specifically:
When running under X (Ubuntu Precise) and using StumpWM as the
window manager (neither of those specific bits might be relevant)
often, if I have a minibuffer completion up, hitting C-g does
not dismiss the minibuffer, I actually have to switch away from
the minibuffer and type M-x top-level to get emacs back to being normal.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#17293
; Package
emacs
.
(Thu, 24 Apr 2014 20:06:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 17293 <at> debbugs.gnu.org (full text, mbox):
> often, if I have a minibuffer completion up, hitting C-g does
> not dismiss the minibuffer, I actually have to switch away from
If you're in the minibuffer, then C-g should normally dismiss the
minibuffer, yes. Of course, we have the problem that C-g only does that
if it runs keyboard-quit (i.e. if Emacs was idle), and not if it signals
"quit" (i.e. Emacs was busy with something).
So apparently, there's been more cases where Emacs is "busy" (probably
just waiting in a sit-for or something). So to fix this, we need to
figure out what that C-g interrupts.
Stefan
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#17293
; Package
emacs
.
(Thu, 24 Apr 2014 21:08:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 17293 <at> debbugs.gnu.org (full text, mbox):
Stefan, Makes sense.
I've been chasing a separate problem in emacs at work that is
keeping emacs busy --see below.
I run emacs-jabber to connect to Google Talk.
I have a large number of contacts there -- order of magnitude
100s -- many of whom constantly keep changing status.
emacs-jabber uses a continues fsm ping mechanism and if I leave
emacs idle ie dont touch the keyboard, profiler shows that emacs
is permanently busy in that handler. I've been trying various
advice tricks to keep that fsm tick from happening except when
jabber roster is selected, and surprize surprize that got the
c-g problem to diminish -- I could not figure out why till I saw
your note today.
Stefan Monnier writes:
> > often, if I have a minibuffer completion up, hitting C-g does
> > not dismiss the minibuffer, I actually have to switch away from
>
> If you're in the minibuffer, then C-g should normally dismiss the
> minibuffer, yes. Of course, we have the problem that C-g only does that
> if it runs keyboard-quit (i.e. if Emacs was idle), and not if it signals
> "quit" (i.e. Emacs was busy with something).
>
> So apparently, there's been more cases where Emacs is "busy" (probably
> just waiting in a sit-for or something). So to fix this, we need to
> figure out what that C-g interrupts.
>
>
> Stefan
bug closed, send any further explanations to
17293 <at> debbugs.gnu.org and "T. V. Raman" <raman <at> google.com>
Request was from
Lars Ingebrigtsen <larsi <at> gnus.org>
to
control <at> debbugs.gnu.org
.
(Sat, 26 Dec 2015 14:16:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Jan 2016 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 9 years and 146 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.