From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.help Subject: Re: html image rendering not working Win Emacs 24.4 (eww and gnus) Date: Wed, 21 Jan 2015 14:09:26 +0530 Message-ID: <8761c034u9.fsf@gmail.com> References: <87sif7jxkr.fsf@gmail.com> <831tmrzbde.fsf@gnu.org> <87r3uq8zm6.fsf@gmail.com> <83fvb6y6lk.fsf@gnu.org> <87bnltmm3r.fsf@gmail.com> <83sif5wdqq.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421829600 25158 80.91.229.3 (21 Jan 2015 08:40:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2015 08:40:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 21 09:39:59 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YDqpR-0000M8-Sr for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Jan 2015 09:39:58 +0100 Original-Received: from localhost ([::1]:47047 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDqpR-0001mt-6O for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Jan 2015 03:39:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDqpB-0001jj-3S for help-gnu-emacs@gnu.org; Wed, 21 Jan 2015 03:39:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDqp5-0007j8-OE for help-gnu-emacs@gnu.org; Wed, 21 Jan 2015 03:39:41 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:38998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDqp5-0007it-HS for help-gnu-emacs@gnu.org; Wed, 21 Jan 2015 03:39:35 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YDqp3-0000Eh-5u for help-gnu-emacs@gnu.org; Wed, 21 Jan 2015 09:39:33 +0100 Original-Received: from 122.167.245.32 ([122.167.245.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Jan 2015 09:39:33 +0100 Original-Received: from nsivaram.net by 122.167.245.32 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 21 Jan 2015 09:39:33 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 48 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.167.245.32 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:z1VbWOWDdQaXByZZgOdf81H6gE8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102192 Archived-At: On Tue, Jan 20 2015,Eli Zaretskii wrote: [snipped 6 lines] > That doesn't really mean "don't seem to work". It could be some real > problem (assuming your gnutls DLL is the latest one). This works for > everyone else, including in Gnus. > Right, got it working after reading up a bit. Apparently, it was simple as setting the following (setq gnutls-log-level 1) ;; just in case it borks for some sites (setq gnutls-trustfiles '("c:/cygwin/usr/ssl/certs/ca-bundle.trust.crt" "c:/cygwin/usr/ssl/certs/ca-bundle.crt")) BTW, what is the recommended approach to 1) get the latest trustfiles 2) keep it updated? [snipped 3 lines] > That's hardly a good solution, because you now use gnutls via its > external gnutls-cli program, which relies on signals for its > communications with Emacs. This only works when your Emacs is a > Cygwin build, otherwise you might see Emacs hang in TLS connections. Now it works with the version in ezwinports\bin directory and I was able to use eww and gnus without any issues. > >> I probably have to remove the exec-path and getenv PATH cruft from my >> .Emacs to reduce future errors > > Indeed, that's a good idea. After adding ezwinports\bin to the system PATH, the only additional change I had to add was ;; need this for using cygwin. (setq cygwin-mount-cygwin-bin-directory "C:/cygwin/bin/") With that, I could remove all the exec-path and getenv PATH modifications in .Emacs that you warned against. Thanks for the help. Appreciated. sivaram --