From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Francesco =?UTF-8?Q?Potort=C3=AC?= Newsgroups: gmane.emacs.bugs Subject: bug#53764: 27.1; shouldn't ~/diary be in diary-mode? Date: Sat, 05 Feb 2022 16:02:30 +0100 Organization: The GNU project Message-ID: <878rupbbll.fsf@tucano.isti.cnr.it> References: <87h79f8urg.fsf@tucano.isti.cnr.it> <87v8xtdcr4.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2855"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 53764@debbugs.gnu.org To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 05 16:03:09 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nGMaj-0000Xp-U2 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Feb 2022 16:03:09 +0100 Original-Received: from localhost ([::1]:57736 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nGMah-0005Uk-Si for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Feb 2022 10:03:07 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56600) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nGMac-0005Ua-7n for bug-gnu-emacs@gnu.org; Sat, 05 Feb 2022 10:03:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:41527) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nGMab-0002ZM-Um for bug-gnu-emacs@gnu.org; Sat, 05 Feb 2022 10:03:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nGMab-0007BU-Ns for bug-gnu-emacs@gnu.org; Sat, 05 Feb 2022 10:03:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Francesco =?UTF-8?Q?Potort=C3=AC?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 05 Feb 2022 15:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53764 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 53764-submit@debbugs.gnu.org id=B53764.164407335927585 (code B ref 53764); Sat, 05 Feb 2022 15:03:01 +0000 Original-Received: (at 53764) by debbugs.gnu.org; 5 Feb 2022 15:02:39 +0000 Original-Received: from localhost ([127.0.0.1]:35422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGMaF-0007Ar-8o for submit@debbugs.gnu.org; Sat, 05 Feb 2022 10:02:39 -0500 Original-Received: from plesklin7.if1.ehiweb.it ([79.98.45.16]:55988) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nGMaC-0007Ad-Io for 53764@debbugs.gnu.org; Sat, 05 Feb 2022 10:02:37 -0500 Original-Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) by plesklin7.if1.ehiweb.it (Postfix) with ESMTPSA id 353D910B5A6; Sat, 5 Feb 2022 16:02:31 +0100 (CET) In-Reply-To: <87v8xtdcr4.fsf@gnus.org> (larsi@gnus.org) X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 X-PPP-Message-ID: <20220205150231.8828.81008@plesklin7.if1.ehiweb.it> X-PPP-Vhost: potorti.it X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:226074 Archived-At: >Francesco Potortì writes: >> Is there any reason why the ~/diary file is not read in diary-mode? >> >> Shouldn't it be in the auto-mode-alist? >> >> Maybe the reason is that the name of the diary is contained in the >> diay-file variable and can thus be changed? Lars: >I think putting any file that's called "diary" in diary-mode would >probably lead to too many false positives? "~/.emacs.d/diary" (which is >the default on many platforms) could safely be put in diary mode, >though, but I'm not sure that would be all that helpful in practice... When calendar is loaded, diary-file is initialised. After that, it could be added to the auto-mode-alist. The reason I am asking is that I have used the diary for years, and only recently, by looking at the source code for other reasons, did I discover that a diary-mode exists. Now I have added -*-diary-*- line to my diary file, but in fact that should be automatic, I think.