From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: point-to-frame-pixels? Date: Mon, 20 Jun 2005 23:22:16 +0200 Message-ID: <42B73388.4040005@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1119306404 5089 80.91.229.2 (20 Jun 2005 22:26:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2005 22:26:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 00:26:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DkUit-0004rI-LU for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2005 00:26:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkUpC-00014v-9G for ged-emacs-devel@m.gmane.org; Mon, 20 Jun 2005 18:33:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DkUjt-0007ar-Sw for emacs-devel@gnu.org; Mon, 20 Jun 2005 18:27:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DkUjg-0007Sj-2m for emacs-devel@gnu.org; Mon, 20 Jun 2005 18:27:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DkUjf-0007QT-Gj for emacs-devel@gnu.org; Mon, 20 Jun 2005 18:27:19 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DkUik-00079C-Js for emacs-devel@gnu.org; Mon, 20 Jun 2005 18:26:22 -0400 Original-Received: from [192.168.123.121] (83.249.204.207) by pne-smtpout1-sn2.hy.skanova.net (7.2.059.6) id 42AE9D5C001EBCAE for emacs-devel@gnu.org; Mon, 20 Jun 2005 23:22:16 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org 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:39202 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39202 I am looking for some way to translate from window-point to frame pixels. Is there any function that does this? (It seems to be a basic thing to do, but I have not been able to do this.)