all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to use a Function key in an fset definition
@ 2009-11-23 15:28 ken
  0 siblings, 0 replies; 2+ messages in thread
From: ken @ 2009-11-23 15:28 UTC (permalink / raw
  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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: how to use a Function key in an fset definition
       [not found] <mailman.11342.1258990135.2239.help-gnu-emacs@gnu.org>
@ 2009-11-24  4:01 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2009-11-24  4:01 UTC (permalink / raw
  To: help-gnu-emacs

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

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


        Stefan


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-24  4:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-23 15:28 how to use a Function key in an fset definition ken
     [not found] <mailman.11342.1258990135.2239.help-gnu-emacs@gnu.org>
2009-11-24  4:01 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.