pkgsrc/editors/TeXmacs/patches/patch-ac
recht 657e9dc2ea update to 1.0.3.6
Changes:
A lot of documentation has been added on how to write style files. Several
bugs that were introduced in the last two versions have been corrected.
2004-04-04 23:19:45 +00:00

11 lines
460 B
Text

$NetBSD: patch-ac,v 1.5 2004/04/04 23:19:45 recht Exp $
--- plugins/python/progs/init-python.scm.orig 2004-04-03 21:20:48.000000000 +0200
+++ plugins/python/progs/init-python.scm 2004-04-05 01:03:50.000000000 +0200
@@ -1,5 +1,5 @@
(plugin-configure python
- (:require (url-exists-in-path? "python"))
+ (:require (url-exists-in-path? "@PYTHONBIN@"))
(:require (url-exists-in-path? "tm_python"))
(:launch "tm_python --texmacs")
(:tab-completion #t)