I'm migrating from Ion2 to Ion3 and for some reason
can't get anything but a basic configuration working. 
I'm having different problems with each of the
following 4 scripts, and I'm using ion3-20050116 with
gentoo.


DETACH.LUA
I am confused by this line in the instructions:  "Call
this function once and all transcient windows will be
managed as floating frame in layer 2."  What is "this"
function?  If it is "detach.toggle_floatws", how/where
do I call it with the correct 2 parameters?  If I run 
the lua query (MOD1+F3)
"detach.toggle_floatws(_,true)" I get an error: 
"detach.lua:105: attempt to call method
"l2_set_hidden" (a nil value)


MIN_TABS.LUA
I've tried adding
---------
dopath("min_tabs")
-------------
to my cfg_ion.lua file and I get an error on startup:
"min_tabs.lua:35: attempt to call field "defer" (a nil
value)"



APP.LUA
I've tried adding
----------------
dopath("app")
kpress(MOD1.."Shift+X", "app.byclass('xterm',
'xterm')")
---------------
to my cfg_ion.lua file but Alt+Shift+X does nothing.


WCIRCULATE.LUA
I've tried adding 
-----------
dopath("wcirculate")
ioncore.defbindings("WScreen", {
kpress(MOD1.."Q", 'mod_menu.grabmenu(_, _sub,  
"wcirculate", "Q")'),
})
-----------
to my cfg_ion.lua file but Alt+q does nothing.


Any help would be appreciated.
K


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to