--- For starters I have a large tiered menu system with many different types of systems in it. I have certain window characteristics based on whether it's a router, server or general purpose machine. I wish to be able to put all of these in macros : router(a.b, a.b.me.net) which could expand to a menu item: + "a.b" exec xterm -sb -sl 1000 -j -ls -n a.b -T a.b -bg DarkSeaGreen -e telnet a.b.me.net Other systems would have other requirements, for instance : system(a.b, a.b, u_at_a.b, a.b.me.net, 80x40) + "a.b" exec xterm -sb -sl 1000 -j -ls -n a.b -T u_at_a.b -bg Purple -geom 80x40 -e ssh a.b.me.net ...or whatever. I might even have xterm() be a macro: xterm() = xterm -sb -sl 1000 -j -ls then I only make changes in one place and common changes are easy to rdist to the different machines I'm on. Thanks for any help offered. -- Craig A. Lemon VE3XCL | University of Waterloo calemon_at_uplink.on.ca | Electrical Engineering http://www.net/~calemon/ | Class of 1997 -- Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to majordomo_at_hpc.uh.edu. To report problems, send mail to fvwm-owner_at_hpc.uh.edu.Received on Tue Oct 07 1997 - 12:59:55 BST
This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:01 BST