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

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

*Python Output* window-height


From: Rares Vernica
Subject: *Python Output* window-height
Date: Mon, 12 Jun 2006 15:17:29 -0700
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Hi,

I am trying to set a default height for the *Python Output* buffer.

Right now it takes half of my current frame. I would like it to take less.

I tried this:
(add-to-list 'special-display-buffer-names
             '("*Python Output*" (height . 5) (same-frame . t)))

But the buffer still takes half of the current frame.

If I remove (same-frame . t), it will open a new frame, but the hight of the new frame is 5.

Any suggestions?

Thanks,
Ray


reply via email to

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