* Maximize frame does not work correctly in .emacs on MS Windows with CVS Emacs
@ 2004-12-09 17:23 Lennart Borgman
0 siblings, 0 replies; only message in thread
From: Lennart Borgman @ 2004-12-09 17:23 UTC (permalink / raw)
I have in .emacs:
(defun w32-maximize-frame ()
"Maximize the current frame"
(interactive)
(w32-send-sys-command 61488))
(defun w32-hook-frame-maximize (frame)
;;(server-trace "ENTERING w32-hook-frame-maximize")
;;(sleep-for 2)
(when window-system
(select-frame frame)
(if w32-feeling-max-frames (w32-maximize-frame)))
;;(server-trace "EXITING w32-hook-frame-maximize")
)
(add-hook 'after-make-frame-functions 'w32-hook-frame-maximize)
(w32-maximize-frame)
In CVS Emacs this first maximizes the frame (window in w32 parlor) and then
shrinks it.
Some of the time both height and width are shrinked, but often only the
height is changed. The small icon in the upper right corner still looks the
way it does when the window is maximized. The size of the window in this
strange state is not the same as when the window is "Restored" from the
upper left system-menu.
This works as it should in current Emacs.
If I use (w32-maximize-frame) later in CVS Emacs it also works as it should
(i e it maximize the window).
- Lennart
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-09 17:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-09 17:23 Maximize frame does not work correctly in .emacs on MS Windows with CVS Emacs Lennart Borgman
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).