From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard G Riley Newsgroups: gmane.emacs.help Subject: Re: Problem binding f5 when using Icicles Date: Tue, 11 Sep 2007 00:07:46 +0200 Message-ID: References: <1189460884.162296.103100@o80g2000hse.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1189466210 1871 80.91.229.12 (10 Sep 2007 23:16:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 23:16:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 11 09:16:37 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IUzRm-0003s2-Ql for geh-help-gnu-emacs@m.gmane.org; Tue, 11 Sep 2007 08:42:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUrxQ-0006Cp-62 for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Sep 2007 18:42:16 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-X-Trace: individual.net nv40A8e6n6fWYMWDvtF+eAmGqAwCfgUWWZIb5HpptShPcegWTH X-Orig-Path: news.individual.net!news Cancel-Lock: sha1:jZM9PEUQp5ucZZTQUYLBKn/4U8o= sha1:zM77l+h6gxU5RMAR3Vcd+FvUQbo= User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50.6 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:151948 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47453 Archived-At: Nordlöw writes: > I have long used the key f5 to mean delete-other-windows(). But when I > use icicles it overrides f5. I tried global-unset-key plus set-key but > does not get rid of this overriding. How can I take back control over > f5? > > Thanks, > Nordlöw I think I solved this by putting this *before* the (require 'icicles) line in my .emacs: (setq icicle-bind-top-level-commands-flag nil)