unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* unread-command-events always nil?
@ 2002-09-28  6:18 D. Goel
  0 siblings, 0 replies; only message in thread
From: D. Goel @ 2002-09-28  6:18 UTC (permalink / raw)



unread-command-events always seems to be nil[1], both in emacs21.2 as
well as in CVS.

	[1] Or am I confused using a wrong variable for trying to
	access the pending events?  If so, what is the right one to
	use?

As an example, please look at this code below (in emacs -q
-no-site-file), Go to end, press C-x C-e, and then press some
keystrokes (rapidly).  Wait 6 seconds, for emacs to output the 2 lines
unread-command-events.  Both of them have their first field as nil
(though there were clearly inputs pending when they were outputted..).


(progn
  (discard-input)
  (sleep-for 3)
  (insert
   (format "%S,%S,%S" unread-command-events last-input-event 
	(input-pending-p)))
  (sleep-for 3)
  
  (insert 
   (format "\n%s,%S,%S" unread-command-events last-input-event 
	   (input-pending-p))))




In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll
 bars) of 2002-03-22 on raven, modified by Debian configured using
 `configure i386-debian-linux-gnu --prefix=/usr
 --sharedstatedir=/var/lib --libexecdir=/usr/lib
 --localstatedir=/var/lib --infodir=/usr/share/info
 --mandir=/usr/share/man --with-pop=yes --with-x=yes
 --with-x-toolkit=athena --without-gif' Important settings: value of
 $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: value of
 $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC:
 nil value of $LC_TIME: nil value of $LANG: C locale-coding-system:
 nil default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:




Recent input:
M-x g n u s <return> M-x r e p o r t - e m a c s - 
b u g <return>

Recent messages:
Opening nnfolder server on DEEGO...

No new newsgroups
Checking new news...
Opening nnfolder server on archive...

Opening nndraft server...

Checking new news...done
Loading emacsbug...done

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-28  6:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-28  6:18 unread-command-events always nil? D. Goel

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).