emacs-devel
[Top][All Lists]
Advanced

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

Problem with diary-header-line-format


From: Jose A. Ortega Ruiz
Subject: Problem with diary-header-line-format
Date: Fri, 06 Aug 2010 21:31:19 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi,

Currently, the default value of diary-header-line-format is

(:eval
 (calendar-string-spread
  (list
   (if diary-selective-display "Some text is hidden - press \"s\" in calendar 
before edit/copy" "Diary"))
  32
  (frame-width)))

Note the call to frame-width: that makes the text in the header line of
diary buffers in windows narrower than the frame to be cut (and aligned
to the right). I've fixed this by using window-width instead of
frame-width, and i was wondering whether this should be in fact the
default (i don't see any situation where window-width would misbehave in
the way frame-width does).

Cheers,
jao
-- 
One of the painful things about our time is that those who feel
certainty are stupid, and those with any imagination and understanding
are filled with doubt and indecision. -- Bertrand Russell




reply via email to

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