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

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

bug#5318: 23.1.90; -batch vs. "Window height 3 too small (after splittin


From: jidanni
Subject: bug#5318: 23.1.90; -batch vs. "Window height 3 too small (after splitting)"
Date: Thu, 07 Jan 2010 03:15:01 +0800

>>>>> "mr" == martin rudalics <rudalics@gmx.at> writes:

mr> Can you verify whether the error occurs in
mr> `bbdb-display-all-records-completely' by omitting all clauses
mr> following the (other-window 1) clause?

Indeed,
$ emacs -batch -eval \
        '(progn(bbdb "." t)(other-window 1))'
...Window height 3 too small (after splitting)

mr> You could also try to replace "progn" by "let ((window-min-height 1))"

Phew, that worked. Thanks.






reply via email to

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