[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] Re: bugs?
From: |
shawn |
Subject: |
Re: [RP] Re: bugs? |
Date: |
Tue Oct 9 22:43:11 2001 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.105 |
Mike Meyer <address@hidden> writes:
> bind T exec ratpoison -c vsplit -c vsplit -c vsplit -c focusright -c
> focusright -c vsplit -c focusright -c vsplit -c focusright -c focusright -c
> hsplit -c focusdown -c remove
>
> That reliably leaves the lower right-hand corner out of the frame list.
Now THAT'S a bug report! Ok, bug has been identified...fixing...
> I haven't had any look recreating the problem with windows raising
> themselves and moving the focus :-(. Is there some technic to allow me
> to capture a window of output from a debug build of rp, without having
> to capture it all? If so, I'd leave that running and grab it when I
> noticed the problem.
I'm pretty sure I know why this is...just don't have time what with
silly school assignments and junk.
as for debug output, here's my .xinitrc:
xmodmap ~/alt+meta.xmodmap
xrdb -merge ~/.Xresources
if [ $# -gt 0 ]; then
$1
else
/home/sabetts/src/ratpoison/src/ratpoison 1>/tmp/rplog 2>&1
fi
then /tmp/rplog contains all ratpoison output. When a problem arises I
open the file and start reading...I assume that if you empty the file
periodically the debug output will still accumulate:
$ >/tmp/rplog
should empty it...