GNU bug report logs - #46718
27.1; truncate-lines in minibuffer prevents auto resize

Previous Next

Package: emacs;

Reported by: Clemens <clemera <at> posteo.net>

Date: Tue, 23 Feb 2021 13:45:01 UTC

Severity: normal

Found in version 27.1

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Clemens <clemera <at> posteo.net>
Subject: bug#46718: closed (Re: bug#46718: 27.1; truncate-lines in
 minibuffer prevents auto resize)
Date: Wed, 24 Feb 2021 16:35:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#46718: 27.1; truncate-lines in minibuffer prevents auto resize

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 46718 <at> debbugs.gnu.org.

-- 
46718: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46718
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Clemens <clemera <at> posteo.net>
Cc: 46718-done <at> debbugs.gnu.org
Subject: Re: bug#46718: 27.1; truncate-lines in minibuffer prevents auto resize
Date: Wed, 24 Feb 2021 18:34:33 +0200
> Cc: 46718 <at> debbugs.gnu.org
> From: Clemens <clemera <at> posteo.net>
> Date: Wed, 24 Feb 2021 17:05:59 +0100
> 
> I understand the assumption, makes sense when not considering such weird
> use cases as we might have in Selectrum ;) In Selectrum candidates are
> shown vertically stacked, we additionally ensure that candidates are a
> single line. It works pretty well and makes a lot of things easier to
> deal with in our UI. Thanks for adding this!

You are welcome.

Closing.

[Message part 3 (message/rfc822, inline)]
From: Clemens <clemera <at> posteo.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.1; truncate-lines in minibuffer prevents auto resize
Date: Tue, 23 Feb 2021 14:44:20 +0100
Hi,

in Selectrum we are using an overlay after-string to display completion
candidates within the minibuffer. We also want to truncate-lines to 
prevent wrapping for long lines. When using:

;; emacs -Q
(setq resize-mini-windows t)
(minibuffer-with-setup-hook
    (lambda ()
      (setq-local truncate-lines t)
      (let ((ov (make-overlay (point-max) (point-max)))
	    (minibuf-after-string " \nOne\nTwo\nThree"))
	(put-text-property 0 1 'cursor t minibuf-after-string)
	(overlay-put ov 'after-string minibuf-after-string)))
  (read-string ":"))

the mini window will not resize but when commenting out the setting for
truncate-lines it resizes appropriately.




This bug report was last modified 4 years and 146 days ago.

Previous Next


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