From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: A bug in tetris Date: Mon, 20 Aug 2007 00:27:56 +0200 Message-ID: <87hcmvp3bn.fsf@kfs-lx.testafd.dk> References: <7dbe73ed0708190822o5431b2b7m437a1d5073afe55@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1187562733 9226 80.91.229.12 (19 Aug 2007 22:32:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Aug 2007 22:32:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 20 00:32:10 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 1IMtJZ-00047L-Na for ged-emacs-devel@m.gmane.org; Mon, 20 Aug 2007 00:32:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMtJa-00075H-14 for ged-emacs-devel@m.gmane.org; Sun, 19 Aug 2007 18:32:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IMtFn-0002k2-N6 for emacs-devel@gnu.org; Sun, 19 Aug 2007 18:28:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IMtFm-0002j5-PJ for emacs-devel@gnu.org; Sun, 19 Aug 2007 18:28:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IMtFm-0002ij-EO for emacs-devel@gnu.org; Sun, 19 Aug 2007 18:28:14 -0400 Original-Received: from mail-relay.sonofon.dk ([212.88.64.25]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1IMtFk-00025r-Pl for emacs-devel@gnu.org; Sun, 19 Aug 2007 18:28:13 -0400 Original-Received: (qmail 48795 invoked from network); 19 Aug 2007 22:28:00 -0000 Original-Received: from unknown (HELO kfs-lx.testafd.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 19 Aug 2007 22:28:00 -0000 In-Reply-To: (Leo's message of "Sun\, 19 Aug 2007 19\:02\:14 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Detected-Kernel: FreeBSD 4.6-4.9 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:76784 Archived-At: 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) -- Kim F. Storm http://www.cua.dk