On Wed, 5 Oct 2005 19:05:52 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]>
babbled:
> Carsten Haitzler <[EMAIL PROTECTED]> [2005-10-05 11:05]:
> > > If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever
> > > info is emitted by the theme (emission == "debug"), e.g.:
> > >
> > > emit
Carsten Haitzler <[EMAIL PROTECTED]> [2005-10-05 11:05]:
> > If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever
> > info is emitted by the theme (emission == "debug"), e.g.:
> >
> > emit("debug", "blah");
> >
> > When the log file doesn't exist, no debug data will be gathered
On Wed, 5 Oct 2005 00:03:48 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]>
babbled:
> Hi,
> see attached patch.
> If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever
> info is emitted by the theme (emission == "debug"), e.g.:
>
> emit("debug", "blah");
>
> When the log file doesn
Hi,
see attached patch.
If ~/.e/e/logs/debug-border.log exists, it will be filled with whatever
info is emitted by the theme (emission == "debug"), e.g.:
emit("debug", "blah");
When the log file doesn't exist, no debug data will be gathered.
I think this is very useful, since it's more convenient