unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Y. E. via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 50671@debbugs.gnu.org
Subject: bug#50671: 28.0.50; ido-mode *Ido Completions* buffer not compact and rebuilt on second TAB
Date: Sun, 19 Sep 2021 12:19:10 +0300	[thread overview]
Message-ID: <m2tuigexdd.fsf@ego.team> (raw)

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






             reply	other threads:[~2021-09-19  9:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-19  9:19 Y. E. via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-08-26 12:03 ` bug#50671: 28.0.50; ido-mode *Ido Completions* buffer not compact and rebuilt on second TAB Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2tuigexdd.fsf@ego.team \
    --to=bug-gnu-emacs@gnu.org \
    --cc=50671@debbugs.gnu.org \
    --cc=yet@ego.team \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).