From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Using gnutls.c by default Date: Tue, 3 May 2011 01:09:02 +0200 Message-ID: References: <8739kxvvc6.fsf@lifelogs.com> <4DBF352E.4010103@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1304377791 8648 80.91.229.12 (2 May 2011 23:09:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 May 2011 23:09:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Christoph Scholtes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 03 01:09:47 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 1QH2FP-0005oo-98 for ged-emacs-devel@m.gmane.org; Tue, 03 May 2011 01:09:47 +0200 Original-Received: from localhost ([::1]:51152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH2FO-00081O-OX for ged-emacs-devel@m.gmane.org; Mon, 02 May 2011 19:09:46 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH2FM-00081J-21 for emacs-devel@gnu.org; Mon, 02 May 2011 19:09:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QH2FL-0006v7-2i for emacs-devel@gnu.org; Mon, 02 May 2011 19:09:44 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:40605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QH2FK-0006uz-R9 for emacs-devel@gnu.org; Mon, 02 May 2011 19:09:43 -0400 Original-Received: by yxt33 with SMTP id 33so2372076yxt.0 for ; Mon, 02 May 2011 16:09:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=J8ehU3eC5fEtm8wYXbTOcCJtA2Koz63SElTPkuodqWU=; b=WAIX2MjfagjFX7TVQQ/Bh+mpN+pgdIQSwt+6Utf2zm44k6+kELpQGRhjuA8Tip4Osl kUke+RKmmukmjrfWQ6b9zvLpecUwK0w2WZ8+FVDcxFUmmRah1sWjAsHGz4wwl1AbIXRs 7aVqYGi3zf+0uSntOmb63/5y4S/aqhfgbgZPM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=UnXr11bg9a/etwJQFvx2ntQ0gYIQnsMhfafk98f/6zU790ugOWd4NbGqYNWleU5OV6 ZVPyw0IuonUacOXIhSNWakAlAvps5ODS6djREz9ZjY1Wo8oLBz3gbIp+eObDzX2YemjZ yXOdHW/HXl7yafe8JxUD0i8wzbrRWN+6+/xvg= Original-Received: by 10.146.8.34 with SMTP id 34mr5042646yah.28.1304377782110; Mon, 02 May 2011 16:09:42 -0700 (PDT) Original-Received: by 10.147.182.5 with HTTP; Mon, 2 May 2011 16:09:02 -0700 (PDT) In-Reply-To: <4DBF352E.4010103@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.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:139017 Archived-At: On Tue, May 3, 2011 at 00:50, Christoph Scholtes wrote: > Right now, if you enable GnuTLS support on Windows, you MUST have the Gnu= TLS > 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 lik= e > the graphics libraries). Right. > 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= . Agreed. =C2=A0 =C2=A0 Juanma