emacs-devel
[Top][All Lists]
Advanced

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

Re: A bug in tetris


From: Leo
Subject: Re: A bug in tetris
Date: Sun, 19 Aug 2007 19:02:14 +0100
User-agent: Gnus/5.110007 Emacs/23.0.0 (20070727) Fedora 7 (gnu/linux)

On 2007-08-19 16:37 +0100, Johan Bockgård wrote:
> "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))

I am still seeing the same problem with this patch. The default value of
line-spacing is nil which means no extra space.

-- 
Leo <sdl.web AT gmail.com>                         (GPG Key: 9283AA3F)

         Gnus is one component of the Emacs operating system.





reply via email to

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