Hello Gottfried.

What have you got in your emacs configuration that it saves not only one but
many versions...?

(setq backup-by-copying t ;; don't clobber symlinks
    version-control t     ;; use versioned backups
    delete-old-versions t
    kept-new-versions 99
    kept-old-versions 99
    backup-directory-alist '(("." . "~/.emacs.d/backups"))
    )

Best...


--
eduardo mercovich

Donde se cruzan tus talentos con las necesidades del mundo, ahí está tu vocación. (Anónimo)

Reply via email to