Adrian Aichner wrote:
>> > * gamegrid.el (gamegrid-add-score): Fix loss of scores
with
>> > non-octal digits.
>> > * tetris.el (tetris-score-file): Default to (temp-directory), not
>> > "/tmp".
>>
>> Only the ChangeLog of this change is commited (by accident).
>>
>> I'm waiting for Glynn to review this change.
>
> Oops; I can't seem to find the patches. Can someone send them to me?
Hi Glynn, here it is:
From: Adrian Aichner <adrian(a)xemacs.org>
Subject: [PATCH] packages: Emergency (:-) fixes for gamegrid and tetris
To: XEmacs Patches <xemacs-patches(a)xemacs.org>,
Glynn Clements <glynn.clements(a)virgin.net>
Is that still my recorded email address? That would explain why I
never saw it. Can someone change it to the
plus.com address?
Anybody who does play tetris and wonders why they can't get
their
score beyond 04799 or 07999, here's why.
The sorting fix seems reasonable enough.
The default location of the score file was intended for a shared high
score list (based on trust; the usual approach of setgid "games" won't
work for elisp). If $TMPDIR is set, (temp-directory) will be
user-specific.
If it's changed to a user-specific file, it should probably be
~/.xemacs/tetris-scores or ~/.tetris-scores.
--
Glynn Clements <glynn(a)gclements.plus.com>