[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] new fdump structure may affect scripts
From: |
Joe Corneli |
Subject: |
Re: [RP] new fdump structure may affect scripts |
Date: |
Thu Dec 2 15:05:02 2004 |
> 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.
That OR the other one should be last-access, right?
Joe