From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#46320: 27.1; bugs about scrolling buffer with images Date: Mon, 08 Feb 2021 18:05:25 +0200 Message-ID: <838s7ylf3u.fsf@gnu.org> References: <86r1lvm5j5.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27189"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 46320-done@debbugs.gnu.org To: ynyaaa@gmail.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Mon Feb 08 22:12:36 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l9Dpi-0006vw-Tq for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 08 Feb 2021 22:12:34 +0100 Original-Received: from localhost ([::1]:35600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l9Dph-0007nZ-TA for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 08 Feb 2021 16:12:33 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48862) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l9935-0007iz-8n for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2021 11:06:05 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40207) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l9934-0002SK-41 for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2021 11:06:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l9933-00038T-V9 for bug-gnu-emacs@gnu.org; Mon, 08 Feb 2021 11:06:01 -0500 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Mon, 08 Feb 2021 16:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 46320 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Mail-Followup-To: 46320@debbugs.gnu.org, eliz@gnu.org, ynyaaa@gmail.com Original-Received: via spool by 46320-done@debbugs.gnu.org id=D46320.161280032011981 (code D ref 46320); Mon, 08 Feb 2021 16:06:01 +0000 Original-Received: (at 46320-done) by debbugs.gnu.org; 8 Feb 2021 16:05:20 +0000 Original-Received: from localhost ([127.0.0.1]:51752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l992O-00037B-AB for submit@debbugs.gnu.org; Mon, 08 Feb 2021 11:05:20 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:59116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l992L-00036r-Pz for 46320-done@debbugs.gnu.org; Mon, 08 Feb 2021 11:05:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:52455) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l992G-00024m-KB; Mon, 08 Feb 2021 11:05:12 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4115 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l992E-0004Ti-Us; Mon, 08 Feb 2021 11:05:11 -0500 In-Reply-To: <86r1lvm5j5.fsf@gmail.com> (ynyaaa@gmail.com) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:199619 Archived-At: > From: ynyaaa@gmail.com > Date: Fri, 05 Feb 2021 14:45:34 +0900 > > (2)unable to scroll up > Evaluate the form below and type C-v repeatedly, the buffer never scroll > up to the end of the buffer. Once in three times, the buffer scrolls > down and the line 2 is displayed at the top of the window. > > (let* ((buf (generate-new-buffer "tmp")) > (width 80) > (height 250) > (svg (format "\ > xmlns=\"http://www.w3.org/2000/svg\"> > > > " width height width height)) > (img (create-image svg 'svg t :scale 1 :ascent 100))) > (switch-to-buffer buf) > (setq header-line-format "with header line") > (insert "1\n2\n3\n4\n5\n") > (insert-image img "6") > (insert "\n7\n8\n9\n10\n11\n") > (set-frame-height nil 18) > (delete-other-windows) > (goto-char (point-min)) > ) Thanks, this is now fixed on the master branch.