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

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

Re: Problems with backup-dir ... help


From: Anselm Helbig
Subject: Re: Problems with backup-dir ... help
Date: Mon, 21 Sep 2009 12:23:03 +0200

Hi!

> 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
>     '(
      ^ I guess this should be a backtick, `

>     ("." ,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 .

HTH, 

Anselm


-- 
Anselm Helbig 
mailto:anselm.helbig+news2009@googlemail.com


reply via email to

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