Gnus development mailing list
 help / color / mirror / Atom feed
From: Dan Lewi Harkestad <d.l.harkestad@labmed.uio.no>
Subject: Re: (0.27) sgnus doesn't even try to connect to server <fixed>
Date: 18 Jan 1996 13:48:14 +0100	[thread overview]
Message-ID: <danlh91j5mzxt.fsf_-_@rhpc119.uio.no> (raw)
In-Reply-To: Richard Stanton's message of Tue, 16 Jan 96 14:57:48 -0800

>I just installed 0.27 (upgrading from 0.26), and tried to run it. It
>gets as far as the opening "gnu" screen, then gives me the following
>error message in the minibuffer:
>
>agate open error: ''. Continue (y or n)

It seems like some code was removed from nntp.el sometimes during
Christmas break, specifically the code providing for external
tcp-processes (like the method Emacs on OS/2 uses). Anyway, after
checking the diffs between nntp.el for version 0.26 and 0.27, I've
added some code from 0.26. It seems to work pretty well.

I hope it helps.

Dan Lewi Harkestad

*** nntp.el.orig	Tue Jan 16 21:38:22 1996
--- nntp.el	Thu Jan 18 13:27:40 1996
***************
*** 1080,1085 ****
--- 1080,1090 ----
    "Open connection to news server on SERVER by SERVICE (default is nntp)."
    (let (proc)
      (save-excursion
+       ;; Use TCP/IP stream emulation package if needed.
+       (or (fboundp 'open-network-stream)
+ 	  (require 'tcp))
+       ;; Initialize communication buffer.
+       (nnheader-init-server-buffer)
        (set-buffer nntp-server-buffer)
        (cond
         ((setq proc


-- 
Dan Lewi Harkestad    <d.l.harkestad@labmed.uio.no>
The National Hospital (Rikshospitalet)
Medical Library and Information Center

http://rhpc128.uio.no/danlh/home.htm
"I ache, therefore I am..." - Marvin, the paranoid android


      parent reply	other threads:[~1996-01-18 12:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-16 22:57 (0.27) sgnus doesn't even try to connect to server Richard Stanton
1996-01-17 11:07 ` Dan Lewi Harkestad
1996-01-17 15:41   ` Roger Williams
1996-01-17 18:15   ` Richard Stanton
1996-01-18  8:09     ` Dan Lewi Harkestad
1996-01-17 19:36   ` Lars Magne Ingebrigtsen
1996-01-18 12:48 ` Dan Lewi Harkestad [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=danlh91j5mzxt.fsf_-_@rhpc119.uio.no \
    --to=d.l.harkestad@labmed.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).