From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Determining desktop size? Date: Wed, 16 Mar 2005 09:57:38 -0800 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110997262 3512 80.91.229.2 (16 Mar 2005 18:21:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Mar 2005 18:21:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 16 19:21:00 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DBcvh-0002ZH-IV for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2005 19:07:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBdBo-00017g-Qk for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Mar 2005 13:24:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DBdAs-0000xA-O9 for help-gnu-emacs@gnu.org; Wed, 16 Mar 2005 13:23:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DBdAj-0000oy-D1 for help-gnu-emacs@gnu.org; Wed, 16 Mar 2005 13:23:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DBdAi-0000n0-RJ for help-gnu-emacs@gnu.org; Wed, 16 Mar 2005 13:23:08 -0500 Original-Received: from [148.87.122.31] (helo=rgminet02.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1DBctq-0004s6-8u for help-gnu-emacs@gnu.org; Wed, 16 Mar 2005 13:05:42 -0500 Original-Received: from rgminet02.oracle.com (localhost [127.0.0.1]) by rgminet02.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id j2GI5eqQ012396 for ; Wed, 16 Mar 2005 13:05:41 -0500 Original-Received: from rgmsgw300.us.oracle.com (rgmsgw300.us.oracle.com [138.1.186.49]) by rgminet02.oracle.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id j2GHvdo3004943 for ; Wed, 16 Mar 2005 13:00:09 -0500 Original-Received: from rgmsgw300.us.oracle.com (localhost [127.0.0.1]) by rgmsgw300.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id j2GHvdoD011602 for ; Wed, 16 Mar 2005 10:57:39 -0700 Original-Received: from dradamslap (dradams-lap.us.oracle.com [130.35.177.126]) by rgmsgw300.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id j2GHvcs7011592 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) for ; Wed, 16 Mar 2005 10:57:38 -0700 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24886 Subject: Determining desktop size? Not the size of the emacs frame, the size of the whole graphical desktop. Is it possible from elisp? Functions `x-display-pixel-width' and `x-display-pixel-height'. I should have mentioned that the newer names are the same without `x-'. If you want your code to be usable by users of Emacs 20 as well as Emacs 21, then use the "deprecated" names with `x-'; if not, use the new names without it.