From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: sdrang1 Newsgroups: gmane.emacs.bugs Subject: Bug in window size Date: Fri, 12 Mar 2004 10:46:01 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4053696D@webmail.uic.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1079152445 20938 80.91.224.253 (13 Mar 2004 04:34:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 13 Mar 2004 04:34:05 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Mar 13 05:33:57 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B20qS-00085F-00 for ; Sat, 13 Mar 2004 05:33:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B1rUS-0004Jj-19 for geb-bug-gnu-emacs@m.gmane.org; Fri, 12 Mar 2004 13:34:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B1qMs-0000EI-EC for bug-gnu-emacs@gnu.org; Fri, 12 Mar 2004 12:22:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B1pwe-0004lu-0L for bug-gnu-emacs@gnu.org; Fri, 12 Mar 2004 11:56:07 -0500 Original-Received: from [128.248.155.232] (helo=smtpout-1.priv.cc.uic.edu) by monty-python.gnu.org with smtp (Exim 4.30) id 1B1pwd-0004lW-4o for bug-gnu-emacs@gnu.org; Fri, 12 Mar 2004 11:55:35 -0500 Original-Received: (qmail 24758 invoked from network); 12 Mar 2004 10:55:30 -0600 Original-Received: from webmail.cc.uic.edu (HELO webmail.uic.edu) (128.248.121.50) by smtpout-1.cc.uic.edu with SMTP; 12 Mar 2004 10:55:30 -0600 X-WebMail-UserID: sdrang1@uic.edu Original-To: bug-gnu-emacs@gnu.org X-EXP32-SerialNo: 50000146 X-Mailer: InterChange (Hydra) SMTP v3.62 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7254 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7254 I am using Emacs version 20.7.1 (i386-*-windows98.2222) My .emacs file looks like this: (global-set-key "\C-l" 'goto-line) (setq load-path (append '("C:/windows/desktop/emacs-20.7-fullbin-i386.tar/emacs-20.7/site-lisp/") load-path)) (load-library "html-helper-mode") (load-library "visual-basic-mode") (load-library "javascript-mode") (set-frame-height (selected-frame) 30) (set-frame-width (selected-frame) 80) However, when I set-frame-height to 400 and set-frame-width to 600, emacs freezes. I can Ctrl-Alt-Delete and kill the process. Not sure if this is an emacs or Windows problem, but if it is a Windows problem, emacs probably should stop it from occuring. --Stephen Dranger