From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: x-display-pixel-width/height inconsistency Date: Fri, 5 Jul 2013 08:30:01 -0700 (PDT) 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 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1373038219 24644 80.91.229.3 (5 Jul 2013 15:30:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jul 2013 15:30:19 +0000 (UTC) Cc: martin rudalics , YAMAMOTO Mitsuharu , Emacs developers To: Juanma Barranquero , =?utf-8?B?SmFuIERqw6Rydg==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 05 17:30:17 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 1Uv7xf-0007wE-SI for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 17:30:15 +0200 Original-Received: from localhost ([::1]:48113 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv7xf-0004qk-B3 for ged-emacs-devel@m.gmane.org; Fri, 05 Jul 2013 11:30:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38871) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv7xZ-0004pZ-HY for emacs-devel@gnu.org; Fri, 05 Jul 2013 11:30:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uv7xY-0007iW-0G for emacs-devel@gnu.org; Fri, 05 Jul 2013 11:30:09 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:45922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uv7xX-0007iF-Pi for emacs-devel@gnu.org; Fri, 05 Jul 2013 11:30:07 -0400 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r65FU40Q004035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 5 Jul 2013 15:30:05 GMT Original-Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r65FU3Cc008714 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Jul 2013 15:30:04 GMT Original-Received: from abhmt104.oracle.com (abhmt104.oracle.com [141.146.116.56]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r65FU32g008705; Fri, 5 Jul 2013 15:30:03 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.7 (607090) [OL 12.0.6668.5000 (x86)] X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:161597 Archived-At: > > This is also a W32:ism, as other systems allow moving of frames without > > using the caption >=20 > On Windows it is perfectly possible to move a "frame" without the > mouse, using keyboard shortcuts, even if it is outside the screen. But > I bet many users don't remember how to do it. If this is a problem then just provide an Emacs command to do it. Not a big deal: Let the user choose the frame (e.g., by name). If it is off-screen then move it on-screen.