From f20c72ae93aca6e0bd4322f1ea157b680569bd66 Mon Sep 17 00:00:00 2001 From: erg Date: Mon, 23 Oct 2006 22:04:43 +0000 Subject: [PATCH] more fixes for textmate --- contrib/textmate/textmate.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/textmate/textmate.factor b/contrib/textmate/textmate.factor index 365374a6bc..5dbf836f86 100644 --- a/contrib/textmate/textmate.factor +++ b/contrib/textmate/textmate.factor @@ -1,8 +1,8 @@ -USING: definitions kernel parser process namespaces ; +USING: definitions kernel parser process namespaces prettyprint ; IN: textmate : textmate-location ( file line -- ) - [ "mate -a \"" % over % "\" -l " % # ] "" make run-process ; + [ "mate -a -l " % # " " % unparse % ] "" make run-process ; -[ textmate-location ] edit-hook set-global \ No newline at end of file +[ textmate-location ] edit-hook set-global