From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Inhibit more keyboard event during execution of function Date: Tue, 29 Dec 2009 21:53:16 +0100 Message-ID: References: <87skauojkb.fsf@gmail.com> <8099faf2-367b-4e4e-b55e-d9c8710806c4@m25g2000yqc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262120049 26843 80.91.229.12 (29 Dec 2009 20:54:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 20:54:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Mathias Dahl Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 29 21:54:02 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NPj4r-0002XB-VH for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Dec 2009 21:54:02 +0100 Original-Received: from localhost ([127.0.0.1]:49467 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPj4s-0000JP-Cq for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Dec 2009 15:54:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPj4Y-0000JC-Is for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 15:53:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPj4U-0000Ik-42 for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 15:53:42 -0500 Original-Received: from [199.232.76.173] (port=45890 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPj4U-0000Ih-0c for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 15:53:38 -0500 Original-Received: from mail-yw0-f177.google.com ([209.85.211.177]:55046) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPj4T-0004H1-Ko for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 15:53:37 -0500 Original-Received: by ywh7 with SMTP id 7so1823343ywh.24 for ; Tue, 29 Dec 2009 12:53:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=puAlff9ANSgPaUMbjQO8VuzCV199ihqUfSWqB38HhTw=; b=Zv2jrHFnkYLPZnf2in3hnWvTZEpvR0jvbJjIe6rSd5dTs7QCtTa92QIdeYfefBc3SD AFV9tDqZngmjeXboO8HwzfV0bvRTJbSlCz+Hky7h8K8dX3MDD9OXLQo+UbcV/B3ajStX 4uuUdk5e78Q2/xVz04stmEoAZKGUn9wt1RS/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=gOrh2CfmPyyVJbg+eZTw9P/GXAEZLgs1elqMVXAyZ6dykFore/wpiViRsBd20qdLHs T5V/a5Qs/2LWXQ1mOfU2ngmKOqHJZFYmGeZmODNeJlwgxHIzu4d/KPtKxQFWWjmHJ3I/ IarFhWauHq8txwkiBHH+Z+004XAbepcCBmCEE= Original-Received: by 10.101.136.12 with SMTP id o12mr8470151ann.26.1262120016079; Tue, 29 Dec 2009 12:53:36 -0800 (PST) In-Reply-To: <8099faf2-367b-4e4e-b55e-d9c8710806c4@m25g2000yqc.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70942 Archived-At: On Tue, Dec 29, 2009 at 9:03 PM, Mathias Dahl wrote: > > If I keep a key pressed or type it repeatedly it will still > "record" (queue?) > what is pressed during play. > > Any other ideas? Put a keymap in emulation-mode-map-alist with `ignore' as default key during the play?