From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.bugs Subject: RE: set-frame-size for frame without minibuffer loses mode line Date: Tue, 9 Oct 2007 08:28:17 -0700 Message-ID: References: <470B9949.6090609@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191943918 6486 80.91.229.12 (9 Oct 2007 15:31:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2007 15:31:58 +0000 (UTC) Cc: Bug-Gnu-Emacs To: "Jason Rumney" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 09 17:31:57 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IfH19-0001MY-3n for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Oct 2007 17:29:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfH13-0004ne-EM for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Oct 2007 11:29:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfH11-0004nZ-IR for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2007 11:28:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfH0z-0004nN-6k for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2007 11:28:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfH0z-0004nK-0X for bug-gnu-emacs@gnu.org; Tue, 09 Oct 2007 11:28:57 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IfH0t-0004qz-79; Tue, 09 Oct 2007 11:28:51 -0400 Original-Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l99FSlAb013101; Tue, 9 Oct 2007 10:28:47 -0500 Original-Received: from rcsmt250.oracle.com (rcsmt250.oracle.com [148.87.90.195]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id l99FOa1e001731; Tue, 9 Oct 2007 09:28:45 -0600 Original-Received: from dhcp-amer-csvpn-gw1-141-144-64-106.vpn.oracle.com by acsmt351.oracle.com with ESMTP id 3278290091191943694; Tue, 09 Oct 2007 08:28:14 -0700 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <470B9949.6090609@gnu.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16715 Archived-At: > > There is an extra empty line, but there should not be a minibuffer. > > I missed the 4 in C-x 4 d. > > > Is there a Lisp patch I can used to check the fix, or is it in > C sources? > > The patch is in w32term.c, currently only on the EMACS_22_BASE branch. OK, thanks for fixing this, Jason. I will wait until I can get a Windows binary with the fix to check it out.