From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23979 Path: main.gmane.org!not-for-mail From: Jon K Hellan Newsgroups: gmane.emacs.gnus.general Subject: Re: Can't select group created by copying Date: 07 Jul 1999 22:44:59 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87908sfaus.fsf@parus.itea.ntnu.no> References: <87r9mkvjg9.fsf@parus.itea.ntnu.no> <87vhbwlg95.fsf@parus.itea.ntnu.no> 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 1035161628 6248 80.91.224.250 (21 Oct 2002 00:53:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:53:48 +0000 (UTC) Cc: Simon Josefsson Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA25058 for ; Wed, 7 Jul 1999 16:48:43 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id PAB04845; Wed, 7 Jul 1999 15:45:03 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 07 Jul 1999 15:45:32 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id PAA14413 for ; Wed, 7 Jul 1999 15:45:22 -0500 (CDT) Original-Received: from newman.itea.ntnu.no (newman.itea.ntnu.no [129.241.18.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id QAA24964 for ; Wed, 7 Jul 1999 16:44:19 -0400 (EDT) Original-Received: from parus.itea.ntnu.no (isdn-b83.itea.ntnu.no [129.241.54.83]) by newman.itea.ntnu.no (8.9.1/8.9.1) with ESMTP id VAA18002; Wed, 7 Jul 1999 21:44:12 +0100 (WET DST) Original-Received: (from jk@localhost) by parus.itea.ntnu.no (8.9.3/8.9.3/Debian/GNU) id WAA00736; Wed, 7 Jul 1999 22:44:59 +0200 Original-To: ding@gnus.org In-Reply-To: Simon Josefsson's message of "Wed, 07 Jul 1999 19:17:06 GMT" Original-Lines: 19 User-Agent: Gnus/5.070092 (Pterodactyl Gnus v0.92) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23979 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23979 Simon Josefsson writes: > Ah, yes. Have a look at the select method on the newly created group > (`G E' in the group buffer). My bet it says (nnimap "foo") when it > should've been either "nnimap:foo" or (nnimap "foo" (nnimap-address > ...)). ("nnimap+parus:r1239" 3 nil nil "parus") > > Either way, does this patch help? > - (gnus-group-name-to-method to-newsgroup))) > + (gnus-find-method-for-group to-newsgroup))) No, we get "nntp does not support article copying". Jon Kåre