• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/emacs-93/emacs/lisp/calendar/

Lines Matching +defs:diary +defs:yahrzeit

10 ;; Human-Keywords: Hebrew calendar, calendar, diary
32 ;; diary.el that deal with the Hebrew calendar.
191 (defun hebrew-calendar-yahrzeit (death-date year)
503 (defun list-hebrew-diary-entries ()
504 "Add any Hebrew date entries from the diary file to `diary-entries-list'.
505 Hebrew date diary entries must be prefaced by `hebrew-diary-entry-symbol'
506 \(normally an `H'). The same diary date forms govern the style of the Hebrew
510 common Hebrew year. If a Hebrew date diary entry begins with a
511 `diary-nonmarking-symbol', the entry will appear in the diary listing, but will
513 `nongregorian-diary-listing-hook'."
516 (diary-modified (buffer-modified-p))
518 (mark (regexp-quote diary-nonmarking-symbol)))
520 (let* ((d diary-date-forms)
553 (regexp-quote hebrew-diary-entry-symbol)
566 ;; Found a nonempty diary entry--make it visible and
577 (add-to-diary-list
587 (set-buffer-modified-p diary-modified))
664 (defun mark-hebrew-diary-entries ()
665 "Mark days in the calendar window that have Hebrew date diary entries.
666 Each entry in diary-file (or included files) visible in the calendar window
667 is marked. Hebrew date entries are prefaced by a hebrew-diary-entry-symbol
668 \(normally an `H'). The same diary-date-forms govern the style of the Hebrew
672 common Hebrew year. Hebrew date diary entries that begin with a
673 diary-nonmarking symbol will not be marked in the calendar. This function
674 is provided for use as part of the nongregorian-diary-marking-hook."
675 (let ((d diary-date-forms))
681 (dayname (diary-name-pattern calendar-day-name-array
685 (diary-name-pattern
704 (regexp-quote hebrew-diary-entry-symbol)
771 (defun insert-hebrew-diary-entry (arg)
772 "Insert a diary entry.
778 (make-diary-entry
780 hebrew-diary-entry-symbol
788 (defun insert-monthly-hebrew-diary-entry (arg)
789 "Insert a monthly diary entry.
797 (make-diary-entry
799 hebrew-diary-entry-symbol
806 (defun insert-yearly-hebrew-diary-entry (arg)
807 "Insert an annual diary entry.
817 (make-diary-entry
819 hebrew-diary-entry-symbol
827 (defun list-yahrzeit-dates (death-date start-year end-year)
865 (let* ((yahrzeit-buffer "*Yahrzeits*")
871 (set-buffer (get-buffer-create yahrzeit-buffer))
887 (hebrew-calendar-yahrzeit
895 (display-buffer yahrzeit-buffer)
898 (defun diary-hebrew-date ()
899 "Hebrew calendar equivalent of date diary entry."
902 (defun diary-omer (&optional mark)
903 "Omer count diary entry.
928 (defun diary-yahrzeit (death-month death-day death-year &optional mark)
929 "Yahrzeit diary entry--entry applies if date is yahrzeit or the day before.
930 Parameters are DEATH-MONTH, DEATH-DAY, DEATH-YEAR; the diary entry is assumed
933 Hebrew calendar yahrzeit is determined. If `european-calendar-style' is t, the
949 (y (hebrew-calendar-yahrzeit h-date yr)))
961 (defun diary-rosh-hodesh (&optional mark)
962 "Rosh Hodesh diary entry.
1042 (defun diary-parasha (&optional mark)
1043 "Parasha diary entry--entry applies if date is a Saturday.