From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: x-display-pixel-width/height inconsistency Date: Fri, 5 Jul 2013 17:53:52 +0200 Message-ID: References: <83vc6tcqss.fsf@gnu.org> <83haibdipo.fsf@gnu.org> <837gj7co0l.fsf@gnu.org> <8338tvcjlp.fsf@gnu.org> <83wqr7b3h6.fsf@gnu.org> <51D12678.5090806@gmx.at> <51D2ADAA.9000805@gmx.at> <51D2D180.6050002@gmx.at> <51D3EE69.9080808@gmx.at> <51D41CA2.8000206@gmx.at> <51D541B6.1000908@gmx.at> <8F67C4E1-0640-4912-A73B-1B120C8E8F0B@swipnet.se> <7B61DAF3-584E-44B1-8CA7-D6B0CEF83E7A@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1373039680 8152 80.91.229.3 (5 Jul 2013 15:54:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jul 2013 15:54:40 +0000 (UTC) Cc: martin rudalics , =?UTF-8?Q?Jan_Dj=C3=A4rv?= , YAMAMOTO Mitsuharu , Emacs developers To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 05 17:54:41 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uv8LJ-00063L-1G for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 17:54:41 +0200 Original-Received: from localhost ([::1]:55451 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv8LI-0004hC-NP for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 11:54:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46873) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv8LE-0004h6-QM for emacs-devel@gnu.org; Fri, 05 Jul 2013 11:54:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uv8LB-0000Aq-Ny for emacs-devel@gnu.org; Fri, 05 Jul 2013 11:54:36 -0400 Original-Received: from mail-ie0-x236.google.com ([2607:f8b0:4001:c03::236]:33134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv8LB-0000AW-GF for emacs-devel@gnu.org; Fri, 05 Jul 2013 11:54:33 -0400 Original-Received: by mail-ie0-f182.google.com with SMTP id s9so5661127iec.41 for ; Fri, 05 Jul 2013 08:54:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Ak3Kt9AQEJ+e0kQfgCMMPLeS9yYt9pVBcdePOssJ6j8=; b=NMkxto28X6i9vUhq9VWKpCYhxoJQEkOf7fyok+4J5RrwrWflKcJkQqcyUIsYnOtQ4e H9vW7yAyeEc+OJh2ExLmZUHBBep1FNM36WBlsoI4gjD67TD/ArdqvwOoMl+5uIZb52Lw 1M3JF4p1rPkDd1iE1SrEFlHfzHiHZYY7HGZCwsohSlT+ktXbd3PmH1bupjHSDOjy9S0z 0YfHdYWpKow5+5HqAmOC9g+gz8gI/87coWltLShOae1l21gS7roi31lI9OCyweaSNaB7 GGoK7lKydqNwNcXx7ZVDjMCC7/ueC4SNyQJAbu89Io72VbAbY8BzrrL61mA44uPpJxWr qW3g== X-Received: by 10.50.77.80 with SMTP id q16mr28689263igw.3.1373039672903; Fri, 05 Jul 2013 08:54:32 -0700 (PDT) Original-Received: by 10.64.250.7 with HTTP; Fri, 5 Jul 2013 08:53:52 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::236 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161603 Archived-At: On Fri, Jul 5, 2013 at 5:30 PM, Drew Adams wrote: > If it is off-screen then move it on-screen. Just detecting if it is off-screen isn't trivial with multiple monitor. By using three of them side-by-side but not perfectly aligned, it would be possible to have a window (an Emacs frame) that is visible, and yet has its four corners outside any monitor's displaying area. Anyway, I'm against adding a command to move a frame on-screen. As part of automatic restoration, perhaps, because restoration does not require user interaction. But if a frame is off-screen and the user wants it on-screen, please dear user, learn to use Windows more effectively. J