From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Evgeny Roubinchtein Newsgroups: gmane.emacs.help Subject: Re: how do i get the list of pending input events? Date: Tue, 01 Oct 2002 03:13:52 GMT Organization: Giganews.Com - Premium News Outsourcing Sender: help-gnu-emacs-admin@gnu.org Message-ID: <87d6qudf6a.fsf@freeshell.org> References: <87smzspqbj.fsf@computer.localdomain> <3D98BF8C.2040808@ihs.com> <87lm5i7wd2.fsf@computer.localdomain> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033442750 16168 127.0.0.1 (1 Oct 2002 03:25:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 1 Oct 2002 03:25:50 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wDfQ-0004C1-00 for ; Tue, 01 Oct 2002 05:25:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wDfg-00030x-00; Mon, 30 Sep 2002 23:26:04 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!border1.nntp.aus1.giganews.com!nntp.giganews.com!nntp3.aus1.giganews.com!bin3.nnrp.aus1.giganews.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Military Intelligence (RC1)) X-GC-Trace: gv1-JOv+dicPYNbOvjMk9Ru5jOxhYDQXhYMuudm0Q== Original-NNTP-Posting-Date: Mon, 30 Sep 2002 22:13:52 CDT Original-Lines: 9 Original-X-Trace: sv3-Wnh/j/tJdvdY6LDeYneV12PKwtnkbPkx4zvL3VFGtLn/B6OF+N+A+VfXhBVUA6jx6otXCz8K9VtU3vF!XrfkL+SuF+LfKBmtHG6Yn5UvQfJ30sDZZExC5uz4ubTMkkX3cjmtQyVmzZFAwGM= Original-X-Complaints-To: abuse@GigaNews.Com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Original-Xref: nntp.stanford.edu gnu.emacs.help:105576 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2121 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2121 >>>>> "DG" == D Goel writes: DG> It seems there's no way to get a list of pending events for a DG> lisp program though I think there really should be. Could you explain in more detail how you envision this feature? You seem to imply there is some queue which the C code does not expose to the Lisp engine, and I am not sure that such queue exists. Do you have evidence to the contrary?