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: Repeating timers and suspending the computer Date: Thu, 15 Dec 2022 08:11:37 +0200 Message-ID: <837cytmc12.fsf@gnu.org> References: <87r0x9dug9.fsf@mbork.pl> <834ju511jl.fsf@gnu.org> <87ilijdjls.fsf@mbork.pl> <83pmcqv3dm.fsf@gnu.org> <87zgbrdgsa.fsf@mbork.pl> <83pmcnpjqr.fsf@gnu.org> <87pmcld9qm.fsf@mbork.pl> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40467"; 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 Thu Dec 15 07:12:24 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 1p5hTk-000AKM-5s for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 15 Dec 2022 07:12:24 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p5hT8-0002L5-FG; Thu, 15 Dec 2022 01:11:46 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5hT6-0002Ko-Py for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 01:11:44 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5hT6-0008TS-7O for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 01:11:44 -0500 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=7/Kx9kGWbSUQn1gVm3GRmQ+s++LBaQCWuYbcQs+v5vg=; b=KBOCvQyZtVJO MQEkyhgkjOLgH9HHg364ee/tdmr0zbYoVWNgyzyAlX3BeT6GnNlafJOVITFvpVfs7qx5jI+6g+/ss FlfCMRtfFBnJReg1rMFvye4MlC4QNDa/J0+wRzuZcXackVY39MHTEVD03p4k/HlfbViQn5+pnd2Qd LJPk+kakg7lp5BnqizkWm1wWq9iEso8z4V1G6zGG2ULXfQzavdSaPpeuZVeS9C0abCoV7w9bHrHLc VbwLSU8a7xiolrk3J5AK/c+ZkDmuVEyZTQGaSxvFGluUXsAo6VgRffA74Ok8YHGxenVWCuw0BSAWa VlKrTiLL94xCmvU4wgkWLg==; Original-Received: from [87.69.77.57] (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 1p5hT1-0002Si-Fp for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 01:11:43 -0500 In-Reply-To: <87pmcld9qm.fsf@mbork.pl> (message from Marcin Borkowski on Wed, 14 Dec 2022 21:13:37 +0100) 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141745 Archived-At: > From: Marcin Borkowski > Cc: help-gnu-emacs@gnu.org > Date: Wed, 14 Dec 2022 21:13:37 +0100 > > > On 2022-12-13, at 13:32, Eli Zaretskii wrote: > > >> Do I get it correctly that this means that of the scheduled number of > >> repeats is /less/ than `timer-max-repeats', then all of them get > >> executed, but when it is greater than that, only one of them is? > > > > That's the idea, yes. > > Thanks. Any ideas how to rephrase the manual so that it is unambiguous? I'm not sure I see why that matters.