GNU bug report logs - #11447
24.1.50; notifications-notify eats keystrokes

Previous Next

Package: emacs;

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

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Michael Albinus <michael.albinus <at> gmx.de>
Cc: Peter Münster <pmlists <at> free.fr>, 11447 <at> debbugs.gnu.org
Subject: bug#11447: 24.1.50; notifications-notify eats keystrokes
Date: Fri, 11 May 2012 09:24:52 -0400
>       (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?


        Stefan




This bug report was last modified 13 years and 9 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.