From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: html image rendering not working Win Emacs 24.4 (eww and gnus) Date: Tue, 20 Jan 2015 19:42:05 +0200 Message-ID: <83sif5wdqq.fsf@gnu.org> References: <87sif7jxkr.fsf@gmail.com> <831tmrzbde.fsf@gnu.org> <87r3uq8zm6.fsf@gmail.com> <83fvb6y6lk.fsf@gnu.org> <87bnltmm3r.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1421775751 4068 80.91.229.3 (20 Jan 2015 17:42:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Jan 2015 17:42:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 20 18:42:31 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 1YDcow-0007UO-9p for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2015 18:42:30 +0100 Original-Received: from localhost ([::1]:44982 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcov-0005vh-Ho for geh-help-gnu-emacs@m.gmane.org; Tue, 20 Jan 2015 12:42:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcoj-0005vc-Jg for help-gnu-emacs@gnu.org; Tue, 20 Jan 2015 12:42:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDcof-0007Vd-7j for help-gnu-emacs@gnu.org; Tue, 20 Jan 2015 12:42:17 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:59293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDcof-0007VH-08 for help-gnu-emacs@gnu.org; Tue, 20 Jan 2015 12:42:13 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NIH00900L50Z400@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Tue, 20 Jan 2015 19:42:11 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NIH009Y8L6BSJ40@a-mtaout22.012.net.il> for help-gnu-emacs@gnu.org; Tue, 20 Jan 2015 19:42:11 +0200 (IST) In-reply-to: <87bnltmm3r.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 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:102176 Archived-At: > From: Sivaram Neelakantan > Date: Tue, 20 Jan 2015 22:21:36 +0530 > > Second, the ezwinport gnutls DLLs don't seem to work when I launched > Gnus(it complained of 256 bits and certificate errors of some sort). 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. > I simply renamed them and I think cygwin gnutls is handling it now as > gnus downloads rss and mails without any issues again. 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. > 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.