From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: AW Newsgroups: gmane.emacs.help Subject: Re: Function needed to save a certain buffer every x seconds automatically Date: Thu, 26 Sep 2013 19:30:07 +0200 Message-ID: <27609426.Z6nDkiu6Nh@linux-ik7b.site> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1380216608 22100 80.91.229.3 (26 Sep 2013 17:30:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Sep 2013 17:30:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 26 19:30:10 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VPFOD-0003CS-82 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Sep 2013 19:30:09 +0200 Original-Received: from localhost ([::1]:59140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPFOC-0001Ui-S4 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Sep 2013 13:30:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPFNu-0001U8-5e for help-gnu-emacs@gnu.org; Thu, 26 Sep 2013 13:29:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPFNm-0001oJ-SJ for help-gnu-emacs@gnu.org; Thu, 26 Sep 2013 13:29:50 -0400 Original-Received: from mailout03.t-online.de ([194.25.134.81]:41120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPFNm-0001o3-KW for help-gnu-emacs@gnu.org; Thu, 26 Sep 2013 13:29:42 -0400 Original-Received: from fwd51.aul.t-online.de (fwd51.aul.t-online.de ) by mailout03.t-online.de with smtp id 1VPFNi-00017C-Ej; Thu, 26 Sep 2013 19:29:38 +0200 Original-Received: from linux-ik7b.site (bVzVkoZcohmXgPshaall6QdHrkoPzMe+BkGa78dj1xsPHoS82BGN54v-kUz9AOywr7@[91.19.23.173]) by fwd51.t-online.de with esmtp id 1VPFNY-1UlWwi0; Thu, 26 Sep 2013 19:29:28 +0200 User-Agent: KMail/4.11.1 (Linux/3.10.10-25.g8038aea-desktop; KDE/4.11.1; x86_64; ; ) X-ID: bVzVkoZcohmXgPshaall6QdHrkoPzMe+BkGa78dj1xsPHoS82BGN54v-kUz9AOywr7 X-TOI-MSGID: 84d4fea8-f41a-4ee7-8b98-7c181b64642c X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 194.25.134.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93625 Archived-At: > Hi AW, > ... > Mmh, wait, the original package also has a toggle function, > `auto-save-buffers-toggle'. Isn't that what you want? > > In both cases, you must have started the timer before toggling does > anything. > > > Regards, > > Michael. Dear Michael, you are right, I did not occur to me to read the auto-save-buffers function. Thank you! Regards, Alexander