help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] emacs geometry


From: Jeff Rancier
Subject: Re: [h-e-w] emacs geometry
Date: Thu, 1 Aug 2002 11:22:02 -0400

Look in the attachment for how I setup my default screen size, font, etc..  Use the following from my .emacs to maximize NTEmacs on startup:
 
 
(defun jbr-init ()
  "Called from term-setup-hook after the default terminal setup is
done or directly from startup if term-setup-hook not used.  The value
0xF030 is the command for maximizing a window."
  (interactive)
  (w32-send-sys-command ?\xf030)
  (ecb-redraw-layout)
  (calendar)
)
(setq term-setup-hook 'jbr-init)
(setq window-setup-hook 'jbr-init)
----- Original Message -----
Sent: Thursday, August 01, 2002 1:03 AM
Subject: [h-e-w] emacs geometry

Hello-
 
I have just installed emacs-21.2 on my new machine, and I would like to have the window size set up
for me automatically on start.  On my old machine I set something in the registry called (I believe)
emacs.geometry (key)  and some value (don't remember)
I glanced through the registry after installation and don't find anything concerning emacs- or am I missing something?
How do I go about setting the window size without dragging to resize every time?
 
I'm running 1280 x 1024 resolution.
 
Thanks in advance-
 
Carter Carpenter
 

Attachment: jbr-laf.el
Description: Binary data


reply via email to

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