all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#14974: 24.3.50; adaptive-wrap 0.3 calls potentially void function easy-menu-add-item
@ 2013-07-28 13:32 Sebastian Wiesner
  2013-07-29 11:59 ` Stephen Berman
  0 siblings, 1 reply; 11+ messages in thread
From: Sebastian Wiesner @ 2013-07-28 13:32 UTC (permalink / raw)
  To: 14974


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





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-07-30 14:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-28 13:32 bug#14974: 24.3.50; adaptive-wrap 0.3 calls potentially void function easy-menu-add-item Sebastian Wiesner
2013-07-29 11:59 ` Stephen Berman
2013-07-29 15:24   ` Stefan Monnier
2013-07-29 15:32     ` Sebastian Wiesner
2013-07-29 16:40       ` Stefan Monnier
2013-07-29 21:35         ` Stephen Berman
2013-07-29 22:15           ` Stefan Monnier
2013-07-29 23:30             ` Stephen Berman
2013-07-30  1:08               ` Stefan Monnier
2013-07-30  8:54                 ` Stephen Berman
2013-07-30 14:14                   ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.