unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Minibuffer height problem
@ 2005-07-31  7:46 Lennart Borgman
  2005-07-31 15:16 ` Juanma Barranquero
  2005-08-01  0:46 ` Richard M. Stallman
  0 siblings, 2 replies; 10+ messages in thread
From: Lennart Borgman @ 2005-07-31  7:46 UTC (permalink / raw)


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

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

end of thread, other threads:[~2005-08-01 16:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-31  7:46 Minibuffer height problem Lennart Borgman
2005-07-31 15:16 ` Juanma Barranquero
2005-07-31 15:33   ` Lennart Borgman
2005-07-31 15:55     ` Juanma Barranquero
2005-08-01 14:19     ` Richard M. Stallman
2005-08-01 15:08       ` Lennart Borgman
2005-08-01  0:46 ` Richard M. Stallman
2005-08-01  1:25   ` Lennart Borgman
2005-08-01 16:46     ` Richard M. Stallman
2005-08-01 16:46     ` Richard M. Stallman

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