From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] GnuTLS support on Woe32 Date: Tue, 08 Mar 2011 03:59:36 -0500 Message-ID: References: <87ipvwl1nx.wl%claudio.bley@gmail.com> <83oc5ogp89.fsf@gnu.org> <87ipvuwslp.wl%claudio.bley@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1299574790 4862 80.91.229.12 (8 Mar 2011 08:59:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2011 08:59:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 09:59:45 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 1Pwsld-0002ZM-3U for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 09:59:45 +0100 Original-Received: from localhost ([127.0.0.1]:36666 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pwslb-0001Ji-IG for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 03:59:43 -0500 Original-Received: from [140.186.70.92] (port=35453 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PwslW-0001HV-0v for emacs-devel@gnu.org; Tue, 08 Mar 2011 03:59:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PwslV-0004r0-27 for emacs-devel@gnu.org; Tue, 08 Mar 2011 03:59:37 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:42047) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PwslV-0004qw-0P for emacs-devel@gnu.org; Tue, 08 Mar 2011 03:59:37 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1PwslU-0007ww-Ft; Tue, 08 Mar 2011 03:59:36 -0500 In-reply-to: (message from Robert Pluim on Tue, 08 Mar 2011 09:29:56 +0100) 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:136876 Archived-At: > From: Robert Pluim > Date: Tue, 08 Mar 2011 09:29:56 +0100 > Mail-Copies-To: never > > claudio.bley@gmail.com (Claudio Bley) writes: > > > I want to detect whether the current Emacs instance has been built > > with GnuTLS support. If so, load gnutls, otherwise use the old > > starttls / gnutls-cli approach. > > I prefer Lars's suggestion to leave that decision to higher levels of > the code. It should probably simply be a defcustom. I don't see how ``higher levels of code'' could ever DTRT in this respect. If they can know something about that, so can gnutls.el.