From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Able Newsgroups: gmane.emacs.help Subject: Problems with backup-dir ... help Date: Sun, 20 Sep 2009 02:51:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: <855b5afa-ce57-4357-b8a4-fab227446743@2g2000prl.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1253569690 15056 80.91.229.12 (21 Sep 2009 21:48:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Sep 2009 21:48:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 21 23:48:03 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mpqjq-00010C-4S for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 23:48:02 +0200 Original-Received: from localhost ([127.0.0.1]:46383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mpqjp-0006MG-Mh for geh-help-gnu-emacs@m.gmane.org; Mon, 21 Sep 2009 17:48:01 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!2g2000prl.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 219.239.102.90 Original-X-Trace: posting.google.com 1253440297 5726 127.0.0.1 (20 Sep 2009 09:51:37 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 20 Sep 2009 09:51:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 2g2000prl.googlegroups.com; posting-host=219.239.102.90; posting-account=WCF0RAoAAAA3SuBovfdliw54y_IF6d58 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173202 X-Mailman-Approved-At: Mon, 21 Sep 2009 17:47:38 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68350 Archived-At: 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 .