From xemacs-m  Wed Feb 26 04:46:19 1997
Received: from pat.idt.unit.no (0@pat.idt.unit.no [129.241.103.5])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA14078
	for <xemacs-beta@xemacs.org>; Wed, 26 Feb 1997 04:46:18 -0600 (CST)
Received: from ynde.idt.unit.no (1466@ynde.idt.unit.no [129.241.200.28])
	by pat.idt.unit.no (8.8.5/8.8.5) with ESMTP id LAA07380
	for <xemacs-beta@xemacs.org>; Wed, 26 Feb 1997 11:46:16 +0100 (MET)
Received: (from palat@localhost)
	by ynde.idt.unit.no (8.8.5/8.8.5) id LAA24617;
	Wed, 26 Feb 1997 11:46:14 +0100 (MET)
Sender: Sudeep.Palat@item.ntnu.no
To: XEmacs Beta <xemacs-beta@xemacs.org>
Subject: Re: [19.15b95]: input-pending-p is nil even after keypress
References: <9702260819.AA23503@mail.esrin.esa.it>
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
From: Sudeep Kumar Palat <Sudeep.Palat@item.ntnu.no>
Date: 26 Feb 1997 11:46:13 +0100
In-Reply-To: Simon Marshall's message of Wed, 26 Feb 97 08:19:24 GMT
Message-ID: <yv9wwrvg80a.fsf@ynde.idt.unit.no>
Lines: 53
X-Mailer: Gnus v5.4.15/XEmacs 20.1

>>>>> "Simon" == Simon Marshall <Simon.Marshall@esrin.esa.it> writes:

    >>> It seems that input-pending-p returns nil even after a simple
    >>> keypress: xemacs -no-init-file -no-site-file (progn (loop for
    >>> fubar from 1 to 10000 by 1) (input-pending-p)) C-j C-p => nil

    >>> Which is wrong.  If I replace the loop with (sit-for 5) or add
    >>> (sit-for 5) before or after the loop, then the value is t.

    sb> I can't duplicate this (after raising the loop count to
    sb> something that gives sufficient delay) in 20.0, 20.1-b3 or
    sb> 19.15-b96.

    Simon> Uh-uh.  I found this particular problem after one of the
    Simon> lazy-lock.el cpu comments by Sudeep Palat.  Sudeep, can you
    Simon> reproduce the above problem?
Sorry, I can't either.  Returns t.

    Simon>   I guess you will reproduce it, but what is your
    Simon> configuration?
Configured for `sparc-sun-solaris2.5'.

  Where should the build process find the source code?    /home/ynde/palat/XEmacs
  What installation prefix should install use?            /home/ynde/palat/XEmacs
  What operating system and machine description files should XEmacs use?
        `s/sol2-5.h' and `m/sparc.h'
  What compiler should XEmacs be built with?              gcc  -g -O 
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /store/include
  Where do we find X Windows libraries?                   /store/lib
  Additional header files:                                /home/ynde/palat/local/include
  Additional libraries:                                   /home/ynde/palat/local/lib
  Finding WNN includes with:                              
  Loading WNN libs with:                                  
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.


gcc-2.7.2.1, X11-6.1.1

sudeep

