From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bill O'Connor Newsgroups: gmane.emacs.help Subject: Re: how to let emacs remind me of holidays ? Date: Sat, 31 May 2008 01:15:09 -0400 Message-ID: <87y75rrr4y.fsf@t22.Belkin> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212210932 17848 80.91.229.12 (31 May 2008 05:15:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 May 2008 05:15:32 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: sunway Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 31 07:16:13 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K2JRr-0000VK-Vq for geh-help-gnu-emacs@m.gmane.org; Sat, 31 May 2008 07:16:12 +0200 Original-Received: from localhost ([127.0.0.1]:49960 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2JR5-0002cd-WA for geh-help-gnu-emacs@m.gmane.org; Sat, 31 May 2008 01:15:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K2JQZ-0002cE-Kc for help-gnu-emacs@gnu.org; Sat, 31 May 2008 01:14:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K2JQW-0002bF-Cq for help-gnu-emacs@gnu.org; Sat, 31 May 2008 01:14:50 -0400 Original-Received: from [199.232.76.173] (port=57307 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K2JQV-0002b8-V5 for help-gnu-emacs@gnu.org; Sat, 31 May 2008 01:14:48 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.244]:48565) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K2JQW-0005CQ-0N for help-gnu-emacs@gnu.org; Sat, 31 May 2008 01:14:48 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so92901ana.84 for ; Fri, 30 May 2008 22:14:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=UO7ACkErFCIf7R9qPwMaRnfzfRok3YneJqy9ZFa+14w=; b=j3RaILKfYzpmnp12eomptzuRyuAuECjqK41+PSUDvgiD6rAcLx9VCNbIKdQ9aXed61T1BGvIZ1mRVNTL0G2Ol5ZUeCUHx6SQ8K8y5Y5hKvj+ccARIRZ8y2uIG2+qP/G0ba5cFD1/ZnWji0nFAP98npPZeJuqm2BVqCFWTuCDhzs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=o6fZY1MtPXqd7Q3JBtX3p83kRFY5MT3c9DQCBpgjAzdtV38Ov76Uwjpav4mxKuM8NELJjRr90LOxdQnnCGRzboYSGkPYEJijdxDA2SfbEcYIlVJvPQ/yHSsUzxQGIO78yz4AG0xPACQXqTHR4aKUcrbUCm+1dYy1U7FNHTzACL8= Original-Received: by 10.100.178.7 with SMTP id a7mr10519289anf.73.1212210886206; Fri, 30 May 2008 22:14:46 -0700 (PDT) Original-Received: from t22.Belkin ( [68.175.79.248]) by mx.google.com with ESMTPS id y78sm2782119pyg.17.2008.05.30.22.14.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 30 May 2008 22:14:45 -0700 (PDT) In-Reply-To: (sunway's message of "Fri, 30 May 2008 20:44:02 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54379 Archived-At: sunway writes: > I don't want to execute M-x calendar again and again every day, how to > let emacs remind me of holidays just in the minubuffer or the mode > line? Add (diary) to .emacs