all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* *Python Output* window-height
@ 2006-06-12 22:17 Rares Vernica
  2006-06-12 23:02 ` Peter Dyballa
       [not found] ` <mailman.2844.1150153384.9609.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Rares Vernica @ 2006-06-12 22:17 UTC (permalink / raw)


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

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

* Re: *Python Output* window-height
  2006-06-12 22:17 *Python Output* window-height Rares Vernica
@ 2006-06-12 23:02 ` Peter Dyballa
       [not found] ` <mailman.2844.1150153384.9609.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Dyballa @ 2006-06-12 23:02 UTC (permalink / raw)



Am 13.06.2006 um 00:17 schrieb Rares Vernica:

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

There are more such output containing buffers, and all waste half of  
the frame! There should be an easy way to reduce their usually  
ridiculous height.

--
Greetings

   Pete

Behold the warranty ... the bold print giveth and the fine print  
taketh away.

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

* Re: *Python Output* window-height
       [not found] ` <mailman.2844.1150153384.9609.help-gnu-emacs@gnu.org>
@ 2006-06-12 23:17   ` Bastien
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2006-06-12 23:17 UTC (permalink / raw)


Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 13.06.2006 um 00:17 schrieb Rares Vernica:
>
>> 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.
>
> There are more such output containing buffers, and all waste half of
> the frame! There should be an easy way to reduce their usually
> ridiculous height.

Waiting for some general solution, you could always press `C-x -' in
the ouput buffer:

,----[ shrink-window-if-larger-than-buffer ]
| Command: Shrink the WINDOW to be as small as possible to display its
| contents.
`----

-- 
Bastien

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

end of thread, other threads:[~2006-06-12 23:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-12 22:17 *Python Output* window-height Rares Vernica
2006-06-12 23:02 ` Peter Dyballa
     [not found] ` <mailman.2844.1150153384.9609.help-gnu-emacs@gnu.org>
2006-06-12 23:17   ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.