From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [lennart.borgman.073@student.lu.se: Keys bound to [t] does not give any help] Date: Mon, 28 Nov 2005 07:56:51 +0100 Message-ID: <438AAA33.1000608@student.lu.se> References: <87slth7av1.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133161904 17955 80.91.229.2 (28 Nov 2005 07:11:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 07:11:44 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 08:11:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EgczG-0005vs-Vi for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 07:59:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgczE-0003YQ-Ra for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 01:59:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Egcwe-0003Y0-7p for emacs-devel@gnu.org; Mon, 28 Nov 2005 01:57:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Egcwa-0003X5-Ns for emacs-devel@gnu.org; Mon, 28 Nov 2005 01:56:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egcwa-0003Ww-0V for emacs-devel@gnu.org; Mon, 28 Nov 2005 01:56:56 -0500 Original-Received: from [81.228.11.98] (helo=pne-smtpout1-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EgcwY-0004di-F3; Mon, 28 Nov 2005 01:56:54 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn1.fre.skanova.net (7.2.060.1) id 43871614000C93F4; Mon, 28 Nov 2005 07:56:52 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Chong Yidong In-Reply-To: <87slth7av1.fsf@stupidchicken.com> X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:46692 Archived-At: Chong Yidong wrote: >>If you bind default keyboard keys like this >> >> (define-key bw-keymap [t] 'bw-exit-resize-mode) >> >>then >> >> C-h k >> >>says that the key "is undefined". >> >> > >I don't get it. What is the intended behavior of binding [t]? > > This sets a default binding in the keymap which is used when there is no binding for a key. It is different from binding to nil which is transparent so that the binding in the next keymap is used instead.