From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: display-pixel-height not working as advertized Date: Tue, 9 Apr 2002 10:43:53 +0300 (IDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1018334893 13500 127.0.0.1 (9 Apr 2002 06:48:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Apr 2002 06:48:13 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16upQK-0003VV-00 for ; Tue, 09 Apr 2002 08:48:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16upQF-00052L-00; Tue, 09 Apr 2002 02:48:07 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16upNM-0004xv-00; Tue, 09 Apr 2002 02:45:08 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id KAA10655; Tue, 9 Apr 2002 10:43:53 +0300 (IDT) X-Sender: eliz@is Original-To: John Wiegley In-Reply-To: Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:508 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:508 On Mon, 8 Apr 2002, John Wiegley wrote: > (display-pixel-height "some.host.com:0.0") should return the X display > height in pixels. Instead, it always returns my own display's height > in characters! > > This seems to be because (framep-on-display "some.host.com:0") always > returns nil. Thanks. Could you please step through frame-on-display and its subroutines, and see why does it return nil?