From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15759 Path: news.gmane.org!not-for-mail From: Alan Schmitt Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus.registry.eioio when migrating from emacs 24.1 to 24.2 Date: Sat, 01 Sep 2012 14:59:40 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1346504394 29891 80.91.229.3 (1 Sep 2012 12:59:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Sep 2012 12:59:54 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Sep 01 14:59:56 2012 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T7nIo-0003Na-0w for gegu-info-gnus-english@m.gmane.org; Sat, 01 Sep 2012 14:59:54 +0200 Original-Received: from localhost ([::1]:47353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7nIl-0002H2-H0 for gegu-info-gnus-english@m.gmane.org; Sat, 01 Sep 2012 08:59:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7nIj-0002Gv-1f for info-gnus-english@gnu.org; Sat, 01 Sep 2012 08:59:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7nIh-0001o3-R6 for info-gnus-english@gnu.org; Sat, 01 Sep 2012 08:59:48 -0400 Original-Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:6015) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7nIh-0001nx-L0 for info-gnus-english@gnu.org; Sat, 01 Sep 2012 08:59:47 -0400 X-IronPort-AV: E=Sophos;i="4.80,351,1344204000"; d="scan'208";a="171518649" Original-Received: from cbg35-2-78-242-14-140.fbx.proxad.net (HELO top.local) ([78.242.14.140]) by mail1-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 01 Sep 2012 14:59:45 +0200 In-Reply-To: (Alan Schmitt's message of "Thu, 30 Aug 2012 13:24:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 192.134.164.82 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:15759 Archived-At: Alan Schmitt writes: > Alan Schmitt writes: > >> Somehow it seems to be remaking the registry, but each time I launch >> emacs, I get the warning again. > > As a followup, I also tried deleting the .gnus.registry.eioio file. I > still get the same error, no new file is created, and moved messages > cannot be found. After relaunching emacs a few times, I don't get the error anymore (starting over for the registry). However message lookup no longer works. Here is my configuration: (setq gnus-registry-split-strategy 'majority gnus-registry-ignored-groups '(("Junk" t) ("TrainSpam" t) ("notmuch" t) ("Trash" t) ("Chats" t) ("Contacts" t) ("Emailed Contacts" t) ("Notes" t)) gnus-registry-max-entries nil ;; this is the default gnus-registry-track-extra '(sender subject)) (gnus-registry-initialize) (setq gnus-refer-article-method '(current (nnregistry))) Has anyone managed to get nnregistry to work on 24.2? Thanks, Alan