From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: nndb.el requires tcp Date: Fri, 10 Sep 2004 13:25:57 +0300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <01c49720$Blat.v2.2.2$b48fff20@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1094812417 22909 80.91.224.253 (10 Sep 2004 10:33:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2004 10:33:37 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 10 12:33:27 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5iid-0008DZ-00 for ; Fri, 10 Sep 2004 12:33:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5inz-0004WV-Tw for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2004 06:39:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5ins-0004WQ-OQ for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:38:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5inp-0004WC-Lr for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:38:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5inp-0004W9-FN for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:38:49 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C5iiP-0007Ee-KJ for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:33:13 -0400 Original-Received: from zaretski ([80.230.141.72]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CNG02118 (AUTH halo1); Fri, 10 Sep 2004 13:27:09 +0300 (IDT) Original-To: emacs-devel@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26952 lisp/gnus/nndb.el has this fragment near line 60: (eval-and-compile (unless (fboundp 'open-network-stream) (require 'tcp))) What is the reason for the conditional requrement, and what is the tcp package it wants? The reason I ask is that open-network-stream is not fboundp in the MS-DOS port, so nndb.el cannot be byte-compiled, since the tcp package is not there as well.