all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 5998@debbugs.gnu.org
Subject: bug#5998: 23.1.96; Breadcrumbs defeat C-u 1 C-v in Info
Date: Fri, 23 Apr 2010 11:39:29 +0300	[thread overview]
Message-ID: <87fx2ma7eq.fsf@mail.jurta.org> (raw)
In-Reply-To: <87633jn7p9.fsf@mail.jurta.org> (Juri Linkov's message of "Thu, 22 Apr 2010 12:03:30 +0300")

If there are no objections, I'll install this patch to the
emacs-23 branch.

>>>  C-u 1 C-v
>>>
>>> Note that the display does not scroll by one line.  "C-u 2 C-v" does
>>> scroll by 2 lines, as well as "C-u 1 C-v" if the breadcrumbs are not
>>> visible.
>
> This patch removes the scrolling problem:
>
> === modified file 'lisp/info.el'
> --- lisp/info.el	2010-04-20 00:49:46 +0000
> +++ lisp/info.el	2010-04-22 09:01:46 +0000
> @@ -4365,8 +4365,7 @@ (defun Info-fontify-node ()
>              (cond
>               ((> Info-breadcrumbs-depth 0)
>  	      (let ((ov (make-overlay (point-min) (1+ header-end))))
> -		(overlay-put ov 'invisible t)
> -		(overlay-put ov 'after-string (Info-breadcrumbs))
> +		(overlay-put ov 'display (Info-breadcrumbs))
>  		(overlay-put ov 'evaporate t)))
>               ((not (bobp))
>                ;; Hide the punctuation at the end, too.

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






  reply	other threads:[~2010-04-23  8:39 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 [this message]
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
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=87fx2ma7eq.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=5998@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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.