Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!gem.mps.ohio-state.edu!wuarchive!udel!princeton!phoenix!phoenix.princeton.edu!ron From: ron@clarity.Princeton.EDU (Ronald Beekelaar) Newsgroups: gnu.emacs.gnus Subject: Problem: keybindings in Group Mode Message-ID: Date: 14 Oct 89 19:56:47 GMT Sender: news@phoenix.Princeton.EDU Distribution: gnu Organization: Cognitive Science Lab. Princeton University. Lines: 21 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.edu