From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Glitches in set-frame-position for E16 Date: Wed, 31 Jul 2013 15:05:33 +0400 Message-ID: <51F8EF7D.8030309@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1375268764 6538 80.91.229.3 (31 Jul 2013 11:06:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2013 11:06:04 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 31 13:06:06 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 1V4UEH-0001Jc-DN for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 13:06:05 +0200 Original-Received: from localhost ([::1]:43826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4UEG-0000VQ-VD for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 07:06:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4UE7-0000M0-KE for emacs-devel@gnu.org; Wed, 31 Jul 2013 07:06:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4UE0-0004g9-CL for emacs-devel@gnu.org; Wed, 31 Jul 2013 07:05:55 -0400 Original-Received: from forward3.mail.yandex.net ([77.88.46.8]:37932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4UDz-0004fi-SV for emacs-devel@gnu.org; Wed, 31 Jul 2013 07:05:48 -0400 Original-Received: from smtp1.mail.yandex.net (smtp1.mail.yandex.net [77.88.46.101]) by forward3.mail.yandex.net (Yandex) with ESMTP id F302DB40B61 for ; Wed, 31 Jul 2013 15:05:41 +0400 (MSK) Original-Received: from smtp1.mail.yandex.net (localhost [127.0.0.1]) by smtp1.mail.yandex.net (Yandex) with ESMTP id 66394AA08FB for ; Wed, 31 Jul 2013 15:05:41 +0400 (MSK) Original-Received: from 114.gprs.mts.ru (114.gprs.mts.ru [213.87.135.114]) by smtp1.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 0IeQ8NaaQh-5eH8kLVk; Wed, 31 Jul 2013 15:05:41 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1375268741; bh=jsAcfsyXRrk3IdIdhZaoAKaMbqlIhI0w3oyfWZtUMUo=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=Gx7I/F39dfnjEeFrGLD8XQRQ2F/v2ioMX2Nk7oaG4hZ8hjromB1MmUIOmgpUSwhg9 SiwR6Wx46To6HfZ9qDQYw6r3VawGU7e0EecSiq0YuKX2hAzqjPmo45VEk3/C1KxTT3 lLQH33zArk1MBUDiiwzjPTSaW1jymAFaJ43VoJuI= Authentication-Results: smtp1.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] [fuzzy] X-Received-From: 77.88.46.8 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:162287 Archived-At: Can someone check whether set-frame-position really works with her/his favorite WM/DE? With my E16, the call to (set-frame-position (selected-frame) 100 100) moves the selected frame to (200, 200), and call to (set-frame-position (selected-frame) -100 -100) moves it to somewhere which is definitely not the place I expect on my 1366x768 screen (1266, 668). Dmitry