From mboxrd@z Thu Jan 1 00:00:00 1970 From: Seweryn Subject: Re: [PATCH] Latest git pull has bug in (org-babel-remove-temporary-directory) Date: Thu, 26 Aug 2010 22:37:43 +0000 (UTC) Message-ID: References: <87eidl1sgt.fsf@gmail.com> <87zkw9mn3n.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60070 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ool54-0003GM-66 for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 18:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ool4y-0007vl-P7 for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 18:37:57 -0400 Received: from lo.gmane.org ([80.91.229.12]:47531) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ool4y-0007vW-H4 for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 18:37:52 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ool4w-0005WK-VK for emacs-orgmode@gnu.org; Fri, 27 Aug 2010 00:37:51 +0200 Received: from 94.163.124.27 ([94.163.124.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Aug 2010 00:37:50 +0200 Received: from sewkokot by 94.163.124.27 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 27 Aug 2010 00:37:50 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org > > Hi Noorul, > > Thanks for pointing out the above, I guess files.el can't be assumed to > be loaded. I've pushed up a fix. I have also: --------------- delete-directory is an interactive compiled Lisp function in `files.el'. (delete-directory DIRECTORY &optional RECURSIVE) Delete the directory named DIRECTORY. Does not follow symlinks. If RECURSIVE is non-nil, all files in DIRECTORY are deleted as well. --------------------- It should be related with these posts on emacs.devel: http://thread.gmane.org/gmane.emacs.tramp/6964/focus=115812 http://article.gmane.org/gmane.emacs.devel/115812 http://article.gmane.org/gmane.emacs.tramp/6974 I don't have files.el loaded explicitely in my .emacs file, and I don't know where it is loaded?