all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: nljlistbox2@gmail.com (N. Jackson)
To: Eli Zaretskii <eliz@gnu.org>
Cc: 23092@debbugs.gnu.org
Subject: bug#23092: 25.0.92; Minibuffer completion fails to resize completion window if reused during same command
Date: Tue, 22 Mar 2016 15:55:33 -0300	[thread overview]
Message-ID: <8737riibq2.fsf@gmail.com> (raw)
In-Reply-To: <83k2ku4bb5.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 22 Mar 2016 20:28:14 +0200")

Hi Eli,

At 20:28 +0200 on Tuesday 2016-03-22, Eli Zaretskii wrote:
>
>> From: nljlistbox2@gmail.com (N. Jackson)
>> Date: Tue, 22 Mar 2016 14:07:39 -0300
>> 
>>     src/emacs -Q
>> 
>>     C-x C-f            ; find-file
>>     lib/v TAB          ; A tiny window pops up with "verify.h" and "vla.h."
>>     <backspace> s TAB
>> 
>> At this point there is still a tiny completions window with about 50
>> completions most of which are not visible in the window.
>
> Press TAB repeatedly to scroll through those 50 completions.
>
> (I'm not saying this cannot or shouldn't be improved, I'm saying this
> is not "impossible to use".)

That's pretty weird, but yes, it does work (in a manner of speaking). So
as you correctly point out, it is not "impossible to use".

However, it's interesting that with the recipe reversed, the completions
window _does_ get resized.:

    src/emacs -Q

    C-x C-f            ; find-file
    lib/s TAB          ; A largish completions window is shown.
    <backspace> v TAB  ; Completions window shrinks.

So it seems that the existing implementation has logic in it for
resizing the completions window to fit the completions but it just isn't
working quite right. Unless the design is that the completions window
can only be "shrunk" but not "grown".

N.





  reply	other threads:[~2016-03-22 18:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-22 17:07 bug#23092: 25.0.92; Minibuffer completion fails to resize completion window if reused during same command N. Jackson
2016-03-22 17:21 ` martin rudalics
2016-03-22 18:42   ` N. Jackson
2016-03-22 18:53     ` martin rudalics
2016-03-22 19:56       ` N. Jackson
2016-03-22 20:10         ` Eli Zaretskii
2016-03-22 21:06           ` N. Jackson
2016-03-22 18:28 ` Eli Zaretskii
2016-03-22 18:55   ` N. Jackson [this message]
2016-03-22 19:04     ` Eli Zaretskii
2016-03-22 20:07       ` N. Jackson
2016-03-23  8:09       ` martin rudalics
2016-03-23 16:45         ` N. Jackson
2016-03-23 18:53           ` martin rudalics
2016-03-23 20:34             ` N. Jackson
2016-03-23 21:27             ` Juri Linkov
2016-03-24  7:43               ` martin rudalics
2016-03-24 22:14                 ` Juri Linkov
2016-03-25  7:42                   ` martin rudalics

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

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

  git send-email \
    --in-reply-to=8737riibq2.fsf@gmail.com \
    --to=nljlistbox2@gmail.com \
    --cc=23092@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.