all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Bonow <thorsten.bonow@withouthat.org>
To: emacs-devel@gnu.org
Subject: Re: calendar/diary/appt: diary-lunar-phases should not create appointments
Date: Thu, 26 Feb 2015 01:05:39 +0100 (CET)	[thread overview]
Message-ID: <20150226.010539.1175272119074471568.thorsten.bonow@withouthat.org> (raw)
In-Reply-To: <20150225.213428.1810607681498412743.thorsten.bonow@withouthat.org>

>>>>> "Toto" == Thorsten Bonow <thorsten.bonow@withouthat.org> writes:

>>>>> "GM" == Glenn Morris <rgm@gnu.org> writes:
GM> Sam Steingold wrote:
>>> &%%(diary-sunrise-sunset) &%%(diary-lunar-phases) which results in
>>> emacs nagging me about moon phases and sunsets.

GM> I can't reproduce this.  Please give a complete example starting
GM> from emacs -Q that shows sunsets ending up in appt-time-msg-list.

Toto> The behaviour still shows up in my GNU Emacs 24.4.1 when you
Toto> manually add an appointment via 'appt-add':

[...]

The following is faster and makes it easier to show the effect:

emacs -Q

Eval this:

(setq calendar-latitude [49 55 north])
(setq calendar-longitude [7 4 east])
;; diary-test has only one line: "%%(diary-sunrise-sunset)"
(setq diary-file "~/42/diary-test")
(require 'calendar)
(require 'appt)
(appt-add "5:00pm" "Tea!" 5)

C-h v appt-time-msg-list:

appt-time-msg-list is a variable defined in `appt.el'.
Its value is (((443)
  "7:23am (CET), sunset 6:07pm (CET) at 49.9N, 7.1E (10:44 hours daylight)")
 ((1020)
  "5:00pm Tea!" t 5))


Toto

-- 
College will guarantee you a higher lifelong income, and friends
made in college last longer than those made in real life.

Douglas Coupland: JPod



      reply	other threads:[~2015-02-26  0:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-22 17:42 calendar/diary/appt: diary-lunar-phases should not create appointments Sam Steingold
2011-11-22 18:27 ` Glenn Morris
2015-02-25 20:34   ` Thorsten Bonow
2015-02-26  0:05     ` Thorsten Bonow [this message]

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=20150226.010539.1175272119074471568.thorsten.bonow@withouthat.org \
    --to=thorsten.bonow@withouthat.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.