On Wed, Jun 29, 2016 at 3:27 AM, Karl Eichwalder <[email protected]> wrote: > Robert Weiner <[email protected]> writes: > >> On Tue, Jun 28, 2016 at 9:43 PM, tumashu <[email protected]> wrote: > > I also see this and this is fatal: > > In ibtypes::function-in-buffer: > hibtypes.el:132:61:Warning: reference to free variable fume-funclist > hibtypes.el:142:1:Error: Symbols value as variable is void: debbugs-gnu-query
Thanks for reporting this. I think there is a missing require that appears only if hib-debbugs.el is compiled before hbut.el Try this potential fix. Near the top of "hib-debbugs.el" in the Hyperbole source directory add this line: (require 'hbut) Save the file and then try to re-byte-compile the directory by evaluating the following expression: (byte-recompile-directory "." 0 t) and let us know if it works or not. I guess I didn't see it since I had hbut loaded already when I installed the package and things were compiled. Let me know if that works for you and I'll update the archive. Bob _______________________________________________ Hyperbole-users mailing list [email protected] https://lists.gnu.org/mailman/listinfo/hyperbole-users
