[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] [PATCH] frame split enhancement
From: |
Ryan Yeske |
Subject: |
Re: [RP] [PATCH] frame split enhancement |
Date: |
Tue Oct 22 07:57:01 2002 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.91 |
Jay Belanger <address@hidden> writes:
> No, seriously, I got it this time.
>
> > > Well, it isn't working right for me.
> > > I checked out and compiled the latest cvs sources.
> > > At first, the command
> > > split 4 1
> >
> > I meant
> > split 4/1
> > of course.
> >
> > > didn't seem to do anything, but then ratpoison was behaving oddly.
>
> I was right the first time;
> split 4 1
> caused all sort of problems, while
> split 4/1
> and friends did nothing at all.
"split 4 1" is interpreted as "split 4" which means that you want to
make the current window 4 pixels tall.
It looks like the ratios must be < 1. So split 4/1 does nothing.
Also negative values have no effect on ratios.
Ryan
- [RP] [PATCH] frame split enhancement, Dan Aloni, 2002/10/15
- Re: [RP] [PATCH] frame split enhancement, Gergely Nagy, 2002/10/16
- [RP] Re: [PATCH] frame split enhancement, Henrik Enberg, 2002/10/16
- Re: [RP] [PATCH] frame split enhancement, Shawn Betts, 2002/10/18
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/18
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/20
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/20
- Re: [RP] [PATCH] frame split enhancement,
Ryan Yeske <=
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/22
- Re: [RP] [PATCH] frame split enhancement, Shawn Betts, 2002/10/27
- Re: [RP] [PATCH] frame split enhancement, Jay Belanger, 2002/10/28