From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Newsgroups: gmane.emacs.help Subject: Re: How do I get the window height in lines, taking in account line-spacing? Date: Wed, 06 Aug 2014 17:56:50 +0400 Message-ID: <86vbq5yb4t.fsf@yandex.ru> References: <53DF7885.8000907@yandex.ru> <87oaw08hlj.fsf@web.de> <86d2cg3y3x.fsf@yandex.ru> <86wqank8zq.fsf@yandex.ru> <877g2nw3qd.fsf@web.de> <86k36nb0ge.fsf@yandex.ru> <87vbq7unx1.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1407333462 25353 80.91.229.3 (6 Aug 2014 13:57:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Aug 2014 13:57:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Heerdegen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 06 15:57:37 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XF1iW-0000uG-30 for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Aug 2014 15:57:24 +0200 Original-Received: from localhost ([::1]:39279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF1iR-0002KQ-Ky for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Aug 2014 09:57:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF1iC-0002KI-Nu for help-gnu-emacs@gnu.org; Wed, 06 Aug 2014 09:57:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XF1i7-0004Ay-AR for help-gnu-emacs@gnu.org; Wed, 06 Aug 2014 09:57:04 -0400 Original-Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:35857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF1i7-0004Am-2g for help-gnu-emacs@gnu.org; Wed, 06 Aug 2014 09:56:59 -0400 Original-Received: by mail-la0-f49.google.com with SMTP id hz20so2021871lab.36 for ; Wed, 06 Aug 2014 06:56:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=4ccEjU5iJiuSg5ATDngjMKeWHPd2IpH57yIq5h5EPzw=; b=AE4gSMdFdH6Vk7Up4bZd0Ut8m5Slr+wqPDg16ei5Z7NuzlWK7EqY1GM0S9CdZzjPVw 3aqM7DJgBosd1hlyAi6E3nL6vKezGO2VPgmNcqxdJaPzqqFPpIPPtNteA7wVTAiHRGCb H+asZcOlCG1CoPt61BzoND62+HfNEI5/LuCsBSGc0Agsev4/Vwc4wByokcn1MHElUh3z TqX7NWFPM3YTh18ep6Osi1IM3Z+j47GY5g7pK9BJdvnS4rs7VK64gfArmoBlX/aayukU DKCm5VdhGCAPTwTqi4T+mSOvPV4iamphRPyv8KHqAc8v0/+tY9ILtSFqlhXffzasAtOq 3tbw== X-Received: by 10.152.207.76 with SMTP id lu12mr11587490lac.49.1407333417732; Wed, 06 Aug 2014 06:56:57 -0700 (PDT) Original-Received: from axl (v-2-eu19-d3962-07.webazilla.com. [78.140.151.7]) by mx.google.com with ESMTPSA id v8sm542729lae.4.2014.08.06.06.56.55 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 06 Aug 2014 06:56:56 -0700 (PDT) In-Reply-To: <87vbq7unx1.fsf@web.de> (Michael Heerdegen's message of "Tue, 05 Aug 2014 14:22:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99097 Archived-At: Michael Heerdegen writes: > `line-pixel-height'? Hmm, guess I could use that. Eli has fixed the problem with `window-screen-lines', though (http://debbugs.gnu.org/18195), so I went with that.