From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hadron Newsgroups: gmane.emacs.help Subject: Re: mthesaur v synonyms Date: Sat, 11 Aug 2007 13:34:51 +0200 Organization: http://en.wikipedia.org/wiki/Quark Message-ID: <1kejiagv8k.fsf@news.ubuntu.home> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1186836032 16739 80.91.229.12 (11 Aug 2007 12:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Aug 2007 12:40:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 11 14:40:30 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 1IJqGc-00026G-K6 for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Aug 2007 14:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJqGb-0005uK-VR for geh-help-gnu-emacs@m.gmane.org; Sat, 11 Aug 2007 08:40:29 -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: 35 Original-X-Trace: individual.net RiQoG2X/MBXOihJ7YgJUrAVDR9y/Q5LWpBjPxFtzHTle71mKmq X-Orig-Path: news.individual.net!news Cancel-Lock: sha1:ulfUu2G5rqILwvFkgTTcz3MMvVg= sha1:oeUyaCP1dYsXrT/e5u4N4CZKh/I= X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! Face: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:150922 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:46498 Archived-At: "Drew Adams" writes: >> > IOW, the binding is made only if _both_ >> > `icicle-bind-top-level-commands-flag' is non-nil and `icicle-kmacro' is >> > defined (which it is, for Emacs 22). >> > >> > If you customize `icicle-bind-top-level-commands-flag' to nil, >> > f5 should not be rebound. Again, if you find a bug, please report >> > it, starting with "emacs -Q", via `icicle-send-bug-report'. Thanks. >> >> It's not a bug customising it doesn't work since the >> customization is at the >> end the .emacs the menu/keybinding code is called before the >> customization variable is set. > > I think you're saying that there is no bug and things work OK for you > now. Sorry. I wasn't clear. It only works for me with the code below. The customization does not work because the key bindings are done before the customization section is invoked I assume? > >> This worked for me: >> >> ,---- >> | (setq icicle-bind-top-level-commands-flag nil) >> | (require 'icicles) >> | (icy-mode) >> `---- > > It should also work to use Customize. That is: > > M-x customize-option icicle-bind-top-level-commands-flag