From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uday S Reddy Newsgroups: gmane.emacs.devel,gmane.emacs.windows Subject: Re: bug#10612: GnuTLS bundled with the windows Emacs binaries Date: Sat, 17 Mar 2012 15:41:21 +0000 Message-ID: References: <84boromyob.fsf@tum.de> <84ipknew07.fsf@tum.de> <87ipjzs512.fsf@gnus.org> <87wr8e8o58.fsf_-_@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1331998907 17553 80.91.229.3 (17 Mar 2012 15:41:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Mar 2012 15:41:47 +0000 (UTC) Cc: help-emacs-windows@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 17 16:41:45 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S8vlG-0007pF-3c for ged-emacs-devel@m.gmane.org; Sat, 17 Mar 2012 16:41:42 +0100 Original-Received: from localhost ([::1]:54943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8vlF-0001Jf-H1 for ged-emacs-devel@m.gmane.org; Sat, 17 Mar 2012 11:41:41 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8vlD-0001JF-8Y for emacs-devel@gnu.org; Sat, 17 Mar 2012 11:41:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8vlB-0004lZ-K8 for emacs-devel@gnu.org; Sat, 17 Mar 2012 11:41:38 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8vlB-0004lV-DS for emacs-devel@gnu.org; Sat, 17 Mar 2012 11:41:37 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S8vl8-0007i3-W4 for emacs-devel@gnu.org; Sat, 17 Mar 2012 16:41:34 +0100 Original-Received: from cpc1-harb6-0-0-cust240.perr.cable.virginmedia.com ([77.100.10.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Mar 2012 16:41:34 +0100 Original-Received: from usr.vm.rocks by cpc1-harb6-0-0-cust240.perr.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Mar 2012 16:41:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc1-harb6-0-0-cust240.perr.cable.virginmedia.com User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:149110 gmane.emacs.windows:5299 Archived-At: On 1/26/2012 3:15 PM, Juanma Barranquero wrote: > > Christoph's binaries are built against gnutls-3.0.9, but they do not > include the GnuTLS DLLs. I tried out the 24.0.94 prerlease by setting `smtpmail-stream-type' to 'starttls. It came back saying: smtpmail-send-it: Sending failed: Emacs does not support TLS, and no external `gnutls-cli.exe' program was found Running locate-file, I see (locate-file "gnutls-cli.exe" exec-path) "c:/Cygwin/bin/gnutls-cli.exe" Is this a regression? It runs fine in Emacs 23.3. Cheers, Uday