emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14974: closed (24.3.50; adaptive-wrap 0.3 calls po


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14974: closed (24.3.50; adaptive-wrap 0.3 calls potentially void function easy-menu-add-item)
Date: Mon, 29 Jul 2013 12:00:04 +0000

Your message dated Mon, 29 Jul 2013 13:59:21 +0200
with message-id <address@hidden>
and subject line Re: bug#14974: 24.3.50; adaptive-wrap 0.3 calls potentially 
void function easy-menu-add-item
has caused the debbugs.gnu.org bug report #14974,
regarding 24.3.50; adaptive-wrap 0.3 calls potentially void function 
easy-menu-add-item
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14974: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14974
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; adaptive-wrap 0.3 calls potentially void function easy-menu-add-item Date: Sun, 28 Jul 2013 15:32:12 +0200
adaptive-wrap 0.3 adds an autoload for a call to "(easy-menu-add-item
…)".  However, "easy-menu-add-item" itself is not autoloaded, and
"adaptive-wrap" does not "(require 'easymenu)" before calling
"easy-menu-add-item" in an autoload.

Hence, *activating* (not even loading!) "adaptive-wrap" fails unless
"easymenu" incidentally happens to be loaded before.

Obviously this breaks all sorts of things, most notably package
installation in "emacs -Q --batch".

Greetings,
Sebastian Wiesner



--- End Message ---
--- Begin Message --- Subject: Re: bug#14974: 24.3.50; adaptive-wrap 0.3 calls potentially void function easy-menu-add-item Date: Mon, 29 Jul 2013 13:59:21 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
On Sun, 28 Jul 2013 15:32:12 +0200 Sebastian Wiesner <address@hidden> wrote:

> adaptive-wrap 0.3 adds an autoload for a call to "(easy-menu-add-item
> …)".  However, "easy-menu-add-item" itself is not autoloaded, and
> "adaptive-wrap" does not "(require 'easymenu)" before calling
> "easy-menu-add-item" in an autoload.
>
> Hence, *activating* (not even loading!) "adaptive-wrap" fails unless
> "easymenu" incidentally happens to be loaded before.
>
> Obviously this breaks all sorts of things, most notably package
> installation in "emacs -Q --batch".

Thanks for the report; fixed.


--- End Message ---

reply via email to

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