On Tuesday 29 March 2005 04:45 pm, Norbert Tretkowski wrote:
> * 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?

  I was wrong about my current configuration.  I was right about what I 
thought it was, but what I actually did was copy the sample configuration and 
uncomment the appropriate line, and the sample configuration is missing a 
comma:

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

  Daniel

-- 
/------------------- Daniel Burrows <[EMAIL PROTECTED]> ------------------\
|        "Note that fires are not restricted to dormitories.                |
|         Indeed, fire can occur in off-campus residences as well."         |
|          -- Brown University Fire Safety Guide                            |
\--------------------- A duck! -- http://www.python.org --------------------/

Attachment: pgpEU40XAFnWT.pgp
Description: PGP signature

Reply via email to