From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: url library and GnuTLS, and Emacs-issued certificates Date: Sat, 26 Mar 2011 21:30:11 -0400 Message-ID: References: <87mxkojpk4.fsf@lifelogs.com> <87hbawtbq7.fsf@stupidchicken.com> <878vw8hznm.fsf_-_@lifelogs.com> <87ei5xsvl6.fsf@lifelogs.com> <87hbatofix.fsf@stupidchicken.com> <87ei5wpbks.fsf@stupidchicken.com> <87lj01wj8o.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1301189425 23038 80.91.229.12 (27 Mar 2011 01:30:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 27 Mar 2011 01:30:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 27 03:30:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3eo8-00089Q-39 for ged-emacs-devel@m.gmane.org; Sun, 27 Mar 2011 03:30:20 +0200 Original-Received: from localhost ([127.0.0.1]:60402 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3eo7-0000m0-Bw for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2011 21:30:19 -0400 Original-Received: from [140.186.70.92] (port=38236 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3eo3-0000lv-0x for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:30:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3enz-0000kb-L9 for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:30:14 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53169) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3enz-0000kX-Je for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:30:11 -0400 Original-Received: from cyd by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Q3enz-00007q-Dx for emacs-devel@gnu.org; Sat, 26 Mar 2011 21:30:11 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 27 Mar 2011 01:20:39 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137733 Archived-At: Lars Magne Ingebrigtsen writes: >> - Changed the default connection type to `default' (no encryption), so >> that open-protocol-stream with no arguments will be equivalent to >> open-network-stream. > > But it already is. If you don't supply a `capability-command' > parameter, it doesn't try to do any upgrades. That is poor semantics---it means that "type" is not really determined by :type, but by some combination of :type and the other arguments that may or may not be present. > But it does break existing Gnus users pretty badly. In what way? Unless I missed something, the existing callers to open-protocol-stream now provide :type values that give exactly the same behavior as before.