[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem binding f5 when using Icicles
From: |
Richard G Riley |
Subject: |
Re: Problem binding f5 when using Icicles |
Date: |
Tue, 11 Sep 2007 00:07:46 +0200 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50.6 (gnu/linux) |
Nordlöw <per.nordlow@gmail.com> 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)