>>>> Alexander Engelhardt <kamaitachi at gmx.de> >>>> on Sat, 25 Feb 2012 22:14:30 +0100 wrote: > Is there a way to unbind C-<up> only in the *R* mode? I'm really not familiar > with Lisp yet. (define-key inferior-ess-mode-map (kbd "C-<up>") nil) should do the job. Vitalie.