From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: no-spam@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.help Subject: Re: Ed Emulator Mode Date: Wed, 21 Feb 2007 09:35:30 +0100 Message-ID: References: <45DBAC64.3060509@gatech.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172046910 9442 80.91.229.12 (21 Feb 2007 08:35:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Feb 2007 08:35:10 +0000 (UTC) Cc: emacs To: Matthew Flaschen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 21 09:35:02 2007 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 1HJmwH-0002Lv-Oh for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Feb 2007 09:35:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJmwH-0002eT-7W for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Feb 2007 03:35:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HJmw3-0002cT-T5 for help-gnu-emacs@gnu.org; Wed, 21 Feb 2007 03:34:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HJmw3-0002bu-3L for help-gnu-emacs@gnu.org; Wed, 21 Feb 2007 03:34:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HJmw2-0002br-QG for help-gnu-emacs@gnu.org; Wed, 21 Feb 2007 03:34:46 -0500 Original-Received: from pfepb.post.tele.dk ([195.41.46.236]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HJmw2-0008LH-Dt for help-gnu-emacs@gnu.org; Wed, 21 Feb 2007 03:34:46 -0500 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx19.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 175F7A50048; Wed, 21 Feb 2007 09:34:43 +0100 (CET) In-Reply-To: <45DBAC64.3060509@gatech.edu> (Matthew Flaschen's message of "Tue\, 20 Feb 2007 21\:20\:20 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux) X-detected-kernel: 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:41370 Archived-At: Matthew Flaschen writes: > How do I locally override ALL keys, like a wildcard? You can specify a default binding (event = t). `(t . BINDING)' This specifies a "default key binding"; any event not bound by other elements of the keymap is given BINDING as its binding. Default bindings allow a keymap to bind all possible event types without having to enumerate all of them. A keymap that has a default binding completely masks any lower-precedence keymap, except for events explicitly bound to `nil' (see below). -- Kim F. Storm http://www.cua.dk