From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: A bug in tetris Date: Mon, 20 Aug 2007 10:30:00 +0900 Message-ID: References: <7dbe73ed0708190822o5431b2b7m437a1d5073afe55@mail.gmail.com> <87hcmvp3bn.fsf@kfs-lx.testafd.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1187573563 587 80.91.229.12 (20 Aug 2007 01:32:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Aug 2007 01:32:43 +0000 (UTC) Cc: sdl.web@gmail.com, emacs-devel@gnu.org To: storm@cua.dk (Kim F. Storm) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 03:32:42 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IMw8H-0006s6-6T for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 03:32:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMw8G-0002WP-M2 for ged-emacs-devel@m.gmane.org; Sun, 19 Aug 2007 21:32:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMw8C-0002T8-B8 for emacs-devel@gnu.org; Sun, 19 Aug 2007 21:32:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMw8B-0002RO-C1 for emacs-devel@gnu.org; Sun, 19 Aug 2007 21:32:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMw8B-0002R1-5L for emacs-devel@gnu.org; Sun, 19 Aug 2007 21:32:35 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IMw8A-0004oh-B2 for emacs-devel@gnu.org; Sun, 19 Aug 2007 21:32:35 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id l7K1U5CL026153; Mon, 20 Aug 2007 10:30:06 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id l7K1U5xS023081; Mon, 20 Aug 2007 10:30:05 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id l7K1U0wp014303; Mon, 20 Aug 2007 10:30:00 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.67) (envelope-from ) id 1IMw5g-0004c6-I9; Mon, 20 Aug 2007 10:30:00 +0900 In-reply-to: <87hcmvp3bn.fsf@kfs-lx.testafd.dk> (storm@cua.dk) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Detected-Kernel: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:76794 Archived-At: In article <87hcmvp3bn.fsf@kfs-lx.testafd.dk>, storm@cua.dk (Kim F. Storm) writes: > Leo writes: > > I am still seeing the same problem with this patch. The default value of > > line-spacing is nil which means no extra space. > Maybe the newlines in the gamegrid must be marked to not increase > line height by its own: > (propertize "\n" 'line-height t) Isn't it better to make that the default behaviour if a line is not empty? --- Kenichi Handa handa@m17n.org