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: GnuTLS for W32 (was: gnutls for win32) Date: Mon, 2 Jan 2012 01:49:31 +0100 Message-ID: References: <87aa68dfao.fsf@lifelogs.com> <87ty4fbje8.fsf@lifelogs.com> <83ehvjs8t5.fsf@gnu.org> <87pqf3bcom.fsf@lifelogs.com> <83boqns68o.fsf@gnu.org> <87liprazr1.fsf@lifelogs.com> <83wr9bqez3.fsf@gnu.org> <87y5tr9dwv.fsf_-_@lifelogs.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 1325465425 32696 80.91.229.12 (2 Jan 2012 00:50:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 2 Jan 2012 00:50:25 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 02 01:50:19 2012 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 1RhW6V-000183-5S for ged-emacs-devel@m.gmane.org; Mon, 02 Jan 2012 01:50:19 +0100 Original-Received: from localhost ([::1]:34036 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhW6T-0000WX-So for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2012 19:50:17 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhW6R-0000WH-Kc for emacs-devel@gnu.org; Sun, 01 Jan 2012 19:50:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RhW6Q-0000OP-MJ for emacs-devel@gnu.org; Sun, 01 Jan 2012 19:50:15 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:48331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RhW6Q-0000OK-FZ for emacs-devel@gnu.org; Sun, 01 Jan 2012 19:50:14 -0500 Original-Received: by pbdd2 with SMTP id d2so10151446pbd.0 for ; Sun, 01 Jan 2012 16:50:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=TNZoc3IQMKGL1NC4bcXNYdandoZ1Uaz+CP/JnAJbC3M=; b=tcukgArhlM8CUMFEAx8iR7A5SXEL3LNVx/YVc0fBMKN3txMA/q1GY+xNeSaMKUErOD gHnKXQbJYeuJKWU8aMkR70lTM8QrkBAhh3gmoVpQr9BO7NMMma1jw0NjJcV3pwIIBd6k ruuySlYzVFJ/+EppKJ+CqUG3aASYeYz6OsPTg= Original-Received: by 10.68.74.233 with SMTP id x9mr89088053pbv.74.1325465412198; Sun, 01 Jan 2012 16:50:12 -0800 (PST) Original-Received: by 10.142.247.28 with HTTP; Sun, 1 Jan 2012 16:49:31 -0800 (PST) In-Reply-To: <87y5tr9dwv.fsf_-_@lifelogs.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.160.41 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:147148 Archived-At: 2012/1/2 Ted Zlatanov : > I think nowadays it's a really good idea to include GnuTLS to encrypt > network connections within Emacs. I've been using Emacs on Windows for fourteen years, and the only network connections I start from Emacs are between server.el and emacsclient (all of them local). I bet there are many other Windows users that do not read e-mail, use ftp, visit web pages etc. from Emacs. =C2=A0 =C2=A0 Juanma