[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] new fdump structure may affect scripts
From: |
jesus c. meyendriesch |
Subject: |
Re: [RP] new fdump structure may affect scripts |
Date: |
Thu Dec 2 14:57:04 2004 |
User-agent: |
Mutt/1.5.6+20040907i |
Hi,
> Up spake jesus c. meyendriesch:
> > > (frame :number 1 :x 2 :y 3 :width 5 :height 6 :window 24595 :last-access
> > > 5 :dedicated 1)
> > I think it should be last_access instead last-access.
>
> Lisp convention is to use a hypen to separate words, rather than foo_bar
> or camelCase. Or do you have another rationale?
That it not what i meant. If I send the output from fdump to
frestore, I get the error: "ratpoison:frame.c:241: error: Unknown slot
:last_access". Because in frame.c line 234 is last-access wrong. It
should be last_access.
greeting
jesus..