From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Defaulting to fancy diary display Date: Thu, 03 Sep 2009 23:03:41 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252033440 30608 80.91.229.12 (4 Sep 2009 03:04:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Sep 2009 03:04:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 04 05:03:53 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 1MjP5b-0000TY-W0 for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2009 05:03:52 +0200 Original-Received: from localhost ([127.0.0.1]:48791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjP5b-0003bA-EU for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2009 23:03:51 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MjP5X-0003b5-Gk for emacs-devel@gnu.org; Thu, 03 Sep 2009 23:03:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MjP5T-0003at-Tb for emacs-devel@gnu.org; Thu, 03 Sep 2009 23:03:47 -0400 Original-Received: from [199.232.76.173] (port=35691 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MjP5T-0003aq-Pc for emacs-devel@gnu.org; Thu, 03 Sep 2009 23:03:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:45306) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MjP5T-0004rd-2f for emacs-devel@gnu.org; Thu, 03 Sep 2009 23:03:43 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MjP5R-0006p9-7m; Thu, 03 Sep 2009 23:03:41 -0400 X-Spook: FTS2000 LABLINK Compsec Bin Laden Al-Qaeda LLNL Bruxelles X-Ran: ;kEzndFS`kZ8'3H9s_NO(^xz'#~ 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:115021 Archived-At: Richard Stallman wrote: > The only advantage of the simple display is that you can edit the > diary file directly. > > I think this is a fundamental advantage. I agree that it is _an_ advantage (perhaps the only one) of the simple display. I already said, however, that I think it is not a good default. It will be as simple as (setq diary-display-function 'diary-simple-display) for those like yourself who wish to keep using this. > I wish we could implement the other features of fancy diary display > while preserving this. Sorry, but I see no way to do this. Leo wrote: > Maybe even consider making diary-simple-display obsolete. No.