bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in window size


From: sdrang1
Subject: Bug in window size
Date: Fri, 12 Mar 2004 10:46:01 -0600

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]