Missing scores file in Snake

Bug #830632 reported by Baptiste Fontaine
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
emacs23 (Ubuntu)
Confirmed
Undecided
Unassigned
emacs24 (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

When finished playing the snake game that is included in Emacs23, it tries to update a non-existing scores file. The error message is:
Failed to access scores file: No such file or directory.

The problem can be fixed by adding these lines to .emacs:
(setq snake-score-file
    "~/.emacs.d/snake-scores")

This bug is similar to bug #577914 (Missing scores file in Tetris).

System:
Ubuntu 11.04
Emacs Version: 23.2.1

Tags: trusty
Revision history for this message
Hans Joachim Desserud (hjd) wrote :

Thanks for reporting.

While testing I found that this issue is still present in emacs23, even the version available in 14.04. However, the score file is created and behaves as expected in emacs24 24.5+1-6ubuntu1 on Ubuntu 16.04. I skimmed through the changelog, but didn't find any explicit reference to what fixed it, so I am unsure what or if a patch could be made and applied to older releases.

Changed in emacs24 (Ubuntu):
status: New → Fix Released
Changed in emacs23 (Ubuntu):
status: New → Confirmed
description: updated
tags: added: trusty
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.