From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Broken sit-for Date: Sun, 10 Sep 2006 23:26:11 +0200 Message-ID: References: <87ejup0vth.fsf@lrde.org> <858xkwdg92.fsf@lola.goethe.zz> <877j0gq2vn.fsf@lrde.org> <85r6yoc09x.fsf@lola.goethe.zz> <85irjwbm5a.fsf@lola.goethe.zz> <873bb0t6zt.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1157923654 27211 80.91.229.2 (10 Sep 2006 21:27:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Sep 2006 21:27:34 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 10 23:27:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GMWpv-0000Nd-V4 for ged-emacs-devel@m.gmane.org; Sun, 10 Sep 2006 23:27:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMWpv-0000lc-Er for ged-emacs-devel@m.gmane.org; Sun, 10 Sep 2006 17:27:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMWpj-0000lN-Oe for emacs-devel@gnu.org; Sun, 10 Sep 2006 17:27:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMWpi-0000l5-I0 for emacs-devel@gnu.org; Sun, 10 Sep 2006 17:27:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMWpi-0000l0-Dz for emacs-devel@gnu.org; Sun, 10 Sep 2006 17:27:18 -0400 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMWqo-0001zZ-G1; Sun, 10 Sep 2006 17:28:26 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepc.post.tele.dk (Postfix) with SMTP id E0D2A8A0002; Sun, 10 Sep 2006 23:27:14 +0200 (CEST) Original-To: michael.cadilhac@lrde.org (=?utf-8?Q?Micha=C3=ABl?= Cadilhac) In-Reply-To: <873bb0t6zt.fsf@lrde.org> (=?utf-8?Q?Micha=C3=ABl?= Cadilhac's message of "Sun\, 10 Sep 2006 11\:18\:14 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59641 Archived-At: michael.cadilhac@lrde.org (Micha=C3=ABl Cadilhac) writes: > I still think this line should be slightly changed to say something > about zero (and negative) values of SECONDS. To me it seems quite obvious that "seconds <=3D 0" implies "waited the full= time". But if you can suggest something better, please do. > >>> (t >>> (or nodisp (redisplay)) >>> (let ((read (read-event nil nil seconds))) >>> (or (null read) >>> (progn (push read unread-command-events) nil)))))) >> >> This does not interfere with the myriad of other >> unread-command-events like variables we have? They are sure to be >> unused at this point of time? > > Well, it actually triggers a problem. See the thread =C2=AB The order in= put > events are processed. =C2=BB See my answer to that thread. -- Kim F. Storm http://www.cua.dk