From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: Re: [drew.adams@oracle.com: set-frame-size for frame without minibuffer loses mode line] Date: Thu, 16 Aug 2007 11:27:27 +0000 (UTC) Message-ID: References: Reply-To: bob@rattlesnake.com NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1187267364 11882 80.91.229.12 (16 Aug 2007 12:29:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 16 Aug 2007 12:29:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 16 14:29:19 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 1ILeTW-0004YO-5g for ged-emacs-devel@m.gmane.org; Thu, 16 Aug 2007 14:29:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILeTV-0001p9-GH for ged-emacs-devel@m.gmane.org; Thu, 16 Aug 2007 08:29:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ILeTM-0001kG-Kb for emacs-devel@gnu.org; Thu, 16 Aug 2007 08:29:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ILeTL-0001iz-7k for emacs-devel@gnu.org; Thu, 16 Aug 2007 08:29:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ILeTK-0001io-Mc for emacs-devel@gnu.org; Thu, 16 Aug 2007 08:29:06 -0400 Original-Received: from cpe-69-204-164-144.nycap.res.rr.com ([69.204.164.144] helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ILeTK-0000Ra-8J for emacs-devel@gnu.org; Thu, 16 Aug 2007 08:29:06 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Thu, 16 Aug 2007 11:27:27 +0000 (UTC) In-reply-to: (message from Richard Stallman on Wed, 15 Aug 2007 21:08:31 -0400) X-Detected-Kernel: Genre and OS details not recognized. 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:76624 Archived-At: Today's GNU Emacs CVS snapshot, Thu, 2007 Aug 16 09:43 UTC GNU Emacs 22.1.50.19 (i686-pc-linux-gnu, GTK+ Version 2.10.13) started with /usr/local/src/emacs/src/emacs -Q On a conventionial Emacs, version 22.1.1 (i386-mingw-nt5.1.2600), distributed by a company that restricts you for other software, Drew Adams reported The dired frame is correctly resized, but an empty extra line appears below the mode line (there is no minibuffer on this frame). This does not happen with my GNU/Linux system with the CVS snapshot; it all works as expected. Specifically, I evaluated the following in *scratch*: (setq pop-up-frames t) (setq minibuffer-frame-alist (cons (quote (minibuffer . only)) minibuffer-frame-alist)) (setq default-frame-alist (cons (quote (minibuffer)) default-frame-alist)) (make-frame minibuffer-frame-alist) Then, C-x 4 d some directory With the dired frame selected: M-: (set-frame-size (selected-frame) 30 40) and Drew reported the problem but I did not see any. Also, I followed his further instructions but the mode line did not disappear. -- Robert J. Chassell GnuPG Key ID: 004B4AC8 bob@rattlesnake.com bob@gnu.org http://www.rattlesnake.com http://www.teak.cc