From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36743 Path: main.gmane.org!not-for-mail From: Martin Geisler Newsgroups: gmane.emacs.gnus.general Subject: Problem with nntp-request-accept-article Date: 01 Jul 2001 21:03:11 +0200 Organization: http://www.gimpster.com Sender: Martin Geisler Message-ID: <87els079qo.fsf@gimpster.sol1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172279 10217 80.91.224.250 (21 Oct 2002 03:51:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:51:19 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 17479 invoked from network); 1 Jul 2001 19:03:16 -0000 Original-Received: from pc97077.stofanet.dk (HELO gimpster.sol1) (@212.10.28.77) by gnus.org with SMTP; 1 Jul 2001 19:03:16 -0000 Original-Received: from gimpster by gimpster.sol1 with local (Exim 3.22 #1 (Debian)) id 15GmUx-0001oS-00 for ; Sun, 01 Jul 2001 21:03:11 +0200 Original-To: ding@gnus.org User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Original-Lines: 64 Xref: main.gmane.org gmane.emacs.gnus.general:36743 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36743 Hi there! I've been using Gnus for some time now to read my mail, and I think it's great. So I decided that it was time to try reading news with it also, since that's what it's designed for after all. So I modified my ~/.gnus file like this: ;; Set the default select-method to local mail. (setq gnus-select-method '(nntp "news.stofanet.dk")) (setq gnus-secondary-select-method '(nnml "")) (setq gnus-group-split-default-catch-all-group "Inbox") ;; Archive sent messages (setq gnus-message-archive-method '(nnml "")) (setq gnus-message-archive-group "Sent") Before I had '(nnml "") as my select-method. The new file worked beautifully. I could read news and mail. But now after a couple of weeks joy, I'm getting the error Symbol's function definition is void: nntp-request-accept-article every time I try to exit my Inbox. I've made a backtrace: Signaling: (void-function nntp-request-accept-article) nntp-request-accept-article("Inbox-archive" "news.stofanet.dk" nil) gnus-request-accept-article("Inbox-archive" nil nil t) nnmail-expiry-target-group("Inbox-archive" "Inbox") nnml-request-expire-articles((11666 [...] 11814 11815 ... . ...))) "Inbox" "" nil) gnus-request-expire-articles((11666 [...] 11814 11815 ... . ...))) "nnml:Inbox") gnus-summary-expire-articles() run-hooks(gnus-summary-prepare-exit-hook) apply(run-hooks gnus-summary-prepare-exit-hook) gnus-run-hooks(gnus-summary-prepare-exit-hook) gnus-summary-exit() call-interactively(gnus-summary-exit) (I've replaces a lot of article numbers with [...], I haven't changed the other periods.) The article numbers correspond to those that should be expired. I'm using total-expire, with an expire-target of Inbox-archive. The backend is nnml, and I'm running Gnus v5.8.8 taken from Debian unstable (Linux). So, does anybody know what I've done wrong? I'm guessing that the problem is, that Gnus tries to talk to my news server news.stofanet.dk about my Inbox-archive, but I don't know how do rectify the situation. Any help would be appreciated, thanks! -- Best regards, Martin Geisler Checkout http://www.gimpster.com for: PHP Weather => Shows the current weather on your webpages. PHP Shell => A telnet-connection (almost :-) in a PHP page.