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

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

Re: keybinding problem


From: David Andersson
Subject: Re: keybinding problem
Date: 18 Aug 2003 12:55:07 +0200

Lowell <lkirsh@cs.ubc.ca> writes:

> In my .emacs, I have the following line:
> (global-set-key [ C-/ ] 'hippie-expand)
> 
> But when I do C-h k C-/, it says that that key combo is bound to undo. 
> Why does my binding not stay?

Try

(global-set-key [(control /)] 'hippie-expand)

It should work in many versions of emacs.


reply via email to

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