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: Wed, 30 Dec 2009 00:52:31 +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 1262130806 27187 80.91.229.12 (29 Dec 2009 23:53:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Dec 2009 23:53:26 +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 Wed Dec 30 00:53:19 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 1NPlsM-0003BE-Hj for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Dec 2009 00:53:18 +0100 Original-Received: from localhost ([127.0.0.1]:59961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPlsM-0006Xt-Oh for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Dec 2009 18:53:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPls4-0006Xf-9B for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 18:53:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPlrz-0006XD-Im for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 18:53:00 -0500 Original-Received: from [199.232.76.173] (port=34696 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPlrz-0006XA-Gv for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 18:52:55 -0500 Original-Received: from mail-gx0-f212.google.com ([209.85.217.212]:65130) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPlrz-0003Sf-AG for help-gnu-emacs@gnu.org; Tue, 29 Dec 2009 18:52:55 -0500 Original-Received: by gxk4 with SMTP id 4so11229137gxk.17 for ; Tue, 29 Dec 2009 15:52:54 -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=jZ+j69pIVc2dWgBsNSN7FA+Dc5gQdxVtgBuXrs4YLDo=; b=FgNilYzSFHNB8LvIn3eYDBxwV3BslYr7Qm740eW7vYOxLBWIRidHHu/xMCtLVduUja gbQcM2+FC8wA0gL9HcnrFTVyf8cSOg7NNT/HvPrlic8zCKy5tyxu9lUa5/QONoTQHdAd 7Xp1rNflUs7Oj2kJ0OIrGouJICLwnerN6Qn5w= 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=eTbSFtYOaWW7LnZXbn3T3rR1YmFYzdeLUffxobys/VFvoXRgEJq+7LqJziGyZmDEgN 3d9iqGVBx4n7/hwLMVihnm4mcDCsenruW6iTsh3N7c1/PHY4rEZTDa+XtleVCV5iNSw7 bLXIbofvOJeBP0BxyzldyXFaL/syLBoSV32Hw= Original-Received: by 10.101.132.37 with SMTP id j37mr5811979ann.101.1262130773860; Tue, 29 Dec 2009 15:52:53 -0800 (PST) In-Reply-To: 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:70950 Archived-At: On Tue, Dec 29, 2009 at 11:40 PM, Mathias Dahl wrote: >> Put a keymap in emulation-mode-map-alist with `ignore' as default key >> during the play? > > You don't happen to have a recipe for that, do you? :) I tested it > briefly but either I did not do it correctly or the approach does not > work. Look in tabkey2.el > Can't I just temporarily rebind the key that played the current > "thing" and rebind it again afterwards in my own keymap? Yes, of course. The way above is perhaps more general if you want to redo it.