.emacs-my
changeset 550 d8092299457a
parent 549 62dd5f72d647
child 551 4e3276dbad80
equal deleted inserted replaced
549:62dd5f72d647 550:d8092299457a
    88 (message "appearance")
    88 (message "appearance")
    89 
    89 
    90 ;; To maximize frame on full screen, not work with Windows Emacs 21.4.
    90 ;; To maximize frame on full screen, not work with Windows Emacs 21.4.
    91 ;; And maked different height with Emacs 22.3 and 23.1.
    91 ;; And maked different height with Emacs 22.3 and 23.1.
    92 ;; (setq initial-frame-alist '((fullscreen . fullboth)))
    92 ;; (setq initial-frame-alist '((fullscreen . fullboth)))
       
    93 
       
    94 (setq display-buffer-reuse-frames t)
    93 
    95 
    94 ;; Next code work with Emacs 21.4, 22.3, 23.1.
    96 ;; Next code work with Emacs 21.4, 22.3, 23.1.
    95 (when window-system
    97 (when window-system
    96   (let (
    98   (let (
    97         (px (display-pixel-width))
    99         (px (display-pixel-width))