Re: function oddity

2007-07-12 Thread Dominik Vogt
On Thu, Jul 12, 2007 at 03:41:38PM +1000, Scott Smedley wrote: I need confirmation I'm not crazy. This works ok (substitute rxvt for xterm if appropriate): AddToFunc fn I Exec exec rxvt $* fn -e sleep 4 this is ok too: AddToFunc fn3 I Test (x rxvt) Exec exec rxvt $* fn3 -e sleep 4

Documentation for new command?

2007-07-12 Thread Dominik Vogt
I've just committed the new command EchoFuncDefinition which prints a function definition to the console (useful for debugging functions). But I've no idea what I have to do to write the documentation (I daid that I would be unable to write documentation if it's scattered over several files,

Re: function oddity

2007-07-12 Thread Dominik Vogt
On Thu, Jul 12, 2007 at 10:16:32AM +0200, Viktor Griph wrote: On Thu, 12 Jul 2007, Dominik Vogt wrote: On Thu, Jul 12, 2007 at 03:41:38PM +1000, Scott Smedley wrote: I need confirmation I'm not crazy. This works ok (substitute rxvt for xterm if appropriate): AddToFunc fn I Exec exec

Re: Documentation for new command?

2007-07-12 Thread seventh guardian
Hello Dominik, On 7/12/07, Dominik Vogt [EMAIL PROTECTED] wrote: I've just committed the new command EchoFuncDefinition which prints a function definition to the console (useful for debugging functions). Nice addition, it should be useful. But I've no idea what I have to do to write the

CVS renato: Broke COMMANDS into multiple lines for better reading

2007-07-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/07/12 06:03:23 Modified files: doc: ChangeLog doc/commands : Makefile.am doc/fvwm : userFunctions.xml Added files: doc/commands : EchoFuncDefinition.xml Log

CVS renato: Correct the commit date

2007-07-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: renato 07/07/12 06:09:50 Modified files: doc: ChangeLog Log message: Correct the commit date

Re: Documentation for new command?

2007-07-12 Thread Viktor Griph
On Thu, 12 Jul 2007, seventh guardian wrote: About the doc page creation, it seemed simple at first, but I had to search hard for the relevant info. Maybe a clearer how-to should be created? This is the first time I'm creating a manual entry, so here are my steps: 1. enter doc/commands 2. copy

Re: Documentation for new command?

2007-07-12 Thread seventh guardian
On 7/12/07, Viktor Griph [EMAIL PROTECTED] wrote: On Thu, 12 Jul 2007, seventh guardian wrote: About the doc page creation, it seemed simple at first, but I had to search hard for the relevant info. Maybe a clearer how-to should be created? This is the first time I'm creating a manual entry,

CVS griph: * add EchoFuncDefinition to non-docbook-generated html files

2007-07-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 07/07/12 06:34:44 Modified files: doc: allCommands.html groupedCommands.html ChangeLog doc/util : cmds.txt Log message: * add EchoFuncDefinition to non-docbook-generated html files

Re: Window-handling keybindings don't work when using WindowList

2007-07-12 Thread Mads N Noe
Problem found: The window buttons are not a part of the window title. So the WT context in the keybindings I used should be extended to include the visible buttons, in my case WT1246. -- Mads N Noe On Sun, Jul 08, 2007 at 04:01:18PM +0200, Mads N Noe wrote: I have narrowed the problem:

CVS scott: fix cutpaste error.

2007-07-12 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: scott 07/07/12 09:43:16 Modified files: doc: ChangeLog Makefile.am groupedCommands.html Log message: fix cutpaste error. Allow make to check build dependencies (of .html files) properly.