You are not logged in.

#1 2009-04-18 10:48:31

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

[SOLVED] Screen messing up emacs shortcuts

When I use emacs outside of screen, all is fine. However, in screen, pressing C-Right results in "M-O c is undefined", and pressing C-Left in "M-O d is undefined". I've tried adding this to my .emacs, but to no avail:

(global-set-key [?\M-O c]     'forward-word)
(global-set-key [?\M-O d]     'backward-word)

edit: Solved. I can't believe I forgot the '?' before the 'c' and 'd'!

Last edited by Barrucadu (2009-04-18 11:04:47)

Offline

Board footer

Powered by FluxBB