From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15835 Path: news.gmane.org!not-for-mail From: Memnon Anon Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus.registry.eioio when migrating from emacs 24.1 to 24.2 Date: Wed, 26 Sep 2012 19:59:37 +0000 (UTC) Message-ID: <87y5jwh9mr.fsf@mean.albasani.net> References: <87mx14e18i.fsf@engster.org> <87harbf1cb.fsf@engster.org> 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 1348690525 7601 80.91.229.3 (26 Sep 2012 20:15:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2012 20:15:25 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Sep 26 22:15:30 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 1TGy0z-000148-K6 for gegu-info-gnus-english@m.gmane.org; Wed, 26 Sep 2012 22:15:25 +0200 Original-Received: from localhost ([::1]:51667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGy0u-0001u6-Hx for gegu-info-gnus-english@m.gmane.org; Wed, 26 Sep 2012 16:15:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGy0s-0001tZ-F6 for info-gnus-english@gnu.org; Wed, 26 Sep 2012 16:15:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGy0q-0003SH-Dd for info-gnus-english@gnu.org; Wed, 26 Sep 2012 16:15:18 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56155) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGy0q-0003RC-76 for info-gnus-english@gnu.org; Wed, 26 Sep 2012 16:15:16 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TGxlx-0000Xo-1R for info-gnus-english@gnu.org; Wed, 26 Sep 2012 21:59:53 +0200 Original-Received: from e178202065.adsl.alicedsl.de ([85.178.202.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Sep 2012 21:59:53 +0200 Original-Received: from gegendosenfleisch by e178202065.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 Sep 2012 21:59:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 42 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178202065.adsl.alicedsl.de Cancel-Lock: sha1:GZCo9RIZdSFSM3NPshSjMyVX3t4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:15835 Archived-At: Hi, Alan Schmitt writes: > Warning: The Gnus registry could not be loaded from > ~/.gnus.registry.eioio, creating a new one; The Gnus registry could > not be loaded from ~/.gnus.registry.eioio, creating a new one [...] > nnregistry: requesting article `<946B1446-4366-4076-ABF3-55655700E365@inria.fr>' in group `nil' > Couldn't fetch article <946B1446-4366-4076-ABF3-55655700E365@inria.fr> > > when I tried to find an article. > > No file "~/.gnus.registry.eioio" exists nor is created. So, I tried to set up gnus-registry; I used the same settings Alan gave and saw the same behavior: "The Gnus registry could not be loaded from ~/.gnus.registry.eioio, creating a new one" It seems the db is being created by gnus-registry-remake-db, but never actually saved to the file. Pressing 's' in the *Group* buffer fixed that (gnus-registry-save is hooked into gnus-save-newsrc-hook). Should the docs mention explicitly that a new made db must be saved either with M-x gnus-registry-save or 's' in the *Group* buffer? Just quitting gnus seems to execute gnus-save-newsrc without the optional force, the hook is not executed afaict and gnus-registry-save is not called: gnus-registry-cache-file is not written to disk. I hope that makes sense ... Memnon