|
From: | Lennart Borgman |
Subject: | Minibuffer height problem |
Date: | Sun, 31 Jul 2005 09:46:37 +0200 |
User-agent: | Mozilla Thunderbird 1.0.6 (Windows/20050716) |
(defun test-minibuffer-resizing() (interactive) (let ((prompt " Testing minibuffer window height ================================ This is a several line long prompt. Test this with a window with a smaller heigh. The height should be big enough to hold the whole promp. The minibuffer will not be big enough to show the whole prompt string. Is there maybe a limit on the minibuffer window size? If there is one it is not described in Info (aka Emacs Manual). This is just another paragraph to show the problem ;-) Type Y or N: ")) (y-or-n-p prompt)))
[Prev in Thread] | Current Thread | [Next in Thread] |