help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"(define-key map [t] ...)": What does [t] mean?


From: Alan Mackenzie
Subject: "(define-key map [t] ...)": What does [t] mean?
Date: Fri, 10 Jan 2003 22:22:54 +0000
User-agent: tin/1.4.5-20010409 ("One More Nightmare") (UNIX) (Linux/2.0.35 (i686))

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").



reply via email to

[Prev in Thread] Current Thread [Next in Thread]