emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs User Friendliness Question/Hope


From: Deniz Dogan
Subject: Re: Emacs User Friendliness Question/Hope
Date: Sun, 18 Jul 2010 14:59:13 +0200

2010/7/18 Stephen J. Turnbull <address@hidden>:
> Óscar Fuentes writes:
> But that's actually trivial!  C-x is actually bound to a keymap, and
> so you can just move the whole thing elsewhere.

How would I do that? This is what I use today to make C-t my C-x (only
when used as a prefix):

(global-set-key (kbd "C-t") (lookup-key global-map (kbd "C-x")))

Is there a different way?

-- 
Deniz Dogan



reply via email to

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