ron@clarity.Princeton.EDU (Ronald Beekelaar) (10/15/89)
Help needed with gnus!!
I have a problem with binding keys in Group Mode.
In my startup-file, after loading nntp and gnus, I have the following
lisp-text:
(setq gnus-Group-mode-hook
'(lambda ()
(local-set-key "/C-K" 'gnus-Group-prev-group)))
I want to bind the up-arrow key (Ctrl-K on my keyboard) to the function
gnus-Group-prev-group.
However, as soon as I give the command gnus, the following error-messages is
shown at the bottom of my screen:
`Key sequence "/C-K" uses invalid prefix characters'
Can anybody please tell me how it should be done,
Thanks,
ron@clarity.princeton.eduraulmill@usc.edu (Raul Deluth Rockwell) (10/20/89)
In article <RON.89Oct14155647@clarity.Princeton.EDU> ron@clarity.Princeton.EDU (Ronald Beekelaar) writes: ;> However, as soon as I give the command gnus, the following error-messages is ;> shown at the bottom of my screen: ;> `Key sequence "/C-K" uses invalid prefix characters' Try "\C-K" --