From: Matt Lundin <mdl@imapmail.org>
To: Bastien <bzg@gnu.org>
Cc: emacs-orgmode@gnu.org
Subject: Re: bug#11249: 24.1.50; Overlay with face property causes calendar buffer to scroll
Date: Wed, 25 Apr 2012 18:10:34 -0500 [thread overview]
Message-ID: <87y5pjqufp.fsf@fastmail.fm> (raw)
In-Reply-To: <8762cnsdnp.fsf@fastmail.fm> (Matt Lundin's message of "Wed, 25 Apr 2012 16:30:02 -0500")
Matt Lundin <mdl@imapmail.org> writes:
> Bastien <bzg@gnu.org> writes:
>
>> Toby Cubitt <tsc25@cantab.net> writes:
>>
>>> In the patch I posted, I also took the opportunity to set
>>> `cursor-type' to nil when opening the calendar in `org-read-date'.
>>> The cursor obscures one digit of the selected date, making that bit
>>> harder to read (as well as looking ugly). Did you intend to reject
>>> this change too?
>>
>> I did because I found the not-bold-anymore face wasn't visible enough,
>> and the shallow cursor made it visible.
>>
>> I use inverse-video now for this face, so cursor-type nil is okay, I
>> applied a patch with this.
>
> This patch broke org-read-date. It will no longer parse date strings
> such as "Aug 15" correctly, instead inserting the current day.
>
[snip]
> If I comment out the following line:
>
> (org-eval-in-calendar '(setq cursor-type nil))
>
> org-read-date works correctly.
Note: It seems that adding the optional argument KEEPDATE is necessary
for parsing to work. With the following line instead of the one above
org-read-date works as expected:
(org-eval-in-calendar '(setq cursor-type nil) t)
Best,
Matt
next prev parent reply other threads:[~2012-04-25 23:11 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <83zkaczq1v.fsf@gnu.org>
2012-04-15 21:04 ` bug#11249: 24.1.50; Overlay with face property causes calendar buffer to scroll Toby Cubitt
2012-04-16 2:50 ` Eli Zaretskii
2012-04-16 13:41 ` Toby Cubitt
2012-04-20 11:57 ` Bastien
2012-04-21 19:34 ` Toby Cubitt
2012-04-22 6:46 ` Bastien
2012-04-22 10:05 ` Toby Cubitt
2012-04-25 21:30 ` Matt Lundin
2012-04-25 23:10 ` Matt Lundin [this message]
2012-04-26 8:59 ` Bastien
2012-04-26 13:19 ` Toby Cubitt
2012-04-26 13:43 ` Bastien
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y5pjqufp.fsf@fastmail.fm \
--to=mdl@imapmail.org \
--cc=bzg@gnu.org \
--cc=emacs-orgmode@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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).