unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#50671: 28.0.50; ido-mode *Ido Completions* buffer not compact and rebuilt on second TAB
@ 2021-09-19  9:19 Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-08-26 12:03 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-09-19  9:19 UTC (permalink / raw)
  To: 50671

Hello,

Steps to reproduce:
1. emacs -Q
2. C-x C-f ~/.emacs.d/ <TAB>
  - See compact *Completions* buffer.
  - No changes on the second <TAB> hit.
3. M-x ido-mode
4. C-x C-f ~/.emacs.d/ <TAB>
  - See not compact *Ido Completions* buffer.
  - Note the completions list is re-built on the second <TAB> hit.

The expected behavior would be for *Ido Completions* buffer to behave
similarly to the *Completions* buffer: to be compact and not change on
sequential <TAB> hits.


A note:
To fix the compactness issue, I currently use this workaround:
(customize-set-variable
 'display-buffer-alist
   '(("\\*Ido Completions\\*"
      (display-buffer-reuse-window display-buffer-at-bottom)
      (window-height . fit-window-to-buffer))))


Thank you for looking into this.


In GNU Emacs 28.0.50 (build 14, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G9216))
Repository revision: 9ca737c4198c5e7faef7a74de7b1e84b11e1dbeb
Repository branch: master






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#50671: 28.0.50; ido-mode *Ido Completions* buffer not compact and rebuilt on second TAB
  2021-09-19  9:19 bug#50671: 28.0.50; ido-mode *Ido Completions* buffer not compact and rebuilt on second TAB Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-08-26 12:03 ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2022-08-26 12:03 UTC (permalink / raw)
  To: Y. E.; +Cc: 50671

Y. E. <yet@ego.team> writes:

> The expected behavior would be for *Ido Completions* buffer to behave
> similarly to the *Completions* buffer: to be compact and not change on
> sequential <TAB> hits.

I've now fixed this in Emacs 29.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-26 12:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-19  9:19 bug#50671: 28.0.50; ido-mode *Ido Completions* buffer not compact and rebuilt on second TAB Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-08-26 12:03 ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).