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

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

bug#55260: closed ([PATCH] Avoid resizing mini buffer when displaying pa


From: GNU bug Tracking System
Subject: bug#55260: closed ([PATCH] Avoid resizing mini buffer when displaying page numbers)
Date: Thu, 05 May 2022 11:16:02 +0000

Your message dated Thu, 05 May 2022 11:15:46 +0000
with message-id <87wnf0cjrx.fsf@posteo.net>
and subject line Re: bug#55260: [PATCH] Avoid resizing mini buffer when 
displaying page numbers
has caused the debbugs.gnu.org bug report #55260,
regarding [PATCH] Avoid resizing mini buffer when displaying page numbers
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55260: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55260
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Avoid resizing mini buffer when displaying page numbers Date: Wed, 04 May 2022 12:30:08 +0000
Tags: patch


When viewing a document using doc-view, an idle timer indicates the
current page number after a short while.  Since this message ends with a
newline, the minibuffer is senselessly resized, producing unecessary
visual noise.

This patch avoids adding a newline if not necessary, circumventing the
issue when possible.

In GNU Emacs 29.0.50 (build 7, x86_64-pc-linux-gnu, GTK+ Version 3.24.30, cairo 
version 1.16.0)
 of 2022-04-25 built on viero
Repository revision: 91175a1fae92d521377bde8687d96b17556d1458
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Guix System

Configured using:
 'configure
 
PKG_CONFIG_PATH=/home/philip/.guix-profile/lib/pkgconfig:/home/philip/.guix-profile/share/pkgconfig'

Attachment: 0001-Avoid-resizing-mini-buffer-when-displaying-page-numb.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#55260: [PATCH] Avoid resizing mini buffer when displaying page numbers Date: Thu, 05 May 2022 11:15:46 +0000
Lars Ingebrigtsen <larsi@gnus.org> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>
>> This patch avoids adding a newline if not necessary, circumventing the
>> issue when possible.
>
> Makes sense to me; go ahead and push.

Done!


--- End Message ---

reply via email to

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