From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong 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 13:50:42 -0500 Message-ID: <87d5kkobct.fsf@stupidchicken.com> References: <87slth7av1.fsf@stupidchicken.com> <438AAA33.1000608@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1133203907 24659 80.91.229.2 (28 Nov 2005 18:51:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 Nov 2005 18:51:47 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 28 19:51:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ego4h-0002D2-6S for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 19:50:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ego4g-000679-MF for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 13:50:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ego4U-000674-NP for emacs-devel@gnu.org; Mon, 28 Nov 2005 13:49:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ego4S-00066q-BX for emacs-devel@gnu.org; Mon, 28 Nov 2005 13:49:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ego4S-00066n-7x for emacs-devel@gnu.org; Mon, 28 Nov 2005 13:49:48 -0500 Original-Received: from [18.19.6.82] (helo=localhost.localdomain) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ego4S-00080L-Ee for emacs-devel@gnu.org; Mon, 28 Nov 2005 13:49:48 -0500 Original-Received: by localhost.localdomain (Postfix, from userid 1000) id AF9AF12087C; Mon, 28 Nov 2005 13:50:42 -0500 (EST) Original-To: Lennart Borgman In-Reply-To: <438AAA33.1000608@student.lu.se> (Lennart Borgman's message of "Mon, 28 Nov 2005 07:56:51 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:46710 Archived-At: Lennart Borgman writes: >>>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. OK, now I get it. But wouldn't C-h be overwritten when you bind [t]? How did you get C-h to work?