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: Emacs geometry Date: Wed, 26 Jul 2006 06:14:23 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1153883681 17470 80.91.229.2 (26 Jul 2006 03:14:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Jul 2006 03:14:41 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 26 05:14:38 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G5Zr0-00043T-WC for ged-emacs-devel@m.gmane.org; Wed, 26 Jul 2006 05:14:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Zr0-0006kN-8i for ged-emacs-devel@m.gmane.org; Tue, 25 Jul 2006 23:14:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Zqp-0006k8-AD for emacs-devel@gnu.org; Tue, 25 Jul 2006 23:14:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Zqn-0006it-DW for emacs-devel@gnu.org; Tue, 25 Jul 2006 23:14:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Zqn-0006in-8p for emacs-devel@gnu.org; Tue, 25 Jul 2006 23:14:21 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5ZsF-0003xt-3b for emacs-devel@gnu.org; Tue, 25 Jul 2006 23:15:51 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-194-141.inter.net.il [83.130.194.141]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id FJC00853 (AUTH halo1); Wed, 26 Jul 2006 06:14:18 +0300 (IDT) Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Tue, 25 Jul 2006 23:29:05 +0200) 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:57649 Archived-At: > From: Ralf Angeli > Date: Tue, 25 Jul 2006 23:29:05 +0200 > > Okay, that matches the description of the `geometry' X resource in > (info "(emacs)Table of Resources"). The description of the --geometry > command line option, however, doesn't mention a different treatment > of initial and following frames: > > ,----[ (info "(emacs)Window Size X") ] > | `-g WIDTHxHEIGHT[{+-}XOFFSET{+-}YOFFSET]]' > | `--geometry=WIDTHxHEIGHT[{+-}XOFFSET{+-}YOFFSET]]' > | Specify the size WIDTH and HEIGHT (measured in character columns > | and lines), and positions XOFFSET and YOFFSET (measured in > | pixels). This applies to all frames. > `---- > > That's probably a documentation bug (unless the option is really > treated this way on X, which I haven't looked up). I think it's a documentation bug, since x-win.el's version of x-handle-geometry handles these 4 parameters exactly the same way as w32-win.el.