all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Elric Milon <whirm@gmx.com>
Cc: larsi@gnus.org, 22916@debbugs.gnu.org
Subject: bug#22916: 25.0.92; eww completely hangs Emacs on "invalid" png image
Date: Fri, 27 Jan 2017 15:39:30 +0200	[thread overview]
Message-ID: <838tpw1v1p.fsf@gnu.org> (raw)
In-Reply-To: <87k29gzre9.fsf@1k.whirm.eu> (message from Elric Milon on Fri, 27 Jan 2017 12:16:56 +0100)

> From: Elric Milon <whirm@gmx.com>
> Date: Fri, 27 Jan 2017 12:16:56 +0100
> Cc: 22916@debbugs.gnu.org
> 
> I just tried building current master with:
> 
> 
>       ./autogen.sh
> 
>       ./configure --prefix $(readlink -fe $PWD/../inst) \
>           --enable-link-time-optimization \
>           --without-pop \
>           --with-x-toolkit=gtk3 \
>           --without-xaw3d \
>           --without-selinux \
>           --with-file-notification=yes \
>           --with-modules \
>           --with-cairo \
>           --without-pop \
>           --with-x
> 
>       make -j4
> 
> But it's unusable for me (The whole Emacs frame blinks on and off with the cursor).

Please try disabling the double-buffering feature, like this:

  M-: (modify-frame-parameters nil '((inhibit-double-buffering . t))) RET

Alternatively, edit src/config.h to delete this line:

  #define HAVE_XDBE 1

and then rebuild Emacs.  Please tell if the problem goes away when you
try that.





  reply	other threads:[~2017-01-27 13:39 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-05 11:25 bug#22916: 25.0.92; eww completely hangs Emacs on "invalid" png image Lars Ljung
2016-03-05 13:56 ` Lars Ljung
2016-03-05 15:23   ` Lars Magne Ingebrigtsen
2016-03-05 15:58     ` Lars Ljung
2016-03-05 16:08       ` Eli Zaretskii
2016-07-12 21:15 ` Elric Milon
2016-07-12 21:21   ` Elric Milon
2018-12-11  2:03     ` Dmitry Gutov
2019-01-04 14:06       ` Elric Milon
2017-01-24 22:17   ` Lars Ingebrigtsen
2017-01-27 11:16     ` Elric Milon
2017-01-27 13:39       ` Eli Zaretskii [this message]
2017-01-29  9:17         ` Elric Milon
2017-01-29 15:27           ` Eli Zaretskii
2017-01-30 18:34             ` Elric Milon

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=838tpw1v1p.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=22916@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=whirm@gmx.com \
    /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.