From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Andersson Newsgroups: gmane.emacs.help Subject: Re: keybinding problem Date: 18 Aug 2003 12:55:07 +0200 Organization: Symsoft AB, KISTA, SWEDEN Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061204468 11098 80.91.224.253 (18 Aug 2003 11:01:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2003 11:01:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 18 13:01:07 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ohl5-0004v5-00 for ; Mon, 18 Aug 2003 13:01:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ohki-0002Jq-Ef for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Aug 2003 07:00:44 -0400 Original-Newsgroups: gnu.emacs.help Original-Lines: 13 X-Newsreader: Gnus v5.7/Emacs 20.7 X-Original-NNTP-Posting-Host: marilyn.symsoft.se X-Original-Trace: 18 Aug 2003 12:55:06 +0200, marilyn.symsoft.se Original-X-Complaints-To: abuse@songnetworks.se Original-NNTP-Posting-Host: news.wineasy.se X-Original-NNTP-Posting-Host: news.wineasy.se Original-X-Trace: wineasy!newsfeed.wineasy.se!news.sto.telegate.se 1061204107 213.131.157.161 (18 Aug 2003 12:55:07 +0200) Original-X-Complaints-To: abuse@songnetworks.se Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.stueberl.de!feed.news.nacamar.de!uninett.no!news.algonet.se!algonet!news.stupi.se!news.stupi.se!wineasy!newsfeed.wineasy.se!news.sto.telegate.se!news.wineasy.se!news.songnetworks.se!not-for-mail Original-Xref: shelby.stanford.edu gnu.emacs.help:115961 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11877 Lowell 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.