From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.help Subject: Re: Save current buffer per 5 miniutes Date: Mon, 01 Aug 2016 16:23:21 +0200 Message-ID: <874m7436w6.fsf@wanadoo.es> References: <87eg6823wp.fsf@alex.chromebook> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1470061475 18829 80.91.229.8 (1 Aug 2016 14:24:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2016 14:24:35 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 01 16:24:20 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bUE8i-0004X9-KJ for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Aug 2016 16:24:20 +0200 Original-Received: from localhost ([::1]:50644 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUE8e-0005KB-MM for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Aug 2016 10:24:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUE88-0005Jz-G0 for help-gnu-emacs@gnu.org; Mon, 01 Aug 2016 10:23:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUE83-0003RP-MQ for help-gnu-emacs@gnu.org; Mon, 01 Aug 2016 10:23:43 -0400 Original-Received: from blaine.gmane.org ([80.91.229.8]:35622) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUE83-0003P2-F4 for help-gnu-emacs@gnu.org; Mon, 01 Aug 2016 10:23:39 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bUE7x-0003Ks-6z for help-gnu-emacs@gnu.org; Mon, 01 Aug 2016 16:23:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:LatEig6aAB93uR6brsTL0gXdBVs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.91.229.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:111034 Archived-At: "Byung-Hee HWANG "(황병희)"" writes: > Sometime i edit several unicode file with Emacs. This works have > translations things -- Korean UTF-8 characters. > > Well i'm affraid to lost my works. Because my ubuntu's X is freeze > sometimes. So i start to search save current buffer by auto per 5 > miniutes. However i failed. Could you please give me some hints? Emacs saves your work from time to time and, if Emacs crashed, it will offer to recover your work next time you visit the file you were working on. The feature is explained here: https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Save.html