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

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

bug#18357: 24.3.93; Calendar not fully displayed


From: martin rudalics
Subject: bug#18357: 24.3.93; Calendar not fully displayed
Date: Sat, 30 Aug 2014 14:43:19 +0200

> Why
> doesn't "the problem" happen in the trunk build with toolkit scroll
> bars?  Is this perhaps because Martin's window changes add an extra
> pixel or two, leaving enough space?

I don't think so.  For example here on Windows XP, emacs -Q with current
trunk, evaluating

(progn
  (custom-set-faces
   '(mode-line ((t (:background "#000040" :foreground "wheat" :box (:line-width 2 :color 
"#000040") :weight bold :family "Verdana"))))
   '(mode-line-inactive ((t (:inherit mode-line :background "grey48" :foreground "wheat" 
:box (:line-width 2 :color "#000040"))))))
  (setq calendar-week-start-day 1)
  (calendar))

gives screenshot calendar-1.png while evaluating

(progn
  (custom-set-faces
   '(mode-line ((t (:background "#000040" :foreground "wheat" :box (:line-width 2 :color 
"#000040") :weight bold :family "Verdana"))))
   '(mode-line-inactive ((t (:inherit mode-line :background "grey48" :foreground "wheat" 
:box (:line-width 2 :color "#000040"))))))
  (setq calendar-week-start-day 1)
  (sit-for 0)
  (calendar))

gives the expected screenshot calendar-2.png.

martin

Attachment: calendar-1.png
Description: PNG image

Attachment: calendar-2.png
Description: PNG image


reply via email to

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