all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problems with backup-dir ... help
@ 2009-09-20  9:51 Able
  2009-09-21 10:23 ` Anselm Helbig
  0 siblings, 1 reply; 2+ messages in thread
From: Able @ 2009-09-20  9:51 UTC (permalink / raw)
  To: help-gnu-emacs

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 .


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Problems with backup-dir ... help
  2009-09-20  9:51 Problems with backup-dir ... help Able
@ 2009-09-21 10:23 ` Anselm Helbig
  0 siblings, 0 replies; 2+ messages in thread
From: Anselm Helbig @ 2009-09-21 10:23 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-21 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-20  9:51 Problems with backup-dir ... help Able
2009-09-21 10:23 ` Anselm Helbig

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.