[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[eev] gnuplot.e
From: |
rubikitch |
Subject: |
[eev] gnuplot.e |
Date: |
Sun, 17 Jul 2005 09:42:43 +0900 (JST) |
Hi,
The gnuplot.e needs to be fixed.
P.S.
I failed to sign the FSF papers.
The FSF did not accept assignments because eev has not yet been officially
recognized as GNU.
I have no idea what I do.
cd /home/rubikitch/memo/e/
diff -u /home/rubikitch/src/edrx/e/gnuplot.e /home/rubikitch/memo/e/gnuplot.e
--- /home/rubikitch/src/edrx/e/gnuplot.e 2004-12-03 06:10:06.000000000
+0900
+++ /home/rubikitch/memo/e/gnuplot.e 2005-07-17 09:27:57.959906304 +0900
@@ -49,8 +49,8 @@
# (find-status "gnuplot")
# (find-vldifile "gnuplot.list")
-# (find-fline "/usr/doc/gnuplot/")
-# (find-fline "/usr/doc/gnuplot/examples/")
+# (find-udfile "gnuplot/")
+# (find-udfile "gnuplot/examples/")
# (find-fline "/usr/share/gnuplot/gnuplot.gih")
# (find-man "1 gnuplot")
@@ -59,7 +59,7 @@
#
rm -Rv /tmp/gnuplot-doc/
mkdir /tmp/gnuplot-doc/
-cp -ivR /usr/doc/gnuplot/* /tmp/gnuplot-doc
+cp -ivR /usr/share/doc/gnuplot-doc/* /tmp/gnuplot-doc
gunzip -rv /tmp/gnuplot-doc/
cd /tmp/gnuplot-doc/
@@ -110,7 +110,7 @@
#
cd /tmp/
PAGER=cat gnuplot
-set terminal 11
+set terminal x11
set xrange [-5:+5]
set yrange [-5:+5]
set xzeroaxis 1
@@ -162,25 +162,25 @@
# (find-status "gnuplot-mode")
# (find-vldifile "gnuplot-mode.list")
-# (find-fline "/usr/doc/gnuplot-mode/")
+# (find-udfile "gnuplot-mode/")
# (find-status "ploticus")
# (find-vldifile "ploticus.list")
-# (find-fline "/usr/doc/ploticus/")
+# (find-udfile "ploticus/")
# (find-status "ploticus-doc")
# (find-vldifile "ploticus-doc.list")
-# (find-fline "/usr/doc/ploticus-doc/")
+# (find-udfile "ploticus-doc/")
# (find-status "gnuplot")
# (find-vldifile "gnuplot.list")
-# (find-fline "/usr/doc/gnuplot/")
-# (find-fline "/usr/doc/gnuplot/0FAQ.gz")
-# (find-fline "/usr/doc/gnuplot/0README.gz")
+# (find-udfile "gnuplot/")
+# (find-udfile "gnuplot/0FAQ.gz")
+# (find-udfile "gnuplot/0README.gz")
# (eeman "gnuplot")
-lynx /usr/doc/gnuplot/gnuplot.html
+lynx /usr/share/doc/gnuplot/gnuplot.html
Diff finished at Sun Jul 17 09:29:16
--
rubikitch
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [eev] gnuplot.e,
rubikitch <=