From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66494 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: nntp.el: netcat Date: Fri, 14 Mar 2008 11:01:33 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205506919 24229 80.91.229.12 (14 Mar 2008 15:01:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Mar 2008 15:01:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 14 16:02:27 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JaBQF-00010c-I3 for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 16:02:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaBPg-0005KY-Dw for ged-emacs-devel@m.gmane.org; Fri, 14 Mar 2008 11:01:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JaBPc-0005IM-Sw for emacs-devel@gnu.org; Fri, 14 Mar 2008 11:01:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JaBPb-0005Do-4A for emacs-devel@gnu.org; Fri, 14 Mar 2008 11:01:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JaBPa-0005De-Vw for emacs-devel@gnu.org; Fri, 14 Mar 2008 11:01:35 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JaBPa-0001BC-JP for emacs-devel@gnu.org; Fri, 14 Mar 2008 11:01:34 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAIgw2kdMCrZy/2dsb2JhbACpUIEI X-IronPort-AV: E=Sophos;i="4.25,501,1199682000"; d="scan'208";a="16056207" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 14 Mar 2008 11:01:33 -0400 Original-Received: from pastel.home ([76.10.182.114]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id USP84633; Fri, 14 Mar 2008 11:01:33 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 9400C7FDA; Fri, 14 Mar 2008 11:01:33 -0400 (EDT) In-Reply-To: (Reiner Steib's message of "Thu, 13 Mar 2008 15:12:15 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:92568 gmane.emacs.gnus.general:66494 Archived-At: > | 2008-03-12 Stefan Monnier > | > | * nntp.el: Use with-current-buffer. > | [...] > | (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend > | the use of the netcat alternatives. > Could you add this recommendation to the manual, too? > (info "(gnus)Direct Functions"), (info "(gnus)Indirect Functions") Done, Stefan