From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41635 Path: main.gmane.org!not-for-mail From: Vincent Bernat Newsgroups: gmane.emacs.gnus.general Subject: Re: Detecting continous typing of a key Date: Sat, 05 Jan 2002 18:04:18 +0100 Organization: Kabale Inc Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035177000 7224 80.91.224.250 (21 Oct 2002 05:10:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:10:00 +0000 (UTC) Return-Path: Original-Received: (qmail 7230 invoked from network); 5 Jan 2002 17:10:39 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 5 Jan 2002 17:10:39 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16MuKr-0004BM-00; Sat, 05 Jan 2002 11:10:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 05 Jan 2002 11:10:13 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA14657 for ; Sat, 5 Jan 2002 11:10:01 -0600 (CST) Original-Received: (qmail 7223 invoked by alias); 5 Jan 2002 17:10:04 -0000 Original-Received: (qmail 7218 invoked from network); 5 Jan 2002 17:10:03 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 5 Jan 2002 17:10:03 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16MuLT-0007CR-00 for ; Sat, 05 Jan 2002 18:10:59 +0100 Original-To: ding@gnus.org Original-Path: lucas.loria!nobody Original-Newsgroups: gnus.ding Original-Lines: 9 Original-NNTP-Posting-Host: lucas.crans.org Original-X-Trace: quimby2.netfonds.no 1010250659 27678 138.231.141.26 (5 Jan 2002 17:10:59 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 5 Jan 2002 17:10:59 GMT X-PGP-KeyID: 0xF22A794E X-PGP-Fingerprint: 5854 AF2B 65B2 0E96 2161 E32B 285B D7A1 F22A 794E User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Common Lisp, i686-pc-linux) Cancel-Lock: sha1:hOpQ9uDKGktQ6c0v8zbI1g6QbL8= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41635 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41635 OoO Lors de la soirée naissante du samedi 05 janvier 2002, vers 17:09, Lars Magne Ingebrigtsen disait: > You could bind `K' to a command that calls `(sleep-for 1)' after doing > what `K' normally does. I will try but I think the problem is that the "K" is remembered. And I may want to press another key without waiting ! :) Is it possible to use a timer ?