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

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

Re: In search of classic "C-x x" and "C-x g" keybinding or .emacs defn


From: Tim X
Subject: Re: In search of classic "C-x x" and "C-x g" keybinding or .emacs defn
Date: Wed, 08 Dec 2010 15:36:20 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

FooBar7 <scraig@gmail.com> writes:

> Hello,
>
> I have been using an older version GNU - 21.3 for windows that used a
> more classic key binding for register put/get.  however now with the
> more recent version aka. 23.2 these bindings are missing.
>
> I have tried to write my own global-key routine but this also has run
> into problems with set-mark and how end-mark-region operates.
>
> I researched a possible save with a compatibility key-binding called:
> copy-to-register-compatibility-binding
> insert-register-compatibility-binding
>
> But these functions are not found.
>
> Any help for a more classic feel and possibly key bindings would be
> greatly appreciated.
>
> Thanks,
>      -Steve

In my current version of emacs (24.0.50 from bzr) C-x x and C-x g do not
appear to be bound to anything. Therefore, if I understand your question
correctly, all you need to do is identify the names of the functions
that use to be bound to these keys and re-bind them. 

I notice that we do have 

C-x r x - copy-to-register 
C-x r g - insert-register 

Provided the C-x x and C-x g keys have not been bound to anything else
on your system, you should be a le to just set a global binding for
these keys that use the above functions. 

Tim

-- 
tcross (at) rapttech dot com dot au


reply via email to

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