GNU bug report logs - #18357
24.3.93; Calendar not fully displayed

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Fri, 29 Aug 2014 18:25:02 UTC

Severity: minor

Found in version 24.3.93

Done: Stephen Berman <stephen.berman <at> gmx.net>

Bug is archived. No further changes may be made.

Full log


Message #22 received at 18357 <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: 18357 <at> debbugs.gnu.org, stephen.berman <at> gmx.net
Subject: Re: bug#18357: 24.3.93; Calendar not fully displayed
Date: Sat, 30 Aug 2014 14:43:19 +0200
[Message part 1 (text/plain, inline)]
> 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
[calendar-1.png (image/png, attachment)]
[calendar-2.png (image/png, attachment)]

This bug report was last modified 10 years and 352 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.