From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/88806 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: [26.3] large image scrolling gets stuck Date: Thu, 10 Oct 2019 10:06:39 -0700 Message-ID: <87v9swpm1s.fsf@ericabrahamsen.net> References: <871rvlsadk.fsf@dick> <878spt9mdj.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="262440"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: ding@gnus.org Original-X-From: ding-owner+M37010@lists.math.uh.edu Thu Oct 10 19:07:37 2019 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iIbuZ-00166D-T0 for ding-account@gmane.org; Thu, 10 Oct 2019 19:07:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1iIbty-0008Ne-IV; Thu, 10 Oct 2019 12:06:58 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iIbtu-0008L0-Md for ding@lists.math.uh.edu; Thu, 10 Oct 2019 12:06:54 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.3) (envelope-from ) id 1iIbtt-0003Zi-80 for ding@lists.math.uh.edu; Thu, 10 Oct 2019 12:06:54 -0500 Original-Received: from 195-159-176-226.customer.powertech.no ([195.159.176.226] helo=blaine.gmane.org) by quimby.gnus.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iIbtp-00083M-0K for ding@gnus.org; Thu, 10 Oct 2019 19:06:51 +0200 Original-Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1iIbtm-0015Fc-Vo for ding@gnus.org; Thu, 10 Oct 2019 19:06:47 +0200 X-Injected-Via-Gmane: http://gmane.org/ Cancel-Lock: sha1:eEnf3SG7i7gpr+twVydF7fOaBrc= List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:88806 Archived-At: Eric S Fraga writes: > On Wednesday, 9 Oct 2019 at 20:38, dick.r.chiang@gmail.com wrote: >> SPC is `gnus-summary-next-page` from the summary buffer. If the article >> contains a large image, SPC stops scrolling upon hitting the image. > > Just to add that I see this as well. If the image is larger than the > window, possibly in either dimension, scrolling doesn't happen. My understanding is that this is a general problem with image display in Emacs, nothing particular to Gnus. Something about how Emacs calculates line heights when scrolling -- maybe images are calculated to fit on a single really tall line, so you can only scroll all the way past them? Something like that.