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.help Subject: Re: Observing lags or never ending processes Date: Fri, 23 Sep 2022 13:42:37 +0300 Message-ID: <834jwyqsma.fsf@gnu.org> References: <83v8pu8312.fsf@gnu.org> <83illm35h1.fsf@gnu.org> <83edw7xk7h.fsf@gnu.org> <87illifpkq.fsf@dataswamp.org> <83edw2r52v.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40934"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 23 12:45:01 2022 Return-path: Envelope-to: geh-help-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 1obgB2-000ATI-Ot for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Sep 2022 12:45:00 +0200 Original-Received: from localhost ([::1]:41444 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1obgB1-00020a-C2 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Sep 2022 06:44:59 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48934) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obg8h-0001xC-Kq for help-gnu-emacs@gnu.org; Fri, 23 Sep 2022 06:42:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:49286) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obg8h-0003SR-BL for help-gnu-emacs@gnu.org; Fri, 23 Sep 2022 06:42:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=N78T3EVyU0606MaVivvbh833eivGvWlrT6Mr6Se8wqs=; b=YMoVFUO23LZy ki/YqrbmJMEdBP/z3bearCBItVW+cuBMpqtg8+a5hCVztpoSbdHfN0NNsg1XCMKTJc0lZ3AWzYzt7 sE8OR8221qL/mkyuG+HtEdkuDpdFeCvLtilYkj8sVEtsBYs+apNHJJ5Tv8jtRqYuO2+z0ioesGpHQ 775SG4i56RYoqYSHAZgg2Bh7c2NdJQwxTrPB1NCROIMYxoZSW952WoO/SCGDY+gn430QELvYovix7 Am6MCIxUGjI4i9d6pABAR/NQTuwBVpbbwYK97Cw3kq/KuA3+R5J5KzDEafVuly4I64B1bHcrikVoI bID+VdCzN8DMyX59LCkv8g==; Original-Received: from [87.69.77.57] (port=1956 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 1obg8W-0007tX-Gl for help-gnu-emacs@gnu.org; Fri, 23 Sep 2022 06:42:34 -0400 In-Reply-To: (message from Jean Louis on Fri, 23 Sep 2022 11:17:31 +0300) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139616 Archived-At: > Date: Fri, 23 Sep 2022 11:17:31 +0300 > From: Jean Louis > Cc: help-gnu-emacs@gnu.org > > > You are describing what midnight.el already does (if you activate it). > > That is interesting, I read it here. > > Though I do not see if midnight understands if buffer was viewed or > not. I would like to kill buffer only if it was not re-visited for > some time. > > I would not like killing buffers at midnight just because they match > some regexp. Are you sure you've read the commentary and the doc strings in that package carefully enough?