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

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

Re: Weird "Symbol's function definition is void: ..."


From: Jean-Christophe Helary
Subject: Re: Weird "Symbol's function definition is void: ..."
Date: Thu, 23 Nov 2017 15:19:28 +0900

Thank you Michael,

It looks like (package-initialize) is after the 2 lines in my .emacs.el. By 
moving them below it I have solved the issue.

Jean-Christophe 

> On Nov 23, 2017, at 12:01, Michael Heerdegen <michael_heerdegen@web.de> wrote:

>> I have installed ivy and imenu-list from the package system and added
>> the following in my .emacs.el
>> 
>> (ivy-mode 1)
>> 
>> ...
>> 
>> (imenu-list-minor-mode)
>> 
>> When I start emacs, I get the error message that the definitions are
>> void, but then I enter .emacs.el and evaluate the two lines and get a
>> proper evaluation (both return t)
> 
> Do you (package-initialize) in your init file, and do you do it before
> these failing calls?
> 
> 
> Michael.

Jean-Christophe Helary
-----------------------------------------------
@brandelune http://mac4translators.blogspot.com




reply via email to

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