From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.devel Subject: Re: nndb.el requires tcp Date: Fri, 10 Sep 2004 12:50:18 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <01c49720$Blat.v2.2.2$b48fff20@zahav.net.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094813468 25218 80.91.224.253 (10 Sep 2004 10:51:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2004 10:51:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 10 12:51:02 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 1C5ize-0000dj-00 for ; Fri, 10 Sep 2004 12:51:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5j51-0001rl-8q for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2004 06:56:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5j4v-0001rX-1P for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:56:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5j4t-0001rE-Br for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:56:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5j4t-0001rB-9n for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:56:27 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C5izG-0002Vp-OI for emacs-devel@gnu.org; Fri, 10 Sep 2004 06:50:39 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C5izE-0005iI-00 for ; Fri, 10 Sep 2004 12:50:36 +0200 Original-Received: from c494102a.s-bi.bostream.se ([217.215.27.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Sep 2004 12:50:36 +0200 Original-Received: from jas by c494102a.s-bi.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Sep 2004 12:50:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c494102a.s-bi.bostream.se Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:7UVGlDkjH6Q89CkxVBVADuLeiFo= 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:26955 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26955 "Eli Zaretskii" writes: > 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. tcp.el was part of Emacs. I've removed the expression from nndb.el in Gnus CVS, thanks.