all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: 24035@debbugs.gnu.org
Subject: bug#24035: 25.1.50; Eww breaks on images?
Date: Wed, 20 Jul 2016 15:17:38 +0000	[thread overview]
Message-ID: <CAFyQvY3Tc03vegbM4ELjLm0V_F1Ahfu5v0YkCDZZrwn4n-zH7w@mail.gmail.com> (raw)
In-Reply-To: <06152718-a363-b515-73d8-0d7d3983ae6f@live.com>

[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]

Hi Clément,

In my master branch build, doing (featurep 'image) after emacs -Q returns
t. So does that return nil for you?

Here is my emacs build info:

You can evaluate the below and reply with what you get on M-x
emacs-version-dev? Doing that will save the output to kill-ring.

I get this:


Emacs version: GNU Emacs 25.1.50.6 (x86_64-unknown-linux-gnu, GTK+ Version
2.24.23)
 of 2016-07-20, built using commit 30b3a842ec87d27cfe003b6d4323689d48b3fcd2.

./configure options:
  --with-modules --prefix=/home/kmodi/usr_local/apps/6/emacs/master
'CPPFLAGS=-fgnu89-inline -I/home/kmodi/usr_local/6/include
-I/usr/include/freetype2 -I/usr/include' 'CFLAGS=-ggdb3 -O0'
'CXXFLAGS=-ggdb3 -O0' 'LDFLAGS=-L/home/kmodi/usr_local/6/lib
-L/home/kmodi/usr_local/6/lib64 -ggdb3'

Features:
  XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK2 X11 MODULES

PS: Why is your bug report missing the configure options and Features?

===
(defun emacs-version-dev (here)
  "Display emacs build info and also save it to the kill-ring.
If HERE is non-nil, also insert the string at point."
  (interactive "P")
  (let ((emacs-build-info
         (concat "Emacs version: " (emacs-version) ","
                 " built using commit " emacs-repository-version ".\n\n"
                 "./configure options:\n  " system-configuration-options
"\n\n"
                 "Features:\n  " system-configuration-features "\n")))
    (kill-new emacs-build-info)
    (message "%s" emacs-build-info)
    (when here
      (insert emacs-build-info))
    emacs-build-info))


-- 

Kaushal Modi

[-- Attachment #2: Type: text/html, Size: 2436 bytes --]

  parent reply	other threads:[~2016-07-20 15:17 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-20 13:49 bug#24035: 25.1.50; Eww breaks on images? Clément Pit--Claudel
2016-07-20 13:58 ` Lars Ingebrigtsen
2016-07-20 14:37   ` Clément Pit--Claudel
2016-07-20 14:46     ` Lars Ingebrigtsen
2016-07-20 14:54       ` Clément Pit--Claudel
2016-07-20 14:57         ` Lars Ingebrigtsen
2016-07-20 15:07           ` Clément Pit--Claudel
2016-07-20 15:11             ` Lars Ingebrigtsen
2016-07-20 15:17 ` Kaushal Modi [this message]
2016-07-20 15:25   ` Kaushal Modi
2016-07-20 15:32     ` Clément Pit--Claudel
2016-07-20 15:35       ` Kaushal Modi
2016-07-20 20:13         ` Clément Pit--Claudel
2016-07-20 15:55     ` Lars Ingebrigtsen
2016-07-20 16:31       ` Kaushal Modi

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=CAFyQvY3Tc03vegbM4ELjLm0V_F1Ahfu5v0YkCDZZrwn4n-zH7w@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=24035@debbugs.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.