From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81129 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: nntp and authinfo working? Date: Wed, 01 Feb 2012 13:27:57 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87liomxvbm.fsf@lifelogs.com> References: <87sjjnei6u.fsf@lifelogs.com> <5e1ur71phl.fsf@news.eternal-september.org> <87ehv7crqd.fsf@lifelogs.com> <878vlfcrb5.fsf@lifelogs.com> <871ur7cpc0.fsf@lifelogs.com> <87hazh6p04.fsf@gnus.org> <87vcnx2bn2.fsf@lifelogs.com> <87ehul80gl.fsf@gnus.org> Reply-To: ding@gnus.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328121019 28466 80.91.229.3 (1 Feb 2012 18:30:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 1 Feb 2012 18:30:19 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29410@lists.math.uh.edu Wed Feb 01 19:30:15 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rsewf-0002qd-8q for ding-account@gmane.org; Wed, 01 Feb 2012 19:30:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Rsewd-00065D-9M; Wed, 01 Feb 2012 12:30:11 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rsewc-000652-Ac for ding@lists.math.uh.edu; Wed, 01 Feb 2012 12:30:10 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1RsewY-0004tR-2D for ding@lists.math.uh.edu; Wed, 01 Feb 2012 12:30:10 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1RsewW-0005lR-LU for ding@gnus.org; Wed, 01 Feb 2012 19:30:04 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RsewV-0002lD-LZ for ding@gnus.org; Wed, 01 Feb 2012 19:30:03 +0100 Original-Received: from c-76-28-40-19.hsd1.vt.comcast.net ([76.28.40.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 19:30:03 +0100 Original-Received: from tzz by c-76-28-40-19.hsd1.vt.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Feb 2012 19:30:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-76-28-40-19.hsd1.vt.comcast.net X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux) Cancel-Lock: sha1:wnOkOqE4QQKB1COTctut7ee/Z4U= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81129 Archived-At: On Fri, 27 Jan 2012 19:27:54 +0100 Lars Ingebrigtsen wrote: LI> Ted Zlatanov writes: >> (generate-new-buffer >> (format " *server %s %s %s*" >> nntp-address nntp-port-number >> (gnus-buffer-exists-p buffer))) LI> It generates a new buffer with that name as the starting point. So the LI> next one will be called <2> etc if one already exists. OK, then there's no reason the OP should not be able to use two nntp Gnus servers for the same NNTP host, right? He reported it still freezes. Ted