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

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

Re: key bindings


From: Henrik Enberg
Subject: Re: key bindings
Date: Sat, 02 Nov 2002 01:23:17 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu)

"Jeff Rancier" <jeff.rancier@softechnics.com> writes:

> Hello All.
>
> I have the function redo bound to C-M-/, in my .emacs as follows:
>
> (global-set-key [M-C-/] 'redo)

(global-set-key (kbd "C-M-/") 'redo)

`kbd' is almost always the solution to keybinding problems.

-- 
Booting... /vmemacs.el


reply via email to

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