From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "David Vanderschel" Newsgroups: gmane.emacs.help Subject: Re: elisp, mouse-tracking: gracefully NOT handling events Date: Wed, 09 Jun 2004 16:36:36 GMT Organization: Road Runner High Speed Online http://www.rr.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088535180 16087 80.91.224.253 (29 Jun 2004 18:53:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 18:53:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 20:52:54 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfNiv-0002y8-00 for ; Tue, 29 Jun 2004 20:52:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfNkb-0001B7-Js for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 14:54:37 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!HSNX.atgi.net!cyclone-sf.pbi.net!216.196.106.144!border2.nntp.sjc.giganews.com!nntp.giganews.com!cyclone.austin.rr.com!fe2.texas.rr.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Original-NNTP-Posting-Host: 66.68.174.193 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: fe2.texas.rr.com 1086798996 66.68.174.193 (Wed, 09 Jun 2004 11:36:36 CDT) Original-NNTP-Posting-Date: Wed, 09 Jun 2004 11:36:36 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:123715 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19082 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19082 "David Kastrup" wrote in message news:x5fz95vhsm.fsf@lola.goethe.zz... > "David Vanderschel" writes: > > ... The idea is, "Take this event. I did not > > know what to do with it, so please do with it > > whatever you would have done with it had I not been in > > a track-mouse loop." Is there such a function? > > (push event unread-command-events) > > And return to the command loop. Ahhh! And now I can find the documentation for it too! ;-) Thanks, David V.