From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Remove all existing file notification watches from Emacs Date: Sat, 16 Oct 2021 10:48:05 +0300 Message-ID: <8335p1if62.fsf@gnu.org> References: <87zgr9igqe.fsf@gmx.de> <835ytxig1u.fsf@gnu.org> <87v91xifpz.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25311"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Oct 16 09:49:00 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mbeRA-0006Rg-3f for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Oct 2021 09:49:00 +0200 Original-Received: from localhost ([::1]:36192 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbeR8-0006QX-Ju for ged-emacs-devel@m.gmane-mx.org; Sat, 16 Oct 2021 03:48:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39272) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbeQG-0005PM-Co for emacs-devel@gnu.org; Sat, 16 Oct 2021 03:48:04 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42590) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mbeQG-0005js-2Z; Sat, 16 Oct 2021 03:48:04 -0400 Original-Received: from [87.69.77.57] (port=3670 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mbeQF-0004Ia-M8; Sat, 16 Oct 2021 03:48:04 -0400 In-Reply-To: <87v91xifpz.fsf@gmx.de> (message from Michael Albinus on Sat, 16 Oct 2021 09:36:08 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:277158 Archived-At: > From: Michael Albinus > Cc: emacs-devel@gnu.org > Date: Sat, 16 Oct 2021 09:36:08 +0200 > > > I don't necessarily object, but why is it important to have this > > command in Emacs 28? Just being useful is not enough, IMO: there are > > quite a few features that have this property and are orthogonal to the > > rest of the code, so allowing this addition will then beg the question > > why not those others as well? > > I have no answer for "why is it important". I found it just convenient; > if you see the disadvantage in adding it to emacs-28, I follow. > Personally, I know how to define that command in Emacs 28 while bug > hunting :-) I understand. But we must draw a line somewhere, if we want to release Emacs 28 sooner rather than later.