help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mthesaur v synonyms


From: Hadron
Subject: Re: mthesaur v synonyms
Date: Fri, 10 Aug 2007 17:51:11 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/23.0.0 (gnu/linux)

"Drew Adams" <drew.adams@oracle.com> writes:

> Yes. Please make sure you have the latest `icicle-mode.el'. When
> `icicle-mode' is entered, this test is made:
>
> (when icicle-bind-top-level-commands-flag
>   (define-key icicle-mode-map [f5] 'icicle-kmacro))

In the one here : 

   http://www.emacswiki.org/cgi-bin/wiki/download/icicles-mode.el

the code is:

    (when (fboundp 'icicle-kmacro)
      (define-key icicle-mode-map [f5] 'icicle-kmacro)) ; `f5' Emacs 22



reply via email to

[Prev in Thread] Current Thread [Next in Thread]