emacs-devel
[Top][All Lists]
Advanced

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

Minibuffer height problem


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)

The minibuffer does not resize correctly and eventually there are some scrambling of the content in the minibuffer (the last line could be shown a bit up) when the following function is run. I have tested this on w32 with CVS from today.

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





reply via email to

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