From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Missing explanation of WINDOW in window-height Date: Sun, 14 Jan 2007 16:24:03 +0100 Message-ID: <45AA4B13.6050605@gmail.com> References: <45AA2F5B.3040102@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168884986 2819 80.91.229.12 (15 Jan 2007 18:16:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Jan 2007 18:16:26 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 15 19:16:24 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 1H6Vat-0002vn-QC for ged-emacs-devel@m.gmane.org; Mon, 15 Jan 2007 18:26:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H67Do-0002CC-PM for ged-emacs-devel@m.gmane.org; Sun, 14 Jan 2007 10:24:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H67Dd-0002C0-LC for emacs-devel@gnu.org; Sun, 14 Jan 2007 10:24:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H67Da-0002BI-1S for emacs-devel@gnu.org; Sun, 14 Jan 2007 10:24:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H67DZ-0002BF-SE for emacs-devel@gnu.org; Sun, 14 Jan 2007 10:24:21 -0500 Original-Received: from [80.76.149.212] (helo=ch-smtp01.sth.basefarm.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H67DZ-0001nw-ED for emacs-devel@gnu.org; Sun, 14 Jan 2007 10:24:21 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:63313 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1H67DX-0001nZ-60; Sun, 14 Jan 2007 16:24:20 +0100 User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Original-To: Juanma Barranquero In-Reply-To: X-Antivirus: avast! (VPS 0703-0, 2007-01-13), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1H67DX-0001nZ-60. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1H67DX-0001nZ-60 7a0557cf26828f4485f2d9e3e2af5987 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:65208 Archived-At: Juanma Barranquero wrote: > On 1/14/07, Lennart Borgman (gmail) wrote: > >> This parameter is not explained in the doc string. > > ??? > > window-height is a built-in function in `C source code'. > (window-height &optional window) > > Return the number of lines in WINDOW (including its mode line). Sorry ;-) -- I meant that the default value was not mentioned. But maybe that is ok since it of course is the selected window.