unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* nndb.el requires tcp
@ 2004-09-10 10:25 Eli Zaretskii
  2004-09-10 10:50 ` Simon Josefsson
  2004-09-17  9:05 ` nndb.el requires tcp Kai Grossjohann
  0 siblings, 2 replies; 22+ messages in thread
From: Eli Zaretskii @ 2004-09-10 10:25 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2004-09-20  7:59 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-10 10:25 nndb.el requires tcp Eli Zaretskii
2004-09-10 10:50 ` Simon Josefsson
2004-09-10 11:31   ` Eli Zaretskii
2004-09-10 11:49     ` Simon Josefsson
2004-09-10 12:38       ` Reiner Steib
2004-09-10 13:07         ` Simon Josefsson
2004-09-10 14:01           ` Miles Bader
2004-09-16 13:27             ` merge emacs Gnus changes (was: nndb.el requires tcp) Reiner Steib
2004-09-16 13:38               ` Miles Bader
2004-09-16 13:45                 ` Miles Bader
2004-09-18 13:16                   ` Miles Bader
2004-09-19 19:40                     ` merge emacs Gnus changes Reiner Steib
2004-09-19 20:43                       ` Reiner Steib
2004-09-19 21:00                       ` Miles Bader
2004-09-10 14:12           ` [Gnus] @copying in {pgg,sieve}.texi; FLIM files (was: nndb.el requires tcp) Reiner Steib
2004-09-17  9:05 ` nndb.el requires tcp Kai Grossjohann
2004-09-17 13:25   ` Lars Magne Ingebrigtsen
2004-09-18 19:07     ` Richard Stallman
2004-09-18 20:13       ` Lars Magne Ingebrigtsen
2004-09-20  0:05         ` Richard Stallman
2004-09-20  7:59       ` Kai Grossjohann
2004-09-17 23:21   ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).