From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Schutte Newsgroups: gmane.emacs.help Subject: Re: Ignoring a key event completely Date: Wed, 14 May 2008 15:03:50 +0000 (UTC) Message-ID: <20080514150346.GA8795@debian.homenet> References: <20080512141606.GA17448@debian.homenet> <20080513074441.GA3862@debian.homenet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1210777590 15476 80.91.229.12 (14 May 2008 15:06:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 14 May 2008 15:06:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 14 17:07:06 2008 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 1JwIXi-0002X4-KJ for geh-help-gnu-emacs@m.gmane.org; Wed, 14 May 2008 17:05:48 +0200 Original-Received: from localhost ([127.0.0.1]:54626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwIWz-0002tw-Ag for geh-help-gnu-emacs@m.gmane.org; Wed, 14 May 2008 11:04:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwIWa-0002sO-Mz for help-gnu-emacs@gnu.org; Wed, 14 May 2008 11:04:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwIWY-0002nW-Kt for help-gnu-emacs@gnu.org; Wed, 14 May 2008 11:04:11 -0400 Original-Received: from [199.232.76.173] (port=37178 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwIWY-0002n8-CN for help-gnu-emacs@gnu.org; Wed, 14 May 2008 11:04:10 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:33147 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JwIWX-0000rS-S7 for help-gnu-emacs@gnu.org; Wed, 14 May 2008 11:04:10 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JwIWS-00060K-L3 for help-gnu-emacs@gnu.org; Wed, 14 May 2008 15:04:05 +0000 Original-Received: from d86-32-85-20.cust.tele2.at ([86.32.85.20]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2008 15:04:04 +0000 Original-Received: from m.schutte.jr by d86-32-85-20.cust.tele2.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2008 15:04:04 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: d86-32-85-20.cust.tele2.at Content-Disposition: inline In-Reply-To: Jabber-ID: schm@yne.at User-Agent: Mutt/1.5.17 (2007-11-01) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:53987 Archived-At: On Tue, May 13, 2008 at 06:54:09AM -0600, Kevin Rodgers wrote: > Does `C-h v function-key-map' show a key sequence that is mapped to > [key-17]? No, it doesn’t. I also tried (define-key function-key-map [key-17] []) now, but it seems to behave exactly the same way as doing it in special-event-map (i.e. I have to see about C-, M-, etc. myself). Is there some more magic I’m missing? -- Michael Schutte