Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to use a Function key in an fset definition

0 views
Skip to first unread message

ken

unread,
Nov 23, 2009, 10:28:23 AM11/23/09
to GNU Emacs List
I want to do

(fset <symbol> "\C-x8?") where ? is Function key 1.

How can I do this?


tia.

--
War is a failure of the imagination.
--William Blake

Stefan Monnier

unread,
Nov 23, 2009, 11:01:57 PM11/23/09
to
> (fset <symbol> "\C-x8?") where ? is Function key 1.

(fset <symbol> [?\C-x ?8 f1])


Stefan

0 new messages