From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Trunk emacs infelicity with linum mode Date: Tue, 09 Sep 2014 16:13:21 +0300 Message-ID: <83mwa9aqdq.fsf@gnu.org> References: <87zjeix7hg.fsf@glaurung.internal.golden-gryphon.com> <838um1gar9.fsf@gnu.org> <87ppfdyhpf.fsf@glaurung.internal.golden-gryphon.com> <8361h5g7mv.fsf@gnu.org> <87zjehw5cs.fsf@glaurung.internal.golden-gryphon.com> <834mwog0u0.fsf@gnu.org> <87wq9kd5y3.fsf@glaurung.internal.golden-gryphon.com> <83oauve75i.fsf@gnu.org> <87lhpxaopi.fsf@glaurung.internal.golden-gryphon.com> <83vbp1deta.fsf@gnu.org> <540ACB6A.5020402@gmx.at> <540AED8A.9030000@gmx.at> <83ha0jcv31.fsf@gnu.org> <540C9F76.2020606@gmx.at> <831trncjhf.fsf@gnu.org> <540D7793.6010704@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1410268420 21035 80.91.229.3 (9 Sep 2014 13:13:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2014 13:13:40 +0000 (UTC) Cc: srivasta@ieee.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 09 15:13:33 2014 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 1XRLEi-00080l-4u for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2014 15:13:32 +0200 Original-Received: from localhost ([::1]:49642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRLEh-0004OP-CL for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2014 09:13:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRLEX-0004LW-Qx for emacs-devel@gnu.org; Tue, 09 Sep 2014 09:13:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XRLEP-0003im-Q4 for emacs-devel@gnu.org; Tue, 09 Sep 2014 09:13:21 -0400 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:33768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XRLEP-0003hm-Iz for emacs-devel@gnu.org; Tue, 09 Sep 2014 09:13:13 -0400 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NBM00800XPZGJ00@mtaout26.012.net.il> for emacs-devel@gnu.org; Tue, 09 Sep 2014 16:11:07 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NBM0099IXYIIC00@mtaout26.012.net.il>; Tue, 09 Sep 2014 16:11:07 +0300 (IDT) In-reply-to: <540D7793.6010704@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 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:174104 Archived-At: > Date: Mon, 08 Sep 2014 11:32:03 +0200 > From: martin rudalics > CC: srivasta@ieee.org, emacs-devel@gnu.org > > > On Windows it's because the new frame's dimensions are already correct > > (not 10x10) when adjust_frame_size is called. > > The only way to change the coordinates from 10x10 to something else is > via adjust_frame_size. You are welcome to step through x_create_frame on Windows, after typing "C-x 5 2", and see how it avoids that.