From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.bugs Subject: display-pixel-height not working as advertized Date: Mon, 08 Apr 2002 04:10:05 -0700 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1018278001 28772 127.0.0.1 (8 Apr 2002 15:00:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 8 Apr 2002 15:00:01 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16uaci-0007Tq-00 for ; Mon, 08 Apr 2002 17:00:00 +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 16uYFM-0000Ww-00; Mon, 08 Apr 2002 08:27:44 -0400 Original-Received: from mail.gci-net.com ([216.183.68.100] helo=gci-net.com) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16uX2i-0003TQ-00 for ; Mon, 08 Apr 2002 07:10:36 -0400 Original-Received: from [216.183.69.149] (HELO aris) by gci-net.com (CommuniGate Pro SMTP 3.5b8) with ESMTP id 518605 for bug-gnu-emacs@gnu.org; Mon, 08 Apr 2002 03:56:29 -0700 Original-Received: from johnw by aris with local (Exim 3.35 #1 (Debian)) id 16uX2D-0006h6-00 for ; Mon, 08 Apr 2002 04:10:05 -0700 Original-To: bug-gnu-emacs@gnu.org 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:494 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:494 This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English, because the Emacs maintainers do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list, and to the gnu.emacs.bug news group. In GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-22 on raven, modified by Debian configured using `configure i386-debian-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --with-x=yes --with-x-toolkit=athena --without-gif' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: (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. (x-display-pixel-height "some.host.com:0.0") returns what I expect. John