all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: nljlistbox2@gmail.com, 16840@debbugs.gnu.org
Subject: bug#16840: 24.3.50; Jerky motion and up/down asymmetry scrolling images in Eww
Date: Thu, 26 Sep 2019 20:11:12 +0300	[thread overview]
Message-ID: <83h84zkmof.fsf@gnu.org> (raw)
In-Reply-To: <87ftkjngf9.fsf@gnus.org> (message from Lars Ingebrigtsen on Thu,  26 Sep 2019 18:58:02 +0200)

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Cc: nljlistbox2@gmail.com (N. Jackson),  16840@debbugs.gnu.org
> Date: Thu, 26 Sep 2019 18:58:02 +0200
> 
> If you need an easier example to test image scrolling with, here's a
> sexp.  :-)

I don't need another example, I need someone who'd be willing to look
into these problems and fix them.  It isn't right for Emacs to depend
on a single curmudgeon for fixing all the display glitches: what if
I'm run over by a bus or something?

> (progn
>   (switch-to-buffer "*image*")
>   (erase-buffer)
>   (set-frame-height (window-frame (selected-window)) 1000 nil t)
>   (let* ((width 300)
> 	 (height 800)
> 	 (svg (svg-create width height)))
>     (svg-gradient svg "background" 'linear '((0 . "#b0b0b0") (100 . "#808080")))
>     (svg-rectangle svg 0 0 width height :gradient "background"
>                    :stroke-width 2 :stroke-color "black")
>     (dotimes (i 30)
>       (insert (format "%d\n" i)))
>     (svg-insert-image svg)
>     (insert "\n")
>     (dotimes (i 30)
>       (insert (format "%d\n" i)))
>     (goto-char (point-min))))

I get an empty window showing nothing.  What did I miss?  And how is
this related to the issue at hand, may I ask?





  reply	other threads:[~2019-09-26 17:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-22  1:51 bug#16840: 24.3.50; Jerky motion and up/down asymmetry scrolling images in Eww N. Jackson
2014-02-22  8:21 ` Eli Zaretskii
2014-02-22 17:15   ` N. Jackson
2014-02-22 18:05     ` Eli Zaretskii
2015-12-25  7:43       ` Lars Ingebrigtsen
2015-12-25  8:01         ` Eli Zaretskii
2015-12-25 16:54           ` Lars Ingebrigtsen
2015-12-25 17:04             ` Eli Zaretskii
2015-12-25 17:28               ` Lars Ingebrigtsen
2015-12-25 19:56                 ` Eli Zaretskii
2015-12-25 19:01               ` N. Jackson
2015-12-25 19:58                 ` Eli Zaretskii
2019-09-26 16:58                   ` Lars Ingebrigtsen
2019-09-26 17:11                     ` Eli Zaretskii [this message]
2019-09-26 17:19                       ` Lars Ingebrigtsen
2019-09-26 17:55                         ` Eli Zaretskii
2019-09-26 18:03                           ` Lars Ingebrigtsen
2019-09-26 18:32                             ` Eli Zaretskii
2019-09-26 18:34                               ` Lars Ingebrigtsen
2019-09-26 18:50                                 ` Eli Zaretskii
2019-09-27 14:12                                   ` Lars Ingebrigtsen
2019-09-27 14:29                                     ` Eli Zaretskii
2019-09-27 14:35                                       ` Lars Ingebrigtsen

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=83h84zkmof.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=16840@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    --cc=nljlistbox2@gmail.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.