[TeXmacs/f17] add rdelim patch

Jindrich Novy jnovy at fedoraproject.org
Tue Feb 19 08:05:00 UTC 2013


commit 61f3b0405c52b251127048590c37ca3370ae5518
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Tue Feb 19 09:04:44 2013 +0100

    add rdelim patch

 TeXmacs-rdelim.patch |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/TeXmacs-rdelim.patch b/TeXmacs-rdelim.patch
new file mode 100644
index 0000000..7c9ffc1
--- /dev/null
+++ b/TeXmacs-rdelim.patch
@@ -0,0 +1,13 @@
+diff -up TeXmacs-1.0.7.18-src/TeXmacs/progs/init-texmacs.scm.rdelim TeXmacs-1.0.7.18-src/TeXmacs/progs/init-texmacs.scm
+--- TeXmacs-1.0.7.18-src/TeXmacs/progs/init-texmacs.scm.rdelim	2013-02-13 18:49:17.000000000 +0100
++++ TeXmacs-1.0.7.18-src/TeXmacs/progs/init-texmacs.scm	2013-02-17 20:04:27.168132477 +0100
+@@ -12,6 +12,9 @@
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+ 
+ (define boot-start (texmacs-time))
++
++(use-modules (ice-9 rdelim))
++
+ (define developer-mode?
+   (equal? (cpp-get-preference "developer tool" "off") "on"))
+ 


More information about the scm-commits mailing list