From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.devel Subject: Re: Why was diary-fancy-display-mode conditionalized? Date: Thu, 24 Sep 2009 09:21:34 +0200 Message-ID: <87bpl0st8h.fsf@escher.local.home> References: <87d45l4esa.fsf@escher.local.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253777102 19274 80.91.229.12 (24 Sep 2009 07:25:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Sep 2009 07:25:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 24 09:24:55 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mqih5-00007K-2T for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 09:24:47 +0200 Original-Received: from localhost ([127.0.0.1]:54633 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mqih4-0007bV-GA for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2009 03:24:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mqigd-0007SJ-12 for emacs-devel@gnu.org; Thu, 24 Sep 2009 03:24:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MqigY-0007Oq-9W for emacs-devel@gnu.org; Thu, 24 Sep 2009 03:24:18 -0400 Original-Received: from [199.232.76.173] (port=54618 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MqigY-0007Oh-1i for emacs-devel@gnu.org; Thu, 24 Sep 2009 03:24:14 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:10095) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MqigX-0006uu-Jm for emacs-devel@gnu.org; Thu, 24 Sep 2009 03:24:13 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MqigW-00070z-Qb for emacs-devel@gnu.org; Thu, 24 Sep 2009 03:24:13 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mqifi-0007dW-TY for emacs-devel@gnu.org; Thu, 24 Sep 2009 09:23:22 +0200 Original-Received: from i59f57fc1.versanet.de ([89.245.127.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Sep 2009 09:23:22 +0200 Original-Received: from stephen.berman by i59f57fc1.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Sep 2009 09:23:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: i59f57fc1.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115575 Archived-At: On Wed, 23 Sep 2009 23:28:28 -0400 Glenn Morris wrote: > Stephen Berman wrote: > >> This seems like a bug to me, and I think the simplest fix is to >> revert the change; or does it fix some other problem? > > I can't really remember. I think it was possibly to do with preventing > a loop in some case. Anyway, I simply made sure it always runs the hook. Thanks, Steve Berman