bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60015: 29.0.60; multi-line messages truncated in non-selected minibu


From: martin rudalics
Subject: bug#60015: 29.0.60; multi-line messages truncated in non-selected minibuffer
Date: Thu, 15 Dec 2022 16:07:42 +0100

> Are you sure this is the reason and the possible fix?

It's neither.

> AFAICT, resize_echo_area_exactly doesn't get called in this scenario.
> Which might be part of the problem.

What I see is that

  if (!NILP (echo_area_buffer[0]) || minibuf_level == 0)

evaluates to false in echo_area_display.  So the problem seems to be
with 'set-message-functions' and there I'm lost.

martin





reply via email to

[Prev in Thread] Current Thread [Next in Thread]