all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jose A. Ortega Ruiz" <jao@gnu.org>
To: emacs-devel@gnu.org
Subject: Problem with diary-header-line-format
Date: Fri, 06 Aug 2010 21:31:19 +0200	[thread overview]
Message-ID: <87pqxvh720.fsf@newton.homeunix.net> (raw)


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	other threads:[~2010-08-06 19:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-06 19:31 Jose A. Ortega Ruiz [this message]
2010-08-14  1:56 ` Problem with diary-header-line-format Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pqxvh720.fsf@newton.homeunix.net \
    --to=jao@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.