help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: html image rendering not working Win Emacs 24.4 (eww and gnus)


From: Sivaram Neelakantan
Subject: Re: html image rendering not working Win Emacs 24.4 (eww and gnus)
Date: Wed, 21 Jan 2015 14:09:26 +0530
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.4 (windows-nt)

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
 -- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]