From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29076 Path: main.gmane.org!not-for-mail From: "Kjetil Ødegaard" Newsgroups: gmane.emacs.gnus.general Subject: Re: draft group problem (Gnus 5.8.3) Date: 03 Feb 2000 18:10:03 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035165809 695 80.91.224.250 (21 Oct 2002 02:03:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:03:29 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id BCCCAD051F for ; Thu, 3 Feb 2000 12:11:54 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB24730; Thu, 3 Feb 2000 11:10:45 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Feb 2000 11:10:28 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA00545 for ; Thu, 3 Feb 2000 11:10:17 -0600 (CST) Original-Received: from apollo.orakel.ntnu.no (apollo.orakel.ntnu.no [129.241.56.245]) by mailhost.sclp.com (Postfix) with SMTP id 254C5D051F for ; Thu, 3 Feb 2000 12:10:06 -0500 (EST) Original-Received: (qmail 6813 invoked by uid 21496); 3 Feb 2000 17:10:03 -0000 Original-To: ding@gnus.org In-Reply-To: Anders Melchiorsen's message of "03 Feb 2000 17:34:48 +0100" Original-Lines: 56 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29076 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29076 * Anders Melchiorsen | | "Kjetil Ødegaard" wrote: | | > I just upgraded my Gnus from 5.8.2 to 5.8.3 and now I can't seem to | > enter my `drafts' group anymore. Emacs says "Couldn't request group | > nndraft:drafts: Opened server using directory ~/News/drafts/". I've | > checked, and ~/News/drafts/ contains a `drafts' directory. | | Not much help, but I can report that I have the exact same problem | (also with 5.8.3). hm. here's a backtrace, anyway (I don't know if it is of interest to anyone): Signaling: (error "Couldn't request group nndraft:drafts: ") signal(error ("Couldn't request group nndraft:drafts: ")) cerror("Couldn't request group %s: %s" "nndraft:drafts" "") apply(cerror ("Couldn't request group %s: %s" "nndraft:drafts" "")) error("Couldn't request group %s: %s" "nndraft:drafts" "") (progn (when (equal major-mode ...) (kill-buffer ...)) (error "Couldn't request group %s: %s" group (gnus-status-message group))) ) (or (and entry (not ...)) (gnus-activate-group group) (progn (when ... ...) (error "Couldn't request group %s: %s" group ...))) ) (let* ((entry ...) (gnus-summary-ignore-duplicates ...) (info ...) articles fetched-articles cached) (unless (gnus-check-server ...) (error "Couldn't open server")) (or (and entry ...) (gnus-activate-group group) (progn ... ...)) (unless (gnus-request-group group t) (when ... ...) (error "Couldn't request group %s: %s" group ...)) (setq gnus-newsgroup-name group) (setq gnus-newsgroup-unselected nil) (setq gnus-newsgroup-unreads (gnus-list-of-unread-articles group)) (gnus-summary-setup-default-charset) (when info (gnus-adjust-marked-articles info)) (when (gnus-virtual-group-p group) (setq cached gnus-newsgroup-cached)) (setq gnus-newsgroup-unreads (gnus-set-difference ... gnus-newsgroup-dormant)) (setq gnus-newsgroup-processable nil) (gnus-update-read-articles group gnus-newsgroup-unreads) (if (setq articles select-articles) (setq gnus-newsgroup-unselected ...) (setq articles ...)) (cond (... ...) (... nil) (t ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... . .! .))) ) gnus-select-newsgroup("nndraft:drafts" nil nil) (and new-group (gnus-select-newsgroup group show-all select-articles)) ) (let* ((new-group ...) (quit-config ...) (did-select ...)) (cond (... ... ... ... ... ... ... t) (... ... ... nil) (... ... ... ... ...) (t ... ... ... ... ... ... ... ... ... ... ... ... ... ...))) ) gnus-summary-read-group-1("nndraft:drafts" nil t nil nil nil) (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display select-articles) (setq show-all nil select-articles nil)) ) (let ((gnus-auto-select-next nil)) (or (gnus-summary-read-group-1 group show-all no-article kill-buffer no-display select-articles) (setq show-all nil select-articles nil))) ) (setq result (let (...) (or ... ...))) ) (null (setq result (let ... ...))) ) (and group (null (setq result ...)) (eq gnus-auto-select-next (quote quietly))) ) (while (and group (null ...) (eq gnus-auto-select-next ...)) (set-buffer gnus-group-buffer) (when backward (gnus-group-prev-unread-group 2)) (if (not ...) (setq group ...) (setq group nil))) ) (let (result) (while (and group ... ...) (set-buffer gnus-group-buffer) (when backward ...) (if ... ... ...)) result) ) gnus-summary-read-group("nndraft:drafts" nil t nil nil nil nil) (let ((no-display ...) (group ...) number active marked entry) (when (eq all 0) (setq all nil)) (unless group (error "No group on current line")) (setq marked (gnus-info-marks ...)) (setq number (cond ... ... ...)) (gnus-summary-read-group group (or all ...) no-article nil no-display nil select-articles)) ) gnus-group-read-group(nil t) gnus-group-select-group(nil) call-interactively(gnus-group-select-group) -- do not try to bend the spoon. that's impossible.