* Daniel Burrows wrote:
>   Before the recent change to the configuration format, I had the following 
> in 
> ~/.ion3/cfg_sp.lua:
> 
> kpress(MOD1.."grave", "mod_sp.toggle_on(_)"),
> 
>   This worked great.  Following the directions in NEWS.Debian, I changed this 
> to:
> 
> kpress(MOD1.."grave", "mod_sp.set_shown(_, 'toggle')")

kpress(MOD1.."grave", "mod_sp.set_shown_on(_, 'toggle')"),

shoud work.

>   I finally tried the sample configuration in /etc/X11, which contains this 
> line:
> 
> kpress(MOD1.."grave", "mod_sp.set_shown_on(_, 'toggle')"),
>
> However, this produced the following error from ion3:

Works for me. Could you send me your ~/.ion3/ directory?

Norbert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to