* "(define-key map [t] ...)": What does [t] mean?
@ 2003-01-10 22:22 Alan Mackenzie
2003-01-11 3:05 ` Miles Bader
0 siblings, 1 reply; 3+ messages in thread
From: Alan Mackenzie @ 2003-01-10 22:22 UTC (permalink / raw)
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").
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: "(define-key map [t] ...)": What does [t] mean?
2003-01-10 22:22 "(define-key map [t] ...)": What does [t] mean? Alan Mackenzie
@ 2003-01-11 3:05 ` Miles Bader
2003-01-11 8:46 ` Alan Mackenzie
0 siblings, 1 reply; 3+ messages in thread
From: Miles Bader @ 2003-01-11 3:05 UTC (permalink / raw)
Alan Mackenzie<none@example.invalid> writes:
> (define-key map [t] 'isearch-other-control-char)
>
> What exactly does this "[t]" mean?
`default'
-Miles
--
Run away! Run away!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: "(define-key map [t] ...)": What does [t] mean?
2003-01-11 3:05 ` Miles Bader
@ 2003-01-11 8:46 ` Alan Mackenzie
0 siblings, 0 replies; 3+ messages in thread
From: Alan Mackenzie @ 2003-01-11 8:46 UTC (permalink / raw)
Miles Bader <miles@gnu.org> wrote on 11 Jan 2003 12:05:31 +0900:
> Alan Mackenzie<none@example.invalid> writes:
>> (define-key map [t] 'isearch-other-control-char)
>> What exactly does this "[t]" mean?
> `default'
OK. Thanks.
> -Miles
> --
> Run away! Run away!
--
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").
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-11 8:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-10 22:22 "(define-key map [t] ...)": What does [t] mean? Alan Mackenzie
2003-01-11 3:05 ` Miles Bader
2003-01-11 8:46 ` Alan Mackenzie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).