From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Stewart Newsgroups: gmane.emacs.help Subject: Re: Relative n00by question: >>End of file during parsing<< Error with simple backup unifier script Date: Sat, 06 Sep 2008 15:21:05 +0800 Organization: Bentium Ltd. (CN99) Message-ID: <87k5dpbuzi.fsf@manatee.domain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220722587 26482 80.91.229.12 (6 Sep 2008 17:36:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Sep 2008 17:36:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 06 19:37:22 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kc1ir-0002xG-09 for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Sep 2008 19:37:21 +0200 Original-Received: from localhost ([127.0.0.1]:40192 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kc1hr-0006wQ-2U for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Sep 2008 13:36:19 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newsgate.cuhk.edu.hk!news.cn99.com!manatee.domain!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 222.212.128.243 Original-X-Trace: news.cn99.com 1220688481 30455 222.212.128.243 (6 Sep 2008 08:08:01 GMT) Original-X-Complaints-To: usenet@news.cn99.com Original-NNTP-Posting-Date: Sat, 6 Sep 2008 08:08:01 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:7Ldp4O8nx3ivYl+F7S/oU3SZS2I= Original-Xref: news.stanford.edu gnu.emacs.help:161966 X-Mailman-Approved-At: Sat, 06 Sep 2008 13:34:06 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57318 Archived-At: Hi. I think bug is at behind 'version-control t', and lost ')'. So right is: (setq backup-by-copying t ; don't clobber symlinks '(("." . "~/emacsbackups")) ; don't litter my fs tree delete-old-versions t kept-new-versions 6 kept-old-versions 2 version-control t ; use versioned backups ) ;; bug is at this, add this!!! Andy. Regards.