From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: How To Resize Window To Specific Size ?? Date: Thu, 26 Aug 2004 06:57:49 +0300 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <01c48b21$Blat.v2.2.2$0024a640@zahav.net.il> References: <1093482004.429380@sj-nntpcache-5> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1093493036 23967 80.91.224.253 (26 Aug 2004 04:03:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Aug 2004 04:03:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 26 06:03:49 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C0BUL-0006jv-00 for ; Thu, 26 Aug 2004 06:03:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0BYw-0007Xg-Jw for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Aug 2004 00:08:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C0BYp-0007XB-9F for help-gnu-emacs@gnu.org; Thu, 26 Aug 2004 00:08:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C0BYj-0007Uz-ON for help-gnu-emacs@gnu.org; Thu, 26 Aug 2004 00:08:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C0BYj-0007Uw-Lj for help-gnu-emacs@gnu.org; Thu, 26 Aug 2004 00:08:21 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C0BTt-0001in-Gc for help-gnu-emacs@gnu.org; Thu, 26 Aug 2004 00:03:21 -0400 Original-Received: from zaretski ([80.230.147.10]) by legolas.inter.net.il (MOS 3.4.6-GR) with ESMTP id CJK98218 (AUTH halo1); Thu, 26 Aug 2004 07:03:15 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: (message from Vektor on Thu, 26 Aug 2004 09:03:06 +0800) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20293 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20293 > From: Vektor > Date: Thu, 26 Aug 2004 09:03:06 +0800 > > (if window-system > (setq default-frame-alist One should use (if (display-multi-frame-p) instead of (if window-system