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

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

Re: How to bind (shift Fx) for emacs in putty?


From: Peter Dyballa
Subject: Re: How to bind (shift Fx) for emacs in putty?
Date: Sun, 25 Dec 2005 12:49:09 +0100


Am 24.12.2005 um 17:30 schrieb c.c:

(global-set-key [(shift f1)] "hello world!"), I will be failed! And the "C-h k" can get correct key description for the (shift f1).


Then try first to bind the key interactively and then invoke repeat-complex-command (C-x Esc Esc). You will see in minibuffer what you did. Going to the beginning of the line (C-a) you can kill it (C-k), send a C-g to the recursive edit, and can yank (C-y) the killed line into .emacs. The line is valid ELisp.

--
Greetings

  Pete

Genius may have its limitations, but stupidity is not thus handicapped.
                -- Elbert Hubbard





reply via email to

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