From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tom Breton (Tehom)" Subject: Re: org-stow (Proof of concept) Date: Sat, 12 Feb 2011 16:49:57 -0500 Message-ID: References: <7c8ed5db209c02a3b75c8a843794e5b5.squirrel@mail.panix.com> <87ei7esndb.fsf@gnu.org> <87wrl5tmwo.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=39163 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoNLs-0003Cn-3O for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 16:50:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoNLq-0007JD-Vq for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 16:49:59 -0500 Received: from mail2.panix.com ([166.84.1.73]:63881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoNLq-0007J2-S5 for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 16:49:58 -0500 In-Reply-To: <87wrl5tmwo.fsf@altern.org> 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: Bastien Cc: emacs-orgmode@gnu.org > > M-x org-stow-make-item-stowable RET on "TODO Drop off stuff" is okay. > > But M-x org-stow-item RET on the same item is not -- here is a > backtrace: D'oh! I completely forgot about the type-checking code! That's for development, not production. It just assertfails if the wrong type is used. Very helpful in finding problems early. It relies on a type-checking support module in emtest that defines certain types that Common Lisp provides but cl doesn't. I am pushing a quick fix where if that module is not available, the type just always succeeds. If you'd like the type-checking support (which is stand-alone) or all of emtest, I can certainly include it. Since you seem to have chosen ert, I don't know what you want in this regard. Tom Breton (Tehom)