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

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

RE: mthesaur v synonyms


From: Drew Adams
Subject: RE: mthesaur v synonyms
Date: Sat, 11 Aug 2007 07:16:49 -0700

> >> 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?

It all depends when your customizations (from Customize) are invoked. If
they are invoked after you've loaded Icicles, then, yes, some of them, like
this one, will have no effect, because the value will have already been
tested by Icicles.

Your customizations (from Customize) are in either your `custom-file' (if
non-nil) or your `user-init-file' (most likely `~/.emacs'). In the former
case, the behavior depends on when you load `custom-file' (e.g. from your
.emacs).

In the latter case, the behavior depends on where the customizations are
located in your .emacs. If they are evaluated before you enter Icicle mode,
you should be OK.





reply via email to

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