help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relative n00by question: >>End of file during parsing<< Error with s


From: Andy Stewart
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]