From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#23431: 25.0.93; EWW hangs Date: Tue, 03 May 2016 17:57:59 +0200 Message-ID: <87d1p35e2g.fsf@gnus.org> References: <87bn4nx1iq.wl-jch@pps.univ-paris-diderot.fr> <87zis75ibn.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462291199 29415 80.91.229.3 (3 May 2016 15:59:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 May 2016 15:59:59 +0000 (UTC) Cc: 23431@debbugs.gnu.org To: Juliusz Chroboczek Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue May 03 17:59:46 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1axcjb-0000G8-Hm for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 May 2016 17:59:39 +0200 Original-Received: from localhost ([::1]:41964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axcjX-0007j6-N3 for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 May 2016 11:59:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33915) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axcjO-0007YD-9R for bug-gnu-emacs@gnu.org; Tue, 03 May 2016 11:59:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axcj3-0005AC-CA for bug-gnu-emacs@gnu.org; Tue, 03 May 2016 11:59:20 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:51407) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axcj3-00058v-8b for bug-gnu-emacs@gnu.org; Tue, 03 May 2016 11:59:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1axciz-0007ri-Mw for bug-gnu-emacs@gnu.org; Tue, 03 May 2016 11:59:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 03 May 2016 15:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 23431 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 23431-submit@debbugs.gnu.org id=B23431.146229108630153 (code B ref 23431); Tue, 03 May 2016 15:59:01 +0000 Original-Received: (at 23431) by debbugs.gnu.org; 3 May 2016 15:58:06 +0000 Original-Received: from localhost ([127.0.0.1]:35511 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axci6-0007qH-Is for submit@debbugs.gnu.org; Tue, 03 May 2016 11:58:06 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:33073) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axci4-0007q6-3h for 23431@debbugs.gnu.org; Tue, 03 May 2016 11:58:04 -0400 Original-Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1axci0-0008WV-91; Tue, 03 May 2016 17:58:02 +0200 In-Reply-To: <87zis75ibn.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 03 May 2016 16:26:04 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:117642 Archived-At: I wonder what the best thing to do here is... First of all: Can the animation function determine that it's making Emacs unresponsive? I guess it could keep track of how much time is passing between each time it's called, and if that's longer than the timeout, it should ... postpone itself a bit further to allow some keystrokes to get in between each frame? That would slow down the animation even further, but make Emacs more responsive, so I think that should probably be done. The other thing is that the ImageMagick animation thing I implemented is s-l-o-w. (And eww is using that instead of the GIF animation, since GIF doesn't allow rescaling.) If somebody could take a peek at imagemagick_compute_animated_image and make it much, much faster, that would be really nice. :-) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no