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

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

Re: Symbol's function definition is void: locating the code


From: Nick Dokos
Subject: Re: Symbol's function definition is void: locating the code
Date: Tue, 02 Feb 2016 11:50:46 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Karl Voit <devnull@Karl-Voit.at> writes:

> Hi!
>
> I sometimes face errors like this:
>
> "avy-menu: Symbol's function definition is void:
> with-current-buffer-window"
>
> OK, so a package misses some function which is probably provided by
> another package (missing dependency).
>
> How do I locate the package which is able to provide me the
> function?
>
> Most of the time I get lucky by searching the web with the error
> message. However, this time (and some other times), I am not able to
> find the missing code.

with-current-buffer-window is defined in the emacs25 version of
window.el, but not in emacs24 afaict.

--
Nick




reply via email to

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