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

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

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


From: Sivaram Neelakantan
Subject: html image rendering not working Win Emacs 24.4 (eww and gnus)
Date: Mon, 19 Jan 2015 08:17:32 +0530
User-agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.4 (windows-nt)

I upgraded to the stock install of GNU Emacs 24.4.1 (i686-pc-mingw32)
of 2014-10-24 and now the image rendering has stopped in gnus(shr) and
eww.  This used to work in Emacs 24.3. And here is some of the
settings that I picked up from my .Emacs and vars.  I believe the
dynamic-library-alist is picked up from ezwinports bin directory.

--8<---------------cut here---------------start------------->8---
dynamic-library-alist is

Value: ((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.dll")
 (png "libpng16.dll" "libpng16-16.dll")
 (tiff "libtiff-5.dll" "libtiff3.dll" "libtiff.dll")
 (jpeg "libjpeg-9.dll")
 (gif "libgif-7.dll")
 (svg "librsvg-2-2.dll")
 (gdk-pixbuf "libgdk_pixbuf-2.0-0.dll")
 (glib "libglib-2.0-0.dll")
 (gobject "libgobject-2.0-0.dll")
 (gnutls "libgnutls-28.dll" "libgnutls-26.dll")
 (libxml2 "libxml2-2.dll" "libxml2.dll")
 (zlib "zlib1.dll" "libz-1.dll"))

(setq exec-path
      (cons "C:/MiKTeX2.9/miktex/bin/x64"
      (cons "C:/gnu/ezwinports/bin"
      (cons "C:/gnu/bin/"
      (cons "C:/cygwin/usr/bin"
      (cons "C:/cygwin/bin" exec-path))))))

(setenv "PATH" (concat 
"C:\\Users\\ADMIN\\AppData\\Roaming\\.emacs.d;C:\\gnu\\ezwinports\\bin;C:\\MiKTeX2.9\\miktex\\bin\\x64;C:\\cygwin\\bin;C:\\cygwin\\usr\\bin;C:\\gnu\\bin\\;"
 (getenv "PATH")))
--8<---------------cut here---------------end--------------->8---

 sivaram
 -- 




reply via email to

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