unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

  List information: https://www.gnu.org/software/emacs/

* 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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).