emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A bug in tetris


From: Johan Bockgård
Subject: Re: A bug in tetris
Date: Sun, 19 Aug 2007 17:37:36 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

"Mathias Dahl" <address@hidden> writes:

>> Leo <address@hidden> writes:
>>
>> > I just noticed that tetris has a weird look in GNU Emacs 23.0.0.4
>> > (i686-pc-linux-gnu, GTK+ Version 2.10.14) of 2007-07-27. Please see the
>> > screenshot:
>>
>> Looks like you have set line spacing to 1.
>
> Then maybe Tetris and other games should set it to 0 locally?


2007-08-19  Johan Bockgård  <address@hidden>

        * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.



--- gamegrid.el 26 Jul 2007 18:02:08 +0200      1.29
+++ gamegrid.el 19 Aug 2007 17:32:53 +0200      
@@ -386,6 +386,7 @@
 (defun gamegrid-init (options)
   (setq buffer-read-only t
        truncate-lines t
+       line-spacing 0
        gamegrid-display-options options)
   (buffer-disable-undo (current-buffer))
   (gamegrid-initialize-display))


-- 
Johan Bockgård





reply via email to

[Prev in Thread] Current Thread [Next in Thread]