From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: frame parameters user-size and user-position Date: Sun, 29 May 2005 08:04:24 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117369999 10064 80.91.229.2 (29 May 2005 12:33:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 May 2005 12:33:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 29 14:33:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DcMyU-0008DJ-DL for ged-emacs-devel@m.gmane.org; Sun, 29 May 2005 14:33:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcN38-0007ox-Qi for ged-emacs-devel@m.gmane.org; Sun, 29 May 2005 08:37:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DcMio-0006aV-O2 for emacs-devel@gnu.org; Sun, 29 May 2005 08:16:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DcMin-0006Zy-Ks for emacs-devel@gnu.org; Sun, 29 May 2005 08:16:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcMhH-0005mH-I3 for emacs-devel@gnu.org; Sun, 29 May 2005 08:15:15 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DcMYi-0002lc-Nr for emacs-devel@gnu.org; Sun, 29 May 2005 08:06:24 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DcMWm-0006x5-Ki; Sun, 29 May 2005 08:04:24 -0400 Original-To: "Drew Adams" In-reply-to: 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:37851 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37851 I don't see `user-size' documented anywhere (e.g. Info (elisp)), but I see it used in these files: faces.el, frame.el, mac-win.el, w32-win.el, x-win.el, and frame.c. If it is similar to `user-position', shouldn't it be documented? Thanks. I will document it. Would it be possible (after the release) to have Emacs update these frame parameters whenever a user repositioned or resized a frame (e.g. using the mouse)? That is, could we perhaps use these parameters to _indicate_ whether the user has repositioned or resized a frame (even if the indication is not 100% reliable)? It might be a good idea, but we can think about it later.