From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.help Subject: "(define-key map [t] ...)": What does [t] mean? Date: Fri, 10 Jan 2003 22:22:54 +0000 Organization: muc.de e.V. -- private internet access Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1042241692 5552 80.91.224.249 (10 Jan 2003 23:34:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 10 Jan 2003 23:34:52 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18X8fr-0001RE-00 for ; Sat, 11 Jan 2003 00:34:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18X8ge-0007hr-04 for gnu-help-gnu-emacs@m.gmane.org; Fri, 10 Jan 2003 18:35:40 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!eusc.inter.net!feed.news.nacamar.de!news.space.net!news.muc.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: acm.muc.de Original-X-Trace: marvin.muc.de 1042241349 72852 193.149.49.134 (10 Jan 2003 23:29:09 GMT) Original-X-Complaints-To: news-admin@muc.de Original-NNTP-Posting-Date: 10 Jan 2003 23:29:09 GMT User-Agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686)) Original-Xref: shelby.stanford.edu gnu.emacs.help:108817 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5345 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5345 Emacs 21.1 I'm trying to understand isearch.el. Whilst setting up isearch-mode-map (the keymap), the following function appears to "Make function keys, etc, exit the search": (define-key map [t] 'isearch-other-control-char) What exactly does this "[t]" mean? I've tried C-h f for define-key, the key bindings page in the Emacs FAQ, the entire Keymaps section in the elisp info. I haven't found the answer. What exactly does this "[t]" mean? Thanks in advance. -- Alan Mackenzie (Munich, Germany) Email: aacm@muuc.dee; to decode, wherever there is a repeated letter (like "aa"), remove half of them (leaving, say, "a").