> On Thu, Jun 17, 1999 at 09:02:16PM -0500, kh6_at_cec.wustl.edu wrote:
> > On Thu, 17 Jun 1999, Mark Anderson wrote:
> > 
> > >Fellow Virtual Window Manager users,
> > >
> > >I recently switched from 2.0.43 to 2.2.2
> > >Now when I use my bindings for switching focus bewteen windows, there is a full second pause between the raise and the focus change for a window.
> > >
> > >This is extremely annoying, does anyone have any ideas for me to check?
> > >
> > >Key Tab		A	M	Next [!iconic CurrentScreen CurrentDesk] circ
> > >Key Tab		A	SM	Prev [!iconic CurrentScreen CurrentDesk] circ
> > >Key Tab		A	C	Next [CurrentScreen CurrentDesk] circ
> > >Key Tab		A	SC	Prev [CurrentScreen CurrentDesk] circ
> > >
> > >AddToFunc Circ
> > >+ "I" Focus
> > >+ "I" Raise
> > >
> > 
> > This is because you would be better off using
> > 
> > AddToFunc Circ "I" Focus
> > + "I" Raise
> > 
> > or if you are fussy about style (like I am)
> > 
> > AddToFunc \
> >   "I" Focus
> > + "I" Raise
> > 
> > Either of these should fix your problem.
> 
> Why?
> 
> Dominik
> 
FVWM Experts,
Does anyone know the answer to this question?
Why does an empty line on the AddToFunc line cause a large delay?
If I had a preprocessor creating these files, and selecting from a 
predefined set of commands to put in the function, I find it simpler,
and IMHO elegant to define the function that will be modified without 
tacking the definition onto the same line.
For menus at least a title definition makes sense on the first line.
Mark
> 
> -- 
> Dominik Vogt, Hewlett-Packard GmbH, Dept. BVS
> Herrenberger Str.130, 71034 Boeblingen, Germany
> phone: 07031/14-4596, fax: 07031/14-3883, dominik_vogt_at_hp.com
> --
> Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to majordomo_at_fvwm.org.
> To report problems, send mail to fvwm-owner_at_fvwm.org.
> 
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Jun 23 1999 - 12:12:14 BST