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: Peter Dyballa
Subject: Re: Relative n00by question: >>End of file during parsing<< Error with simple backup unifier script
Date: Wed, 27 Aug 2008 17:27:16 +0200


Am 27.08.2008 um 13:18 schrieb straylightblue:

(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

<<<


I have:

(setq make-backup-files         t ;backup my files
      backup-by-copying         t ;don't clobber symlinks
      delete-old-versions       t
      kept-new-versions         6
      kept-old-versions         2
      version-control           t ;use versioned backups
      vc-make-backup-files      t ;make backups for cvs projects
      vc-follow-symlinks        t)
(setq backup-directory-alist '(("." . "~/.emacs.d/ Sicherungen"))) ;don't litter

And it works! Because the last line was taken off the multi-line statement.

--
Greetings

  Pete
              <\
                \__     O                       __O
                | O\   _\\/\-%                _`\<,
                '()-'-(_)--(_)               (_)/(_)






reply via email to

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