GNU bug report logs - #22414
24.5; GNUS - No such function: nnregistry-request-group

Previous Next

Packages: gnus, emacs;

Reported by: Live System User <nyc4bos <at> aol.com>

Date: Wed, 20 Jan 2016 16:43:01 UTC

Severity: normal

Tags: moreinfo, wontfix

Found in version 24.5

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Björn Bidar <bjorn.bidar <at> thaodan.de>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 22414 <at> debbugs.gnu.org, Live System User <nyc4bos <at> aol.com>
Subject: bug#22414: 24.5; GNUS - No such function: nnregistry-request-group
Date: Wed, 22 Jan 2025 01:43:57 +0200
[Message part 1 (text/plain, inline)]
This patch should fix the issue I think. Please review.

[0001-Add-nnregistry-request-group-function-for-gnus-refer.patch (text/x-patch, inline)]
From a58d7a61e87370dfc86f470ccaac8c89e0ed04a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= <bjorn.bidar <at> thaodan.de>
Date: Wed, 22 Jan 2025 01:28:22 +0200
Subject: [PATCH] Add nnregistry-request-group function for gnus-refer-article

* lisp/gnus/nnregistry.el (nnregistry-request-group): Add
function for gnus-check-group-server.  nnregistry doesn't handle
any servers or groups define the dummy function so Gnus-registry
works as refer article method.
---
 lisp/gnus/nnregistry.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/gnus/nnregistry.el b/lisp/gnus/nnregistry.el
index edf773209d6..10363560ba6 100644
--- a/lisp/gnus/nnregistry.el
+++ b/lisp/gnus/nnregistry.el
@@ -47,6 +47,9 @@ nnregistry-status-message
 (deffoo nnregistry-open-server (_server &optional _defs)
   gnus-registry-db)
 
+(deffoo nnregistry-request-group (_group &optional _server _dont-check _info)
+  t)
+
 (defvar nnregistry-within-nnregistry nil)
 
 (deffoo nnregistry-request-article (id &optional _group _server buffer)
-- 
2.45.2


This bug report was last modified 105 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.