all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Juri Linkov <juri@jurta.org>
Cc: monnier@IRO.UMontreal.CA, 5998@debbugs.gnu.org
Subject: bug#5998: 23.1.96; Breadcrumbs defeat C-u 1 C-v in Info
Date: Fri, 23 Apr 2010 20:38:33 +0300	[thread overview]
Message-ID: <83bpda2hnq.fsf@gnu.org> (raw)
In-Reply-To: <87633i5cz0.fsf@mail.jurta.org>

> From: Juri Linkov <juri@jurta.org>
> Cc: Stefan Monnier <monnier@IRO.UMontreal.CA>,  5998@debbugs.gnu.org
> Date: Fri, 23 Apr 2010 19:57:31 +0300
> 
> >> Fine by me, it's a good change anyway.  But we should still try and fix
> >> the underlying redisplay bug, of course.
> >
> > For that, I'd request a separate bug report, with a clear recipe to
> > reproduce ``the bug'' and an explanation what behavior was expected.
> 
> I tried to create a clear recipe to reproduce it:
> 
> (progn
>   (goto-char (point-min))
>   (insert "line 0\nline 1\nline 2\nline 3\n")
>   (narrow-to-region (+ 7 (point-min)) (point-max))
>   (let ((ov (make-overlay (point-min) (+ 6 (point-min)))))
>     (overlay-put ov 'invisible t)
>     (overlay-put ov 'after-string "after-string 1")
>     (overlay-put ov 'evaporate t))
>   (goto-char (point-min))
>   (scroll-up 1))
> 
> but it doesn't fail.  Something more from Info mode affects it.

Okay, but why do you think the bug is in redisplay?






  reply	other threads:[~2010-04-23 17:38 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21 17:18 bug#5998: 23.1.96; Breadcrumbs defeat C-u 1 C-v in Info Eli Zaretskii
2010-04-21 17:40 ` Drew Adams
2016-09-05  4:42   ` Andrew Hyatt
2016-09-05 14:54     ` Eli Zaretskii
2016-09-05 19:28       ` Juri Linkov
2016-09-06 15:02         ` Eli Zaretskii
2020-09-14 13:32           ` Lars Ingebrigtsen
2020-09-14 18:26             ` Eli Zaretskii
2010-04-22  8:35 ` Juri Linkov
2010-04-22  9:03   ` Juri Linkov
2010-04-23  8:39     ` Juri Linkov
2010-04-23 14:38       ` Stefan Monnier
2010-04-23 15:32         ` Eli Zaretskii
2010-04-23 16:57           ` Juri Linkov
2010-04-23 17:38             ` Eli Zaretskii [this message]
2010-04-23 18:08               ` Juri Linkov

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=83bpda2hnq.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=5998@debbugs.gnu.org \
    --cc=juri@jurta.org \
    --cc=monnier@IRO.UMontreal.CA \
    /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.