From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59948 Path: main.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.gnus.general Subject: Should open-tls-stream signal an error? Date: Sat, 05 Mar 2005 21:58:55 +0100 Message-ID: <874qfphks0.fsf@zemdatav.stor.no-ip.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1110056701 27632 80.91.229.2 (5 Mar 2005 21:05:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2005 21:05:01 +0000 (UTC) Original-X-From: ding-owner+M8489@lists.math.uh.edu Sat Mar 05 22:04:59 2005 Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by ciao.gmane.org with esmtp (Exim 4.43) id 1D7gSG-00045D-2O for ding-account@gmane.org; Sat, 05 Mar 2005 22:04:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1D7gMW-0002oV-00; Sat, 05 Mar 2005 14:59:00 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1D7gMS-0002oQ-00 for ding@lists.math.uh.edu; Sat, 05 Mar 2005 14:58:56 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1D7gMN-0006xB-5V for ding@lists.math.uh.edu; Sat, 05 Mar 2005 14:58:51 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1D7gMJ-0005aK-00 for ; Sat, 05 Mar 2005 21:58:47 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D7gGs-0002ox-Ga for ding@gnus.org; Sat, 05 Mar 2005 21:53:10 +0100 Original-Received: from h170n1fls23o1074.bredband.comhem.se ([213.67.239.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Mar 2005 21:53:10 +0100 Original-Received: from mange by h170n1fls23o1074.bredband.comhem.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 05 Mar 2005 21:53:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 6 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h170n1fls23o1074.bredband.comhem.se User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (berkeley-unix) Cancel-Lock: sha1:CxXrfWyJNFfW1NXpF2rb8akQCuw= X-Spam-Score: -4.8 (----) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu X-MailScanner-From: ding-owner+m8489@lists.math.uh.edu X-MailScanner-To: ding-account@gmane.org Xref: main.gmane.org gmane.emacs.gnus.general:59948 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59948 open-tls-stream in tls.el returns nil on failure (gnutls-cli binary not found, connection refused, etc). open-network-stream signals an error when it can't connect. Is there any reason open-tls-stream shouldn't do the same, instead of just returning nil? Magnus