bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#43572: Feature request: make it possible to choose whether the first


From: Gregory Heytings
Subject: bug#43572: Feature request: make it possible to choose whether the first lines of the minibuffer should be displayed instead of the last ones
Date: Fri, 25 Sep 2020 18:31:42 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)


A simple recipe to demonstrate the problem:

emacs -Q

(let (w bd)
  (setq w 60)
  (setq bd (concat (temporary-file-directory) (make-string w ?a) "/"))
  (dolist (d '("a" "b" "c" "d" "e")) (make-directory (concat bd d) t))
  (setq default-directory bd)
  (set-frame-height nil 20)
  (set-frame-width nil (+ (length bd) 10))
  (icomplete-mode)
  (setq icomplete-separator "\n")
  (call-interactively 'insert-file))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]