GNU bug report logs -
#11447
24.1.50; notifications-notify eats keystrokes
Previous Next
Reported by: Peter Münster <pmlists <at> free.fr>
Date: Thu, 10 May 2012 20:46:01 UTC
Severity: normal
Found in version 24.1.50
Done: Michael Albinus <michael.albinus <at> gmx.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Stefan Monnier <monnier <at> iro.umontreal.ca> writes:
>> (with-timeout ((if timeout (/ timeout 1000.0) 25))
>> (while (eq (gethash key dbus-return-values-table :ignore) :ignore)
>> ! (let ((event (let (unread-command-events) (read-event nil nil 0.1))))
>> ! (when (and event (not (ignore-errors (dbus-check-event event))))
>> ! (setq unread-command-events
>> ! (append unread-command-events (list event)))))))
>
> Shouldn't this code use input-pending-p instead?
Maybe, but I don't know how. I've tried this:
(with-timeout ((if timeout (/ timeout 1000.0) 25))
(while (eq (gethash key dbus-return-values-table :ignore) :ignore)
(or (input-pending-p) (sit-for 0.1 'nodisp))))
With the example in this bug report, I get blocked then. A key might be
placed in `unread-command-events', and I still must handle it.
What do I miss?
> Stefan
Best regards, Michael.
This bug report was last modified 13 years and 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.