GNU bug report logs - #53216
27.2; last line may be hidden in multi-line message

Previous Next

Package: emacs;

Reported by: awrhygty <at> outlook.com

Date: Wed, 12 Jan 2022 18:03:03 UTC

Severity: normal

Found in version 27.2

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 53216 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: awrhygty <at> outlook.com, 53216 <at> debbugs.gnu.org
Subject: Re: bug#53216: 27.2; last line may be hidden in multi-line message
Date: Thu, 13 Jan 2022 10:09:44 +0100
[Message part 1 (text/plain, inline)]
> Evaluate the form below and type 't', multi-line message is shown.
> But I only see line '9' and line '10'.
> The last line '11' is not shown.
>
> (let ((buf (generate-new-buffer "tmp"))
>        (map (make-sparse-keymap))
>        (func (lambda ()
>                (interactive)
>                (message (propertize "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11"
>                                     'face '(:height 5.0))))))
>    (switch-to-buffer buf)
>    (define-key map "t" func)
>    (use-local-map map))

The attached patch seems to fix this here but
'redisplay-adhoc-scroll-in-resize-mini-windows' is terra incognita for
me.

martin
[xdisp.c.diff (text/x-patch, attachment)]

This bug report was last modified 3 years and 187 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.