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 09:13:28 +0300 Message-ID: <83edw2r52v.fsf@gnu.org> References: <83bkrm9ype.fsf@gnu.org> <83v8pu8312.fsf@gnu.org> <83illm35h1.fsf@gnu.org> <83edw7xk7h.fsf@gnu.org> <87illifpkq.fsf@dataswamp.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20249"; 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 08:27:18 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 1obc9d-00054v-Jr for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Sep 2022 08:27:17 +0200 Original-Received: from localhost ([::1]:34280 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1obc9c-0001Dw-Ar for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 23 Sep 2022 02:27:16 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obbwN-0006Fm-IR for help-gnu-emacs@gnu.org; Fri, 23 Sep 2022 02:13:35 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50250) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1obbwL-00057e-I6 for help-gnu-emacs@gnu.org; Fri, 23 Sep 2022 02:13:34 -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=d9bIdAP4OxFIAR+HFFFdI47phzQqPO1XHz5CRKGV5mU=; b=UBNeIyQ0e+Oj 4ahHV0j446rjDrSpbUdHlwJJWeG0WRueqGJD1oUcbZtPWd25yVWF550Z1/vjZNlfLijgL7eTrxHyz ftvASCKuuCRPN9Gzn8ICVcf0UNinDiggBeJmGpmdru7MUjzvjjL4xaY3kceUA4Yt0c9H50UdzBk0x nJHjg4VlaJuQ9wiC/fi61+p6A3T6xJqxw4aeTX+2RUvDXi7TZx349BRAmYWP0BDbWRTxh+WlusMEe KDjEEd7cFx4aC8xPbegM+JtXRd35UMmWjMOqAlTu1U6We6ac9dA+JcnvzvoGx6S7M2Iw9V4u2LEJl PbcJZaVIwPVcJfSyE/jX7A==; Original-Received: from [87.69.77.57] (port=1407 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 1obbw2-0006RS-P9 for help-gnu-emacs@gnu.org; Fri, 23 Sep 2022 02:13:33 -0400 In-Reply-To: (message from Jean Louis on Thu, 22 Sep 2022 23:30:00 +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:139614 Archived-At: > Date: Thu, 22 Sep 2022 23:30:00 +0300 > From: Jean Louis > > I would say, one could make some buffer function to kill the buffer if > it was not re-visited in some specific time. It would mean to install > timer for it. You are describing what midnight.el already does (if you activate it).