GNU bug report logs -
#14326
24.3; Conflict of w32-send-sys-command and set-default-font
Previous Next
Reported by: Eric Liu <eenliu <at> gmail.com>
Date: Wed, 1 May 2013 01:37:02 UTC
Severity: normal
Found in version 24.3
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> I am running Emacs 24.3 on Windows 7, with only two commands in my Emacs
> init file:
> (w32-send-sys-command 61488) ;; maximize frame at startup
> (set-default-font "Monaco-10")
> The first command works well alone, but it stops to maximize frame after
> the second one is
> added to init file. However, if eval them after Emacs starts up by M-x
> eval-expression, then (w32-send-sys-command 61488) still works.
Does interchanging the order of these two lines change anything? What
happens when, with emacs -Q, you evaluate the form
(progn
(w32-send-sys-command 61488) ;; maximize frame at startup
(set-default-font "Monaco-10"))
and what happens when you do
(progn
(w32-send-sys-command 61488) ;; maximize frame at startup
(sit-for 1)
(set-default-font "Monaco-10"))
instead?
Conceptually: Does anyone know whether sending a 61488 request to
Windows has Windows call us back with a maximize request?
martin
This bug report was last modified 12 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.