From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41662 Path: main.gmane.org!not-for-mail From: cyberbob Newsgroups: gmane.emacs.gnus.general Subject: Re: Detecting continous typing of a key Date: 6 Jan 2002 00:45:49 -0000 Sender: owner-ding@hpc.uh.edu Message-ID: <20020106004549.17470.qmail@gacracker.org> References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035177025 7394 80.91.224.250 (21 Oct 2002 05:10:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:10:25 +0000 (UTC) Return-Path: Original-Received: (qmail 17927 invoked from network); 6 Jan 2002 01:11:55 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 6 Jan 2002 01:11:55 -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 16N1qN-0000uD-00; Sat, 05 Jan 2002 19:11:23 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 05 Jan 2002 19:11:16 -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 TAA17459 for ; Sat, 5 Jan 2002 19:11:06 -0600 (CST) Original-Received: (qmail 17909 invoked by alias); 6 Jan 2002 01:10:47 -0000 Original-Received: (qmail 17904 invoked from network); 6 Jan 2002 01:10:47 -0000 Original-Received: from gacracker.org (207.15.209.4) by gnus.org with SMTP; 6 Jan 2002 01:10:47 -0000 Original-Received: (qmail 17471 invoked by uid 502); 6 Jan 2002 00:45:49 -0000 Original-To: ding@gnus.org Administrative-Comment: Send comments to Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:41662 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:41662 >>>>> Vincent Bernat wrote: [...] > Is there some way to avoid to respond to this ? Something which will > request one second between two "K" press ? You should try (disable-command 'foo), for example I use (disable-command 'message-send-and-exit) because sometimes I press C-c C-c accidentally... With this I have to press space to really send the message. So put (disable-command 'gnus-summary-kill-same-subject-and-select) into your dotemacs and give it a try. :) -- cyberbob