From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: Re: [gnorb] error when calling `gnorb-report-tracking-usage' Date: Thu, 01 Oct 2015 08:31:02 +0200 Message-ID: <87wpv7xfq1@gmx.de> References: <87io71hvjl@gmx.de> <87a8s3hztp.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhXOk-0001nn-JO for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 02:31:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZhXOh-00027P-Dh for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 02:31:22 -0400 Received: from mout.gmx.net ([212.227.17.20]:55081) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhXOh-000274-79 for emacs-orgmode@gnu.org; Thu, 01 Oct 2015 02:31:19 -0400 In-Reply-To: <87a8s3hztp.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Thu, 01 Oct 2015 14:23:30 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Abrahamsen Cc: org mode mailing list · Eric Abrahamsen wrote: >> Today I wanted to see how the registy is filled. I called >> `gnorb-report-tracking-usage'. And got following error: >> >> gnorb-registry-tracked-headings: Symbol's >> function definition is void: hash-table-keys >> >> After a little search on the web I added: >> >> #+begin_src emacs-lisp >> (require 'subr-x) >> #+end_src >> >> to my gnorb config. > Sorry, I didn't realize that was non-standard, I'll add a require. >> Again calling `gnorb-report-tracking-usage' I get >> another error: >> >> eieio-default-superclass: Invalid slot name: >> "#", max-size >> >> Well I gave up on this. Couldn't dive deeper :-) >> > > Ah, the problem here is that the Gnus registry got worked over a few > months ago, but the changes are only in git master. I'll add a check to > use the old slot name. > > There's a bigger problem, though -- the *reason* the registry got worked > over is that there was a bug in it. You're supposed to be able to > prevent some registry entries from getting garbage collected by putting > a special 'precious tag on them, and that's what Gnorb does to prevent > your records from getting wiped. In the release version of Gnus, > however, there's a bug that results in precious entries getting pruned, > as well. That's fixed in master, but not in the version you're using. > You might consider using Gnus from git -- or I might consider adding > a backwards-compatibility clobber-library... Well I think I will try to install gnus from git repository. But it will take a while until I will be able to do that. At the moment I only have a few (< 50) mails associated with org. So I don't expect a problem here. I just wanted to clean out stuff from my testings. Thanks for looking into this. Gnorb really makes my daily work a lot more easy. To have org notes and all related emails at your fingertips is sooooo convinient :-) -- Bis neulich ... Thomas