unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#73679: Icomplete vertical mode not working well with icomplete-in-buffer
@ 2024-10-07 14:32 pranshu sharma
  2024-10-07 22:20 ` bug#73679: Follow up pranshu sharma
  0 siblings, 1 reply; 2+ messages in thread
From: pranshu sharma @ 2024-10-07 14:32 UTC (permalink / raw)
  To: 73679

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]



icomplete-vertical-mode when used in combination with
icomplete-in-buffer set to non nil, does not work well, it only shows
the first selection.

Recepie (Order important for first 2 steps):
1. M-: (setq icomplete-in-buffer t) RET
2. M-x icomplete-vertical-mode RET
3. C-x "*scratch*" RET
4. Go to empty place
5. type: de
6. C-M-i
7. Now you should only see as shown in attached ss



[-- Attachment #2: What step 6 looks like --]
[-- Type: image/png, Size: 45780 bytes --]

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

* bug#73679: Follow up
  2024-10-07 14:32 bug#73679: Icomplete vertical mode not working well with icomplete-in-buffer pranshu sharma
@ 2024-10-07 22:20 ` pranshu sharma
  0 siblings, 0 replies; 2+ messages in thread
From: pranshu sharma @ 2024-10-07 22:20 UTC (permalink / raw)
  To: 73679


Ok, so what was happening was that icomplete-prospects-height was set to
2.  Increasing it fixed the problem.

The variable is changed to 25 locally in
icomplete--vertical-minibuffer-setup, but since that isn't called in
buffer completion, the prospect height stays at 2.





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

end of thread, other threads:[~2024-10-07 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 14:32 bug#73679: Icomplete vertical mode not working well with icomplete-in-buffer pranshu sharma
2024-10-07 22:20 ` bug#73679: Follow up pranshu sharma

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).