From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin King Newsgroups: gmane.emacs.help Subject: color-theme.el and default geometry Date: Mon, 21 Apr 2003 10:12:50 -0700 Organization: Cox Communications Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1050945401 16805 80.91.224.249 (21 Apr 2003 17:16:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Apr 2003 17:16:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 21 19:16:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 197eu4-0004Ls-00 for ; Mon, 21 Apr 2003 19:16:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 197etS-0000U6-00 for gnu-help-gnu-emacs@m.gmane.org; Mon, 21 Apr 2003 13:15:50 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news-xfer.cox.net!p01!fed1read07.POSTED!not-for-mail User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 68.101.160.97 Original-X-Complaints-To: abuse@cox.net Original-X-Trace: fed1read07 1050945162 68.101.160.97 (Mon, 21 Apr 2003 13:12:42 EDT) Original-NNTP-Posting-Date: Mon, 21 Apr 2003 13:12:42 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:112155 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8654 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8654 When I change to a different theme using color-theme.el, my emacs window is resized to what I am guessing is the default window size i.e. a lot smaller than I would like. This resizing problem is present both if I change themes interactively (color-theme-select) and if I change the default theme by using my .emacs file ( (require 'color-theme) ... ). How can I avoid this problem? Thanks in advance, Kevin