From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Using gnutls.c by default Date: Mon, 02 May 2011 16:50:22 -0600 Message-ID: <4DBF352E.4010103@gmail.com> References: <8739kxvvc6.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1304376637 3263 80.91.229.12 (2 May 2011 22:50:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 May 2011 22:50:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 03 00:50:34 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QH1wo-0005VA-1X for ged-emacs-devel@m.gmane.org; Tue, 03 May 2011 00:50:34 +0200 Original-Received: from localhost ([::1]:35764 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH1wn-0005Qt-Kx for ged-emacs-devel@m.gmane.org; Mon, 02 May 2011 18:50:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:57154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH1wl-0005Qc-7Y for emacs-devel@gnu.org; Mon, 02 May 2011 18:50:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QH1wk-0003If-AD for emacs-devel@gnu.org; Mon, 02 May 2011 18:50:31 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:59696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH1wk-0003IR-6K for emacs-devel@gnu.org; Mon, 02 May 2011 18:50:30 -0400 Original-Received: by iyh42 with SMTP id 42so7166887iyh.0 for ; Mon, 02 May 2011 15:50:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=hvxmLntFrLuHVuiYsi+2H8Yd4o8NGf9NnGRDIbJnBds=; b=V+pRry0D46NGpGVveno5yJwcptc+7VB7B0v7N1MLPkhszkM+gPlSlG++bnHgWP2IMR kdtHpIamqFT8LhoEzvm6KNmG0gGYWs3DU5iPVg+MPvbEWNQQojfe2m/jtADFKJDWWYeE 5gzg68r40nhNWqFrZxn6b8qG+lgkg8jmFWDX8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=pOdJeqFS53Jmj2GWpG+U1Rmi1u+cFAt87ZPFamdsKgEj+lLJVAt6VeXHDaNjy4cA+t mBKbl+ZbLkMmuhflcgppoWt0+iIcK9wbT50hJIw34GgTyPR6RiykRNJtWf518UeK1woY zsGTJKSJl3fysMVbjAW9wOL1RmqpKDJoD1RWE= Original-Received: by 10.42.83.194 with SMTP id i2mr8430813icl.305.1304376628834; Mon, 02 May 2011 15:50:28 -0700 (PDT) Original-Received: from [192.168.1.2] (71-208-192-236.hlrn.qwest.net [71.208.192.236]) by mx.google.com with ESMTPS id a6sm1091670ibb.42.2011.05.02.15.50.26 (version=SSLv3 cipher=OTHER); Mon, 02 May 2011 15:50:28 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: <8739kxvvc6.fsf@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139012 Archived-At: On 5/2/2011 11:57 AM, Ted Zlatanov wrote: > Juanma has some W32 improvements in the queue. Also until the W32 > builds have GnuTLS enabled I wouldn't make it the default. Right now, if you enable GnuTLS support on Windows, you MUST have the GnuTLS libraries in order to even start Emacs. This is, I believe, what Juanma's improvements will fix (dynamic loading of the library if needed, much like the graphics libraries). Until this is implemented, GnuTLS should not be enabled by default and Sean's weekly builds should also not be built with GnuTLS support enabled. Christoph