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

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

Re: Can't set font & frame properly in .emacs


From: martin rudalics
Subject: Re: Can't set font & frame properly in .emacs
Date: Mon, 29 Dec 2008 18:16:09 +0100
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> (defun maximize-frame ()
>   (interactive)
> (w32-send-sys-command #xf030))
>
> [...]
>
> ;; start Emacs maximized
> (maximize-frame)

Please try

(add-hook 'window-setup-hook
          (lambda ()
            ;; Maximize frame.
            (w32-send-sys-command 61488)))


instead of this, and tell me whether it works.

Thanks, martin.





reply via email to

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