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

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

Cut and open commands?


From: saneman
Subject: Cut and open commands?
Date: Sat, 23 Feb 2008 14:06:28 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071022)

I would like to redefine cut and open to: C-x and C-o regardless of the built in definitions. But I cannot redefine cut:

(global-set-key "\C-x" 'kill)

when I select some text and press C-x I just get:

symbols function definition is void:kill

And what are the function called that opens a new file?


Currently I have to press C-space to start a mark in the text that I can use to select some text. Is it possible to just redefine to shift instead of C-space?


reply via email to

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