[Q] Re: [xemacs-base] Add byte-compiler warning control library

Stephen J. Turnbull stephen at xemacs.org
Sat Mar 10 12:02:54 EST 2007


Steve Youngs writes:

 > but 2 -- package-suppress doesn't seem to work.  I just built XEmacs
 >          21.5 CVS HEAD, and I see no evidence that `package-suppress'
 >          is doing anything. 

AFAICT what package-suppress is designed to do is to prevent autoloads
of core libraries from being overwritten by the package version, and
that's all.  So in a freshly executed XEmacs 21.5, you should see that
regexp-opt autoloads refer to the core version of regexp-opt.

What would you expect to see?

I guess we'd also want (require 'regexp-opt) to find the core version
if the package is suppressed?  I'm not sure that that is correct
though; the package version should presumably be used when explicitly
requiring from another package.




More information about the XEmacs-Patches mailing list