unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: emacs-devel@gnu.org
Subject: Re: A bug in tetris
Date: Sun, 19 Aug 2007 17:37:36 +0200	[thread overview]
Message-ID: <yoijsl6filhb.fsf@gamma02.me.chalmers.se> (raw)
In-Reply-To: 7dbe73ed0708190822o5431b2b7m437a1d5073afe55@mail.gmail.com

"Mathias Dahl" <mathias.dahl@gmail.com> writes:

>> Leo <sdl.web@gmail.com> 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  <bojohan@dd.chalmers.se>

	* 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	other threads:[~2007-08-19 15:37 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-18 18:45 A bug in tetris Leo
2007-08-19 15:07 ` Johan Bockgård
2007-08-19 15:22   ` Mathias Dahl
2007-08-19 15:37     ` Johan Bockgård [this message]
2007-08-19 16:00       ` Mathias Dahl
2007-08-19 18:02       ` Leo
2007-08-19 18:27         ` Sven Joachim
2007-08-19 18:52           ` Leo
2007-08-19 22:27         ` Kim F. Storm
2007-08-20  1:30           ` Kenichi Handa
2007-08-20 10:37             ` Kim F. Storm
2007-08-20 18:30             ` Richard Stallman
2007-08-21  8:32               ` Kim F. Storm
2007-08-21 12:08                 ` Kenichi Handa
2007-08-23 12:17                   ` Kenichi Handa
2007-08-23 12:38                     ` Leo
2007-08-21 23:24                 ` Richard Stallman
2007-08-20 15:16         ` Richard Stallman
2007-08-20 17:25           ` Leo
2007-08-19 22:30       ` Richard Stallman
2007-08-19 17:58   ` Leo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoijsl6filhb.fsf@gamma02.me.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).