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: C-h k problem for F2 (and something about -geometry and -Q) Date: Sun, 13 May 2007 06:29:03 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1179026954 22457 80.91.229.12 (13 May 2007 03:29:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 May 2007 03:29:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eric Lilja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 13 05:29:13 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hn4lk-0007oO-Nf for ged-emacs-devel@m.gmane.org; Sun, 13 May 2007 05:29:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hn4tL-0007A7-RD for ged-emacs-devel@m.gmane.org; Sat, 12 May 2007 23:37:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hn4tI-0007A2-RH for emacs-devel@gnu.org; Sat, 12 May 2007 23:37:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hn4tG-00079q-RN for emacs-devel@gnu.org; Sat, 12 May 2007 23:36:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hn4tG-00079n-Nt for emacs-devel@gnu.org; Sat, 12 May 2007 23:36:58 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hn4le-00026A-NS for emacs-devel@gnu.org; Sat, 12 May 2007 23:29:06 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-200-202.inter.net.il [84.228.200.202]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CON70895 (AUTH halo1); Sun, 13 May 2007 06:29:01 +0300 (IDT) In-reply-to: (message from Eric Lilja on Sun, 13 May 2007 00:08:34 +0200) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:70944 Archived-At: > From: Eric Lilja > Date: Sun, 13 May 2007 00:08:34 +0200 > > Hello, using the following emacs: > GNU Emacs 22.0.99.1 (i386-mingw-nt5.1.2600) of 2007-04-24 on MINDCOOLER > > Starting emacs with: > $ emacs -Q > > Well, actually, emacs in my system is an alias: > alias emacs='emacs -geometry 125x70+0+0' > but when I give it -Q something happens to the geometry parameter > because the window has the proper width but is too large vertically. > Larger than what fits on my 1280*1024 LCD. I cannot reproduce this, but I tried with 125x30+0+0, as my monitor is too small for 70-lines frame. Does it work for you with other geometry parameters, or is the size wrong no matter what geometry you use? Also, what version of Windows is that? Mine is XP SP2.