comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDLWAVE Screen Split
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDLWAVE Screen Split [message #54821 is a reply to message #54700] Wed, 11 July 2007 10:35 Go to previous message
mankoff is currently offline  mankoff
Messages: 131
Registered: March 2004
Senior Member
On Jul 10, 12:26 pm, mankoff <mank...@gmail.com> wrote:
> Hi JD,
>
> I'd like to have the IDLWAVE shell (Ctrl+C,S) not spit the screen in
> half, but perhaps in a 2:1 ratio or so. I've scanned the documentation
> but couldn't find the command to do this. I'm guessing it is either
> "idlwave-shell-frame-parameters" or "idlwave-shell-mode-hook" but
> don't know what to do beyond that.
>
> Thanks,
>
> -k.

So, I realized this is not an IDLWAVE thing but an emacs thing in
general, and therefore a bit offtopic. I figured out a solution and
will post here just in case anyone cares...

I've created a custom screen split function that gives me an 8 line
lower buffer rather than a 50/50 split.

(defun mysplit
()

(interactive)
(setq split-
window
(split-window nil (- (window-height)
8))
)
)
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: MOD43B3 Col.4 Processing. unexpected error message. why?
Next Topic: Extrude keyword

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 18:39:44 PDT 2025

Total time taken to generate the page: 0.00448 seconds