0

windows 10 , Emacs 26.1, Icicles

In my init.el

(add-to-list 'load-path "~/.emacs.d/elpa/icicles")
(require 'icicles)
(icy-mode 1)

And when I type the candidates are show on the right side.

enter image description here

Why?

Is it possible to candidates to show ABOVE mini-buffer?

Drew
  • 75,699
  • 9
  • 109
  • 225
a_subscriber
  • 3,854
  • 1
  • 17
  • 47
  • 4
    Possible duplicate of [Prefer vertical splits over horizontal ones](https://emacs.stackexchange.com/questions/39034/prefer-vertical-splits-over-horizontal-ones) – Drew Sep 05 '18 at 17:40
  • 1
    This has nothing to do with Icicles in particular. See option `split-width-threshold` - set it to a large number. – Drew Sep 05 '18 at 17:41
  • I must set not big number. I need to set "split-width-threshold" to nil. If this is nil, ‘split-window-sensibly’ is not allowed to split a window horizontally. This is exact what I need. Thanks. – a_subscriber Sep 06 '18 at 07:20
  • Do you mean that you want the candidates on the left side, with the original buffer on the right? – npostavs Sep 06 '18 at 12:19
  • @npostavs No, I want candidates to show in separate buffer exact above mini-buffer – a_subscriber Sep 06 '18 at 15:37
  • So you want icicle to do horizontal split, but not other commands? – npostavs Sep 06 '18 at 15:45
  • @npostavs I solved the problem by set "split-width-threshold" to nil – a_subscriber Sep 06 '18 at 16:05
  • Oh, I missed that. Your comment saying that above is a bit terse, I suggest turning it into a full answer. – npostavs Sep 06 '18 at 19:07

0 Answers0