[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] new fdump structure may affect scripts
From: |
Shawn Betts |
Subject: |
Re: [RP] new fdump structure may affect scripts |
Date: |
04 Dec 2004 12:42:13 -0800 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
"jesus c. meyendriesch" <address@hidden> writes:
> 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.
Hi Jesus,
Thanks. I've made it :last-access in CVS.
-Shawn