unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Stefan Monnier <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 19:57:31 +0300	[thread overview]
Message-ID: <87633i5cz0.fsf@mail.jurta.org> (raw)
In-Reply-To: <83eii62nhy.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 23 Apr 2010 18:32:25 +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.

-- 
Juri Linkov
http://www.jurta.org/emacs/






  reply	other threads:[~2010-04-23 16:57 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 [this message]
2010-04-23 17:38             ` Eli Zaretskii
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87633i5cz0.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=5998@debbugs.gnu.org \
    --cc=eliz@gnu.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).