all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Shutko <ats@acm.org>
Subject: Re: enhanced diary mode?
Date: Sun, 03 Nov 2002 16:53:00 GMT	[thread overview]
Message-ID: <87d6pm7gqa.fsf@wesley.springies.com> (raw)
In-Reply-To: 87vg3ezvew.fsf@at_ipipan.waw.pl

adamp_at@at_ipipan.waw.pl (Adam P.) writes:

> A! This is useful -- thanks.  More useful would be defining just a few
> entry types, with a face for each type, and without the need to
> manually assign face to each entry, but I suppose this can be done
> with some elisp tweaking.

I can see both sides of that.  I have things like 

(defface ats-birthday-face 
  '((t :inherit diary-face))
  "Anniversary face"
  :group 'ats)

(defun diary-birthday (month day year)
  "Birthday diary entry.
Acts like `diary-anniversary' but uses `ats-birthday-face'."
  (diary-anniversary month day year 'ats-birthday-face))

set up, but I also use the normal sexps with different faces.  (Block
especially, for vacations, on-call, etc.)

Any ideas what some common faces/entry types should be?


-- 
Alan Shutko <ats@acm.org> - In a variety of flavors!
TENNIS PLAYERS cannot play with balls all day long {n}

  reply	other threads:[~2002-11-03 16:53 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-03 10:04 enhanced diary mode? Adam P.
2002-11-03 11:45 ` Alfred M. Szmidt
     [not found] ` <mailman.1036324818.17268.help-gnu-emacs@gnu.org>
2002-11-03 12:31   ` Adam P.
2002-11-03 16:53     ` Alan Shutko [this message]
2002-11-03 17:50       ` Adam P.
2002-11-03 16:52   ` Alan Shutko
2002-11-06  9:25     ` Janusz S. Bień
2002-11-06 13:35       ` Alan Shutko
2002-11-09 19:51         ` Janusz S. Bień
     [not found]       ` <mailman.1036591851.15704.help-gnu-emacs@gnu.org>
2002-11-06 15:30         ` David S Goldberg
     [not found]     ` <mailman.1036567032.10098.help-gnu-emacs@gnu.org>
2002-11-06 15:17       ` Edward M. Reingold
2002-11-04  2:10 ` Diary Usage Poll (WAS) " Galen Boyer
2002-11-04  2:22   ` Diary Usage Poll Henrik Enberg
2002-11-04  3:23   ` Diary Usage Poll (WAS) Re: enhanced diary mode? Alan Shutko
2002-11-04 21:27     ` David Masterson
2002-11-04 21:48       ` Diary Usage Poll David S Goldberg
2002-11-05 18:16         ` David Masterson
2002-11-04 22:07       ` Diary Usage Poll (WAS) Re: enhanced diary mode? Alan Shutko
2002-11-05 13:33         ` Sacha Chua
2002-11-05 18:41         ` Robert Uhl <ruhl@4dv.net>
2002-11-05 19:08           ` Alan Shutko
2002-11-05  0:47   ` mr.sparkle
2002-11-06 20:01     ` ken
     [not found]     ` <mailman.1036615660.28127.help-gnu-emacs@gnu.org>
2002-11-06 21:22       ` Diary Usage Poll Alan Shutko
2002-11-07 15:11         ` ken
     [not found]         ` <mailman.1036682579.21567.help-gnu-emacs@gnu.org>
2002-11-07 19:07           ` Alan Shutko

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=87d6pm7gqa.fsf@wesley.springies.com \
    --to=ats@acm.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.