all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sivaram Neelakantan <nsivaram.net@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: html image rendering not working Win Emacs 24.4 (eww and gnus)
Date: Wed, 21 Jan 2015 14:09:26 +0530	[thread overview]
Message-ID: <8761c034u9.fsf@gmail.com> (raw)
In-Reply-To: 83sif5wdqq.fsf@gnu.org

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	other threads:[~2015-01-21  8:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-19  2:47 html image rendering not working Win Emacs 24.4 (eww and gnus) Sivaram Neelakantan
2015-01-19  3:40 ` Eli Zaretskii
2015-01-19 17:11   ` Sivaram Neelakantan
2015-01-19 18:21     ` Eli Zaretskii
2015-01-20 16:51       ` Sivaram Neelakantan
2015-01-20 17:42         ` Eli Zaretskii
2015-01-21  8:39           ` Sivaram Neelakantan [this message]
2015-01-21 16:07             ` Eli Zaretskii
2015-01-23 11:58               ` Sivaram Neelakantan
2015-01-23 12:15                 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8761c034u9.fsf@gmail.com \
    --to=nsivaram.net@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.