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

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

Problems with backup-dir ... help


From: Able
Subject: Problems with backup-dir ... help
Date: Sun, 20 Sep 2009 02:51:36 -0700 (PDT)
User-agent: G2/1.0

I need backup directory will be arranged according to the time..
(require 'backup-dir)

 ;set my directory
(setq my_today_fileback (concat "D:/back/emacs_auto_backup/" (format-
time-string "%Y/%m/%d")  ) )
;Create
(make-directory my_today_fileback t)

(setq bkup-backup-directory-info
    '(
    ("." ,my_today_fileback ok-create full-path prepend-name)
    )
)

Saving file e:/htdocs/test.php...
not: Wrong type argument: stringp, \,my_today_fileback

---------------
What is this? Help me .


reply via email to

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