all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: <help-gnu-emacs@gnu.org>
Subject: RE: Problem binding f5 when using Icicles
Date: Mon, 10 Sep 2007 15:58:37 -0700	[thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICMELBDPAA.drew.adams@oracle.com> (raw)
In-Reply-To: <g5bqcadvil.fsf@googlemail.com>

> > 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?
> 
> I think I solved this by putting this *before* the (require 'icicles) line
> in my .emacs:
> 
> (setq icicle-bind-top-level-commands-flag nil)

Yes, that option prevents Icicles from binding any top-level commands. You can also use Customize to set it. As the doc says:

 "If you change this from t to nil, then you must restart Emacs for it
 to take effect.  Going from nil to t requires no restart.

 For this option to have an effect upon startup, it must be set before
 you enter Icicle mode.  This means that you must ensure that the code
 that sets it is invoked before you enter Icicle mode.  If you use
 Customize to change this option, then ensure that the code inserted by
 Customize into your `user-init-file' or your `custom-file' is invoked
 before you enter Icicle mode."

      reply	other threads:[~2007-09-10 22:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-10 21:48 Problem binding f5 when using Icicles Nordlöw
2007-09-10 22:07 ` Richard G Riley
2007-09-10 22:58   ` Drew Adams [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DNEMKBNJBGPAOPIJOOICMELBDPAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.