You can subscribe to this list here.
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
(50) |
Jun
(6) |
Jul
(8) |
Aug
(4) |
Sep
(2) |
Oct
(4) |
Nov
(6) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
(24) |
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ina...@us...> - 2013-07-15 23:59:23
|
Revision: 647
http://sourceforge.net/p/euslisp/code/647
Author: inaba-jsk
Date: 2013-07-15 23:59:14 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
modify function definition of compile in comp.l based on Henry's report
Modified Paths:
--------------
trunk/EusLisp/lisp/comp/comp.l
Modified: trunk/EusLisp/lisp/comp/comp.l
===================================================================
--- trunk/EusLisp/lisp/comp/comp.l 2013-06-29 07:57:20 UTC (rev 646)
+++ trunk/EusLisp/lisp/comp/comp.l 2013-07-15 23:59:14 UTC (rev 647)
@@ -1456,7 +1456,8 @@
(setq pname (make-pathname :defaults fname :type "h"))
(unix:unlink (namestring pname))
(setq pname (make-pathname :defaults fname :type
- #-:linux "o"
+ #-(or :linux :cygwin) "o"
+ #+:cygwin "dll"
#+:linux "so"
))
(load pname)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ina...@us...> - 2013-07-15 23:59:21
|
Revision: 647
http://sourceforge.net/p/euslisp/code/647
Author: inaba-jsk
Date: 2013-07-15 23:59:14 +0000 (Mon, 15 Jul 2013)
Log Message:
-----------
modify function definition of compile in comp.l based on Henry's report
Modified Paths:
--------------
trunk/EusLisp/lisp/comp/comp.l
Modified: trunk/EusLisp/lisp/comp/comp.l
===================================================================
--- trunk/EusLisp/lisp/comp/comp.l 2013-06-29 07:57:20 UTC (rev 646)
+++ trunk/EusLisp/lisp/comp/comp.l 2013-07-15 23:59:14 UTC (rev 647)
@@ -1456,7 +1456,8 @@
(setq pname (make-pathname :defaults fname :type "h"))
(unix:unlink (namestring pname))
(setq pname (make-pathname :defaults fname :type
- #-:linux "o"
+ #-(or :linux :cygwin) "o"
+ #+:cygwin "dll"
#+:linux "so"
))
(load pname)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-06-29 07:57:35
|
Revision: 646
http://sourceforge.net/p/euslisp/code/646
Author: k-okada
Date: 2013-06-29 07:57:20 +0000 (Sat, 29 Jun 2013)
Log Message:
-----------
add debug message
Modified Paths:
--------------
trunk/EusLisp/lib/llib/unittest.l
Modified: trunk/EusLisp/lib/llib/unittest.l
===================================================================
--- trunk/EusLisp/lib/llib/unittest.l 2013-06-17 06:06:22 UTC (rev 645)
+++ trunk/EusLisp/lib/llib/unittest.l 2013-06-29 07:57:20 UTC (rev 646)
@@ -164,6 +164,7 @@
`(progn
;; its not cool...
(defun ,name ()
+ (warning-message 2 "start testing [~A]~%" ',name)
,@body)
(send *unit-test* :add-function ',name)
',name))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-06-29 07:57:32
|
Revision: 646
http://sourceforge.net/p/euslisp/code/646
Author: k-okada
Date: 2013-06-29 07:57:20 +0000 (Sat, 29 Jun 2013)
Log Message:
-----------
add debug message
Modified Paths:
--------------
trunk/EusLisp/lib/llib/unittest.l
Modified: trunk/EusLisp/lib/llib/unittest.l
===================================================================
--- trunk/EusLisp/lib/llib/unittest.l 2013-06-17 06:06:22 UTC (rev 645)
+++ trunk/EusLisp/lib/llib/unittest.l 2013-06-29 07:57:20 UTC (rev 646)
@@ -164,6 +164,7 @@
`(progn
;; its not cool...
(defun ,name ()
+ (warning-message 2 "start testing [~A]~%" ',name)
,@body)
(send *unit-test* :add-function ',name)
',name))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sn...@us...> - 2013-06-17 06:06:31
|
Revision: 645
http://sourceforge.net/p/euslisp/code/645
Author: snozawa
Date: 2013-06-17 06:06:22 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
add room602 wall
Modified Paths:
--------------
trunk/EusLisp/models/room602-scene.l
Added Paths:
-----------
trunk/EusLisp/models/room602-wall1-object.l
trunk/EusLisp/models/room602-wall2-object.l
trunk/EusLisp/models/room602-wall3-object.l
trunk/EusLisp/models/room602-wall33-object.l
trunk/EusLisp/models/room602-wall4-object.l
trunk/EusLisp/models/room602-wall5-object.l
trunk/EusLisp/models/room602-wall6-object.l
trunk/EusLisp/models/room602-wall7-object.l
Modified: trunk/EusLisp/models/room602-scene.l
===================================================================
--- trunk/EusLisp/models/room602-scene.l 2013-06-03 02:38:02 UTC (rev 644)
+++ trunk/EusLisp/models/room602-scene.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -57,6 +57,14 @@
(load "models/room602-clock-object.l")
(load "models/room602-laundry-machine-object.l")
(load "models/room602-tray1-object.l")
+(load "models/room602-wall1-object.l")
+(load "models/room602-wall2-object.l")
+(load "models/room602-wall3-object.l")
+(load "models/room602-wall33-object.l")
+(load "models/room602-wall4-object.l")
+(load "models/room602-wall5-object.l")
+(load "models/room602-wall6-object.l")
+(load "models/room602-wall7-object.l")
(defclass room602-scene
:super scene-model
@@ -121,6 +129,14 @@
(send (room602-clock) :transform (make-coords :pos (float-vector 25.0 1300.0 2100.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
(send (room602-laundry-machine) :transform (make-coords :pos (float-vector 500.0 4300.0 0.0) :rot #2f((0.984808 0.173648 0.0) (-0.173648 0.984808 0.0) (0.0 0.0 1.0))))
(send (room602-tray1) :transform (make-coords :pos (float-vector 4790.0 2400.0 705.0) :rot #2f((2.220446e-16 -1.0 0.0) (1.0 2.220446e-16 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall1) :transform (make-coords :pos (float-vector 5300.0 4700.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall2) :transform (make-coords :pos (float-vector 3445.0 4700.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall3) :transform (make-coords :pos (float-vector 2048.0 4700.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall33) :transform (make-coords :pos (float-vector 290.0 4800.0 1125.0) :rot #2f((2.220446e-16 -1.0 0.0) (1.0 2.220446e-16 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall4) :transform (make-coords :pos (float-vector 1800.0 -1500.0 1125.0) :rot #2f((-1.0 -1.224606e-16 0.0) (1.224606e-16 -1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall5) :transform (make-coords :pos (float-vector 800.0 -1100.0 1125.0) :rot #2f((2.220446e-16 -1.0 0.0) (1.0 2.220446e-16 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall6) :transform (make-coords :pos (float-vector 2300.0 -1600.0 1125.0) :rot #2f((-1.0 -1.224606e-16 0.0) (1.224606e-16 -1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall7) :transform (make-coords :pos (float-vector 1500.0 1300.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
))
))
)
Added: trunk/EusLisp/models/room602-wall1-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall1-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall1-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall1-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall1-object
+ (:init
+ (&rest args &key (name "room602-wall1") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall1-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall1-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall1 (&rest args) (instance* room602-wall1-object :init args))
+;; (format *error-output* "(instance room602-wall1-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall2-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall2-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall2-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall2-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall2-object
+ (:init
+ (&rest args &key (name "room602-wall2") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall2-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall2-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall2 (&rest args) (instance* room602-wall2-object :init args))
+;; (format *error-output* "(instance room602-wall2-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall3-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall3-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall3-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall3-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall3-object
+ (:init
+ (&rest args &key (name "room602-wall3") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall3-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector -457.5 40.0 1125.0) (float-vector -457.5 -40.0 1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 -40.0 1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 -40.0 1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall3-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall3 (&rest args) (instance* room602-wall3-object :init args))
+;; (format *error-output* "(instance room602-wall3-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall33-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall33-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall33-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall33-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall33-object
+ (:init
+ (&rest args &key (name "room602-wall33") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall33-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall33-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall33 (&rest args) (instance* room602-wall33-object :init args))
+;; (format *error-output* "(instance room602-wall33-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall4-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall4-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall4-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall4-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall4-object
+ (:init
+ (&rest args &key (name "room602-wall4") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall4-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall4-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall4 (&rest args) (instance* room602-wall4-object :init args))
+;; (format *error-output* "(instance room602-wall4-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall5-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall5-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall5-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall5-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall5-object
+ (:init
+ (&rest args &key (name "room602-wall5") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall5-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector -457.5 40.0 1125.0) (float-vector -457.5 -40.0 1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 -40.0 1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 -40.0 1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall5-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall5 (&rest args) (instance* room602-wall5-object :init args))
+;; (format *error-output* "(instance room602-wall5-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall6-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall6-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall6-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall6-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall6-object
+ (:init
+ (&rest args &key (name "room602-wall6") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall6-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector -457.5 40.0 1125.0) (float-vector -457.5 -40.0 1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 -40.0 1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 -40.0 1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall6-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall6 (&rest args) (instance* room602-wall6-object :init args))
+;; (format *error-output* "(instance room602-wall6-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall7-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall7-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall7-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall7-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall7-object
+ (:init
+ (&rest args &key (name "room602-wall7") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall7-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall7-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall7 (&rest args) (instance* room602-wall7-object :init args))
+;; (format *error-output* "(instance room602-wall7-object :init) for generating model~%")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sn...@us...> - 2013-06-17 06:06:29
|
Revision: 645
http://sourceforge.net/p/euslisp/code/645
Author: snozawa
Date: 2013-06-17 06:06:22 +0000 (Mon, 17 Jun 2013)
Log Message:
-----------
add room602 wall
Modified Paths:
--------------
trunk/EusLisp/models/room602-scene.l
Added Paths:
-----------
trunk/EusLisp/models/room602-wall1-object.l
trunk/EusLisp/models/room602-wall2-object.l
trunk/EusLisp/models/room602-wall3-object.l
trunk/EusLisp/models/room602-wall33-object.l
trunk/EusLisp/models/room602-wall4-object.l
trunk/EusLisp/models/room602-wall5-object.l
trunk/EusLisp/models/room602-wall6-object.l
trunk/EusLisp/models/room602-wall7-object.l
Modified: trunk/EusLisp/models/room602-scene.l
===================================================================
--- trunk/EusLisp/models/room602-scene.l 2013-06-03 02:38:02 UTC (rev 644)
+++ trunk/EusLisp/models/room602-scene.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -57,6 +57,14 @@
(load "models/room602-clock-object.l")
(load "models/room602-laundry-machine-object.l")
(load "models/room602-tray1-object.l")
+(load "models/room602-wall1-object.l")
+(load "models/room602-wall2-object.l")
+(load "models/room602-wall3-object.l")
+(load "models/room602-wall33-object.l")
+(load "models/room602-wall4-object.l")
+(load "models/room602-wall5-object.l")
+(load "models/room602-wall6-object.l")
+(load "models/room602-wall7-object.l")
(defclass room602-scene
:super scene-model
@@ -121,6 +129,14 @@
(send (room602-clock) :transform (make-coords :pos (float-vector 25.0 1300.0 2100.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
(send (room602-laundry-machine) :transform (make-coords :pos (float-vector 500.0 4300.0 0.0) :rot #2f((0.984808 0.173648 0.0) (-0.173648 0.984808 0.0) (0.0 0.0 1.0))))
(send (room602-tray1) :transform (make-coords :pos (float-vector 4790.0 2400.0 705.0) :rot #2f((2.220446e-16 -1.0 0.0) (1.0 2.220446e-16 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall1) :transform (make-coords :pos (float-vector 5300.0 4700.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall2) :transform (make-coords :pos (float-vector 3445.0 4700.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall3) :transform (make-coords :pos (float-vector 2048.0 4700.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall33) :transform (make-coords :pos (float-vector 290.0 4800.0 1125.0) :rot #2f((2.220446e-16 -1.0 0.0) (1.0 2.220446e-16 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall4) :transform (make-coords :pos (float-vector 1800.0 -1500.0 1125.0) :rot #2f((-1.0 -1.224606e-16 0.0) (1.224606e-16 -1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall5) :transform (make-coords :pos (float-vector 800.0 -1100.0 1125.0) :rot #2f((2.220446e-16 -1.0 0.0) (1.0 2.220446e-16 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall6) :transform (make-coords :pos (float-vector 2300.0 -1600.0 1125.0) :rot #2f((-1.0 -1.224606e-16 0.0) (1.224606e-16 -1.0 0.0) (0.0 0.0 1.0))))
+ (send (room602-wall7) :transform (make-coords :pos (float-vector 1500.0 1300.0 1125.0) :rot #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
))
))
)
Added: trunk/EusLisp/models/room602-wall1-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall1-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall1-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall1-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall1-object
+ (:init
+ (&rest args &key (name "room602-wall1") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall1-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall1-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall1 (&rest args) (instance* room602-wall1-object :init args))
+;; (format *error-output* "(instance room602-wall1-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall2-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall2-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall2-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall2-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall2-object
+ (:init
+ (&rest args &key (name "room602-wall2") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall2-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall2-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall2 (&rest args) (instance* room602-wall2-object :init args))
+;; (format *error-output* "(instance room602-wall2-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall3-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall3-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall3-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall3-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall3-object
+ (:init
+ (&rest args &key (name "room602-wall3") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall3-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector -457.5 40.0 1125.0) (float-vector -457.5 -40.0 1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 -40.0 1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 -40.0 1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall3-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall3 (&rest args) (instance* room602-wall3-object :init args))
+;; (format *error-output* "(instance room602-wall3-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall33-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall33-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall33-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall33-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall33-object
+ (:init
+ (&rest args &key (name "room602-wall33") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall33-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall33-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall33 (&rest args) (instance* room602-wall33-object :init args))
+;; (format *error-output* "(instance room602-wall33-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall4-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall4-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall4-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall4-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall4-object
+ (:init
+ (&rest args &key (name "room602-wall4") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall4-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall4-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall4 (&rest args) (instance* room602-wall4-object :init args))
+;; (format *error-output* "(instance room602-wall4-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall5-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall5-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall5-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall5-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall5-object
+ (:init
+ (&rest args &key (name "room602-wall5") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall5-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector -457.5 40.0 1125.0) (float-vector -457.5 -40.0 1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 -40.0 1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 -40.0 1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall5-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall5 (&rest args) (instance* room602-wall5-object :init args))
+;; (format *error-output* "(instance room602-wall5-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall6-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall6-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall6-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall6-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall6-object
+ (:init
+ (&rest args &key (name "room602-wall6") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall6-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector -457.5 40.0 1125.0) (float-vector -457.5 -40.0 1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 40.0 1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 457.5 -40.0 1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 40.0 -1125.0) (float-vector 457.5 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 -40.0 1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 -1125.0) (float-vector 457.5 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -457.5 40.0 1125.0) (float-vector -457.5 40.0 -1125.0) (float-vector -457.5 -40.0 -1125.0) (float-vector -457.5 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall6-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall6 (&rest args) (instance* room602-wall6-object :init args))
+;; (format *error-output* "(instance room602-wall6-object :init) for generating model~%")
Added: trunk/EusLisp/models/room602-wall7-object.l
===================================================================
--- trunk/EusLisp/models/room602-wall7-object.l (rev 0)
+++ trunk/EusLisp/models/room602-wall7-object.l 2013-06-17 06:06:22 UTC (rev 645)
@@ -0,0 +1,62 @@
+;;
+;; DO NOT EDIT THIS FILE
+;; this file is automatically generated from euslisp+euslib version
+;;
+;;
+(defclass room602-wall7-object
+ :super cascaded-link
+ :slots (sensors
+ ))
+(defmethod room602-wall7-object
+ (:init
+ (&rest args &key (name "room602-wall7") (pos (float-vector 0 0 0)) (rot (unit-matrix 3)) &allow-other-keys)
+ (let (c bc
+ blink0
+ )
+ (send-super* :init :name name args)
+
+ ;; definition of link
+
+ ;; definition of :room602-wall7-bodyset2
+ (setq bc (list
+ (instance faceset :init :faces (list
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector -915.0 40.0 1125.0) (float-vector -915.0 -40.0 1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 40.0 1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector 915.0 -40.0 1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 40.0 -1125.0) (float-vector 915.0 40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 -40.0 1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 -1125.0) (float-vector 915.0 -40.0 1125.0)))
+ (instance face :init :vertices (list (float-vector -915.0 40.0 1125.0) (float-vector -915.0 40.0 -1125.0) (float-vector -915.0 -40.0 -1125.0) (float-vector -915.0 -40.0 1125.0)))
+ ))
+ ))
+ (dolist (b (cdr bc)) (send (car bc) :assoc b))
+ ;; paste texture irt83b1-panel.jpg
+ (send (elt bc 0) :paste-texture-to-face (elt (send (elt bc 0) :faces)4) :file "models/irt83b1-panel.jpg")
+ (send (elt bc 0) :set-color :cornsilk)
+ (setq blink0 (instance bodyset-link :init (make-cascoords) :bodies bc :name :room602-wall7-bodyset2 :weight 1 :centroid (float-vector 0.0 0.0 0.0) :inertia-tensor #2f((1.0 0.0 0.0) (0.0 1.0 0.0) (0.0 0.0 1.0))))
+
+ ;; definition of assoc
+ (send self :assoc blink0)
+
+ ;; definition of end-coords
+
+ ;; definition of joint
+
+
+ ;; init-ending
+ (setq links (list blink0))
+ (setq joint-list (list))
+ (send self :init-ending)
+ (send self :move-to (make-coords :pos pos :rot rot))
+ (send-all links :worldcoords)
+
+ self))
+ (:cameras (&rest args)
+ (forward-message-to-all (list) args))
+
+ (:handle (&rest args) (forward-message-to-all (list ) args))
+ (:attention (&rest args) (forward-message-to-all (list ) args))
+ (:button (&rest args) (forward-message-to-all (list ) args))
+ )
+
+(defun room602-wall7 (&rest args) (instance* room602-wall7-object :init args))
+;; (format *error-output* "(instance room602-wall7-object :init) for generating model~%")
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-06-03 02:38:09
|
Revision: 644
http://sourceforge.net/p/euslisp/code/644
Author: k-okada
Date: 2013-06-03 02:38:02 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
use copy-matrix and copy-seq for copy rot/pos object, see https://sourceforge.net/p/jskeus/tickets/28/
Modified Paths:
--------------
trunk/EusLisp/lisp/l/coordinates.l
Modified: trunk/EusLisp/lisp/l/coordinates.l
===================================================================
--- trunk/EusLisp/lisp/l/coordinates.l 2013-05-29 09:31:41 UTC (rev 643)
+++ trunk/EusLisp/lisp/l/coordinates.l 2013-06-03 02:38:02 UTC (rev 644)
@@ -547,8 +547,10 @@
(setf manager self
changed t ;safer
worldcoords ;prepare a world-coordinates holder
- (instance coordinates :init :rot (copy-object rot)
- :pos (copy-object pos)))
+ ;; avoid to use copy-object, see https://sourceforge.net/p/jskeus/tickets/28/
+ (instance coordinates :init :rot (copy-matrix rot) ; (copy-object rot)
+ :pos (copy-seq pos) ; (copy-object pos)
+ ))
(if par (send par :assoc self at))
self)
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-06-03 02:38:07
|
Revision: 644
http://sourceforge.net/p/euslisp/code/644
Author: k-okada
Date: 2013-06-03 02:38:02 +0000 (Mon, 03 Jun 2013)
Log Message:
-----------
use copy-matrix and copy-seq for copy rot/pos object, see https://sourceforge.net/p/jskeus/tickets/28/
Modified Paths:
--------------
trunk/EusLisp/lisp/l/coordinates.l
Modified: trunk/EusLisp/lisp/l/coordinates.l
===================================================================
--- trunk/EusLisp/lisp/l/coordinates.l 2013-05-29 09:31:41 UTC (rev 643)
+++ trunk/EusLisp/lisp/l/coordinates.l 2013-06-03 02:38:02 UTC (rev 644)
@@ -547,8 +547,10 @@
(setf manager self
changed t ;safer
worldcoords ;prepare a world-coordinates holder
- (instance coordinates :init :rot (copy-object rot)
- :pos (copy-object pos)))
+ ;; avoid to use copy-object, see https://sourceforge.net/p/jskeus/tickets/28/
+ (instance coordinates :init :rot (copy-matrix rot) ; (copy-object rot)
+ :pos (copy-seq pos) ; (copy-object pos)
+ ))
(if par (send par :assoc self at))
self)
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-29 09:31:49
|
Revision: 643
http://sourceforge.net/p/euslisp/code/643
Author: k-okada
Date: 2013-05-29 09:31:41 +0000 (Wed, 29 May 2013)
Log Message:
-----------
add LC_ALL=C fixes [#27]
Modified Paths:
--------------
trunk/EusLisp/lisp/tool/makedate
Modified: trunk/EusLisp/lisp/tool/makedate
===================================================================
--- trunk/EusLisp/lisp/tool/makedate 2013-05-24 04:51:37 UTC (rev 642)
+++ trunk/EusLisp/lisp/tool/makedate 2013-05-29 09:31:41 UTC (rev 643)
@@ -1,6 +1,7 @@
#
# echo \"`date`\" >MAKEDATE
export LANG=C
+export LC_ALL=C
echo "char *makedate="\"`date`\"';'
echo "#if Linux"
echo "char *svnrevision="\"r`svnversion -n`\"';'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-29 09:31:46
|
Revision: 643
http://sourceforge.net/p/euslisp/code/643
Author: k-okada
Date: 2013-05-29 09:31:41 +0000 (Wed, 29 May 2013)
Log Message:
-----------
add LC_ALL=C fixes [#27]
Modified Paths:
--------------
trunk/EusLisp/lisp/tool/makedate
Modified: trunk/EusLisp/lisp/tool/makedate
===================================================================
--- trunk/EusLisp/lisp/tool/makedate 2013-05-24 04:51:37 UTC (rev 642)
+++ trunk/EusLisp/lisp/tool/makedate 2013-05-29 09:31:41 UTC (rev 643)
@@ -1,6 +1,7 @@
#
# echo \"`date`\" >MAKEDATE
export LANG=C
+export LC_ALL=C
echo "char *makedate="\"`date`\"';'
echo "#if Linux"
echo "char *svnrevision="\"r`svnversion -n`\"';'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-24 04:51:45
|
Revision: 642
http://sourceforge.net/p/euslisp/code/642
Author: k-okada
Date: 2013-05-24 04:51:37 +0000 (Fri, 24 May 2013)
Log Message:
-----------
remove rpath to Linux (not Linux64)
Modified Paths:
--------------
trunk/EusLisp/lisp/Makefile.Linux64
Modified: trunk/EusLisp/lisp/Makefile.Linux64
===================================================================
--- trunk/EusLisp/lisp/Makefile.Linux64 2013-05-21 01:54:51 UTC (rev 641)
+++ trunk/EusLisp/lisp/Makefile.Linux64 2013-05-24 04:51:37 UTC (rev 642)
@@ -71,7 +71,7 @@
XLIB= -L/usr/X11R6/lib $(ADD_LDFLAGS) -lX11
# specify directories where euslisp's libraries are located.
-EUSLIB= -Xlinker -R$(ADLIBDIR):$(EUSDIR)/lib/Linux -L$(ADLIBDIR) $(ADD_LDFLAGS)
+EUSLIB= -Xlinker -R$(ADLIBDIR) -L$(ADLIBDIR) $(ADD_LDFLAGS)
GLLIB= -L$(ADLIBDIR) $(ADD_LDFLAGS) -lGLU -lGL -lXext -leusgl
# POSIX Thread
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-24 04:51:43
|
Revision: 642
http://sourceforge.net/p/euslisp/code/642
Author: k-okada
Date: 2013-05-24 04:51:37 +0000 (Fri, 24 May 2013)
Log Message:
-----------
remove rpath to Linux (not Linux64)
Modified Paths:
--------------
trunk/EusLisp/lisp/Makefile.Linux64
Modified: trunk/EusLisp/lisp/Makefile.Linux64
===================================================================
--- trunk/EusLisp/lisp/Makefile.Linux64 2013-05-21 01:54:51 UTC (rev 641)
+++ trunk/EusLisp/lisp/Makefile.Linux64 2013-05-24 04:51:37 UTC (rev 642)
@@ -71,7 +71,7 @@
XLIB= -L/usr/X11R6/lib $(ADD_LDFLAGS) -lX11
# specify directories where euslisp's libraries are located.
-EUSLIB= -Xlinker -R$(ADLIBDIR):$(EUSDIR)/lib/Linux -L$(ADLIBDIR) $(ADD_LDFLAGS)
+EUSLIB= -Xlinker -R$(ADLIBDIR) -L$(ADLIBDIR) $(ADD_LDFLAGS)
GLLIB= -L$(ADLIBDIR) $(ADD_LDFLAGS) -lGLU -lGL -lXext -leusgl
# POSIX Thread
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-21 01:55:12
|
Revision: 641
http://sourceforge.net/p/euslisp/code/641
Author: k-okada
Date: 2013-05-21 01:54:51 +0000 (Tue, 21 May 2013)
Log Message:
-----------
use local icons
Modified Paths:
--------------
trunk/EusLisp/doc/html/jmanual-footnode.html
trunk/EusLisp/doc/html/jmanual-images.log
trunk/EusLisp/doc/html/jmanual-images.pl
trunk/EusLisp/doc/html/jmanual-images.tex
trunk/EusLisp/doc/html/jmanual-img2.png
trunk/EusLisp/doc/html/jmanual-node1.html
trunk/EusLisp/doc/html/jmanual-node10.html
trunk/EusLisp/doc/html/jmanual-node100.html
trunk/EusLisp/doc/html/jmanual-node101.html
trunk/EusLisp/doc/html/jmanual-node102.html
trunk/EusLisp/doc/html/jmanual-node103.html
trunk/EusLisp/doc/html/jmanual-node104.html
trunk/EusLisp/doc/html/jmanual-node105.html
trunk/EusLisp/doc/html/jmanual-node106.html
trunk/EusLisp/doc/html/jmanual-node107.html
trunk/EusLisp/doc/html/jmanual-node108.html
trunk/EusLisp/doc/html/jmanual-node109.html
trunk/EusLisp/doc/html/jmanual-node11.html
trunk/EusLisp/doc/html/jmanual-node110.html
trunk/EusLisp/doc/html/jmanual-node111.html
trunk/EusLisp/doc/html/jmanual-node112.html
trunk/EusLisp/doc/html/jmanual-node113.html
trunk/EusLisp/doc/html/jmanual-node114.html
trunk/EusLisp/doc/html/jmanual-node115.html
trunk/EusLisp/doc/html/jmanual-node116.html
trunk/EusLisp/doc/html/jmanual-node117.html
trunk/EusLisp/doc/html/jmanual-node118.html
trunk/EusLisp/doc/html/jmanual-node119.html
trunk/EusLisp/doc/html/jmanual-node12.html
trunk/EusLisp/doc/html/jmanual-node120.html
trunk/EusLisp/doc/html/jmanual-node121.html
trunk/EusLisp/doc/html/jmanual-node122.html
trunk/EusLisp/doc/html/jmanual-node123.html
trunk/EusLisp/doc/html/jmanual-node124.html
trunk/EusLisp/doc/html/jmanual-node125.html
trunk/EusLisp/doc/html/jmanual-node126.html
trunk/EusLisp/doc/html/jmanual-node127.html
trunk/EusLisp/doc/html/jmanual-node128.html
trunk/EusLisp/doc/html/jmanual-node129.html
trunk/EusLisp/doc/html/jmanual-node13.html
trunk/EusLisp/doc/html/jmanual-node130.html
trunk/EusLisp/doc/html/jmanual-node131.html
trunk/EusLisp/doc/html/jmanual-node132.html
trunk/EusLisp/doc/html/jmanual-node133.html
trunk/EusLisp/doc/html/jmanual-node134.html
trunk/EusLisp/doc/html/jmanual-node135.html
trunk/EusLisp/doc/html/jmanual-node136.html
trunk/EusLisp/doc/html/jmanual-node137.html
trunk/EusLisp/doc/html/jmanual-node138.html
trunk/EusLisp/doc/html/jmanual-node139.html
trunk/EusLisp/doc/html/jmanual-node14.html
trunk/EusLisp/doc/html/jmanual-node140.html
trunk/EusLisp/doc/html/jmanual-node141.html
trunk/EusLisp/doc/html/jmanual-node142.html
trunk/EusLisp/doc/html/jmanual-node143.html
trunk/EusLisp/doc/html/jmanual-node144.html
trunk/EusLisp/doc/html/jmanual-node145.html
trunk/EusLisp/doc/html/jmanual-node146.html
trunk/EusLisp/doc/html/jmanual-node147.html
trunk/EusLisp/doc/html/jmanual-node148.html
trunk/EusLisp/doc/html/jmanual-node149.html
trunk/EusLisp/doc/html/jmanual-node15.html
trunk/EusLisp/doc/html/jmanual-node150.html
trunk/EusLisp/doc/html/jmanual-node151.html
trunk/EusLisp/doc/html/jmanual-node152.html
trunk/EusLisp/doc/html/jmanual-node153.html
trunk/EusLisp/doc/html/jmanual-node154.html
trunk/EusLisp/doc/html/jmanual-node155.html
trunk/EusLisp/doc/html/jmanual-node156.html
trunk/EusLisp/doc/html/jmanual-node157.html
trunk/EusLisp/doc/html/jmanual-node16.html
trunk/EusLisp/doc/html/jmanual-node17.html
trunk/EusLisp/doc/html/jmanual-node18.html
trunk/EusLisp/doc/html/jmanual-node19.html
trunk/EusLisp/doc/html/jmanual-node2.html
trunk/EusLisp/doc/html/jmanual-node20.html
trunk/EusLisp/doc/html/jmanual-node21.html
trunk/EusLisp/doc/html/jmanual-node22.html
trunk/EusLisp/doc/html/jmanual-node23.html
trunk/EusLisp/doc/html/jmanual-node24.html
trunk/EusLisp/doc/html/jmanual-node25.html
trunk/EusLisp/doc/html/jmanual-node26.html
trunk/EusLisp/doc/html/jmanual-node27.html
trunk/EusLisp/doc/html/jmanual-node28.html
trunk/EusLisp/doc/html/jmanual-node29.html
trunk/EusLisp/doc/html/jmanual-node3.html
trunk/EusLisp/doc/html/jmanual-node30.html
trunk/EusLisp/doc/html/jmanual-node31.html
trunk/EusLisp/doc/html/jmanual-node32.html
trunk/EusLisp/doc/html/jmanual-node33.html
trunk/EusLisp/doc/html/jmanual-node34.html
trunk/EusLisp/doc/html/jmanual-node35.html
trunk/EusLisp/doc/html/jmanual-node36.html
trunk/EusLisp/doc/html/jmanual-node37.html
trunk/EusLisp/doc/html/jmanual-node38.html
trunk/EusLisp/doc/html/jmanual-node39.html
trunk/EusLisp/doc/html/jmanual-node4.html
trunk/EusLisp/doc/html/jmanual-node40.html
trunk/EusLisp/doc/html/jmanual-node41.html
trunk/EusLisp/doc/html/jmanual-node42.html
trunk/EusLisp/doc/html/jmanual-node43.html
trunk/EusLisp/doc/html/jmanual-node44.html
trunk/EusLisp/doc/html/jmanual-node45.html
trunk/EusLisp/doc/html/jmanual-node46.html
trunk/EusLisp/doc/html/jmanual-node47.html
trunk/EusLisp/doc/html/jmanual-node48.html
trunk/EusLisp/doc/html/jmanual-node49.html
trunk/EusLisp/doc/html/jmanual-node5.html
trunk/EusLisp/doc/html/jmanual-node50.html
trunk/EusLisp/doc/html/jmanual-node51.html
trunk/EusLisp/doc/html/jmanual-node52.html
trunk/EusLisp/doc/html/jmanual-node53.html
trunk/EusLisp/doc/html/jmanual-node54.html
trunk/EusLisp/doc/html/jmanual-node55.html
trunk/EusLisp/doc/html/jmanual-node56.html
trunk/EusLisp/doc/html/jmanual-node57.html
trunk/EusLisp/doc/html/jmanual-node58.html
trunk/EusLisp/doc/html/jmanual-node59.html
trunk/EusLisp/doc/html/jmanual-node6.html
trunk/EusLisp/doc/html/jmanual-node60.html
trunk/EusLisp/doc/html/jmanual-node61.html
trunk/EusLisp/doc/html/jmanual-node62.html
trunk/EusLisp/doc/html/jmanual-node63.html
trunk/EusLisp/doc/html/jmanual-node64.html
trunk/EusLisp/doc/html/jmanual-node65.html
trunk/EusLisp/doc/html/jmanual-node66.html
trunk/EusLisp/doc/html/jmanual-node67.html
trunk/EusLisp/doc/html/jmanual-node68.html
trunk/EusLisp/doc/html/jmanual-node69.html
trunk/EusLisp/doc/html/jmanual-node7.html
trunk/EusLisp/doc/html/jmanual-node70.html
trunk/EusLisp/doc/html/jmanual-node71.html
trunk/EusLisp/doc/html/jmanual-node72.html
trunk/EusLisp/doc/html/jmanual-node73.html
trunk/EusLisp/doc/html/jmanual-node74.html
trunk/EusLisp/doc/html/jmanual-node75.html
trunk/EusLisp/doc/html/jmanual-node76.html
trunk/EusLisp/doc/html/jmanual-node77.html
trunk/EusLisp/doc/html/jmanual-node78.html
trunk/EusLisp/doc/html/jmanual-node79.html
trunk/EusLisp/doc/html/jmanual-node8.html
trunk/EusLisp/doc/html/jmanual-node80.html
trunk/EusLisp/doc/html/jmanual-node81.html
trunk/EusLisp/doc/html/jmanual-node82.html
trunk/EusLisp/doc/html/jmanual-node83.html
trunk/EusLisp/doc/html/jmanual-node84.html
trunk/EusLisp/doc/html/jmanual-node85.html
trunk/EusLisp/doc/html/jmanual-node86.html
trunk/EusLisp/doc/html/jmanual-node87.html
trunk/EusLisp/doc/html/jmanual-node88.html
trunk/EusLisp/doc/html/jmanual-node89.html
trunk/EusLisp/doc/html/jmanual-node9.html
trunk/EusLisp/doc/html/jmanual-node90.html
trunk/EusLisp/doc/html/jmanual-node91.html
trunk/EusLisp/doc/html/jmanual-node92.html
trunk/EusLisp/doc/html/jmanual-node93.html
trunk/EusLisp/doc/html/jmanual-node94.html
trunk/EusLisp/doc/html/jmanual-node95.html
trunk/EusLisp/doc/html/jmanual-node96.html
trunk/EusLisp/doc/html/jmanual-node97.html
trunk/EusLisp/doc/html/jmanual-node98.html
trunk/EusLisp/doc/html/jmanual-node99.html
trunk/EusLisp/doc/html/jmanual.html
trunk/EusLisp/doc/html/manual-images.pl
trunk/EusLisp/doc/html/manual-node1.html
trunk/EusLisp/doc/html/manual-node10.html
trunk/EusLisp/doc/html/manual-node100.html
trunk/EusLisp/doc/html/manual-node101.html
trunk/EusLisp/doc/html/manual-node102.html
trunk/EusLisp/doc/html/manual-node103.html
trunk/EusLisp/doc/html/manual-node104.html
trunk/EusLisp/doc/html/manual-node105.html
trunk/EusLisp/doc/html/manual-node106.html
trunk/EusLisp/doc/html/manual-node107.html
trunk/EusLisp/doc/html/manual-node108.html
trunk/EusLisp/doc/html/manual-node109.html
trunk/EusLisp/doc/html/manual-node11.html
trunk/EusLisp/doc/html/manual-node110.html
trunk/EusLisp/doc/html/manual-node111.html
trunk/EusLisp/doc/html/manual-node112.html
trunk/EusLisp/doc/html/manual-node113.html
trunk/EusLisp/doc/html/manual-node114.html
trunk/EusLisp/doc/html/manual-node115.html
trunk/EusLisp/doc/html/manual-node116.html
trunk/EusLisp/doc/html/manual-node117.html
trunk/EusLisp/doc/html/manual-node118.html
trunk/EusLisp/doc/html/manual-node119.html
trunk/EusLisp/doc/html/manual-node12.html
trunk/EusLisp/doc/html/manual-node120.html
trunk/EusLisp/doc/html/manual-node121.html
trunk/EusLisp/doc/html/manual-node122.html
trunk/EusLisp/doc/html/manual-node123.html
trunk/EusLisp/doc/html/manual-node124.html
trunk/EusLisp/doc/html/manual-node125.html
trunk/EusLisp/doc/html/manual-node126.html
trunk/EusLisp/doc/html/manual-node127.html
trunk/EusLisp/doc/html/manual-node128.html
trunk/EusLisp/doc/html/manual-node129.html
trunk/EusLisp/doc/html/manual-node13.html
trunk/EusLisp/doc/html/manual-node130.html
trunk/EusLisp/doc/html/manual-node131.html
trunk/EusLisp/doc/html/manual-node132.html
trunk/EusLisp/doc/html/manual-node133.html
trunk/EusLisp/doc/html/manual-node134.html
trunk/EusLisp/doc/html/manual-node135.html
trunk/EusLisp/doc/html/manual-node136.html
trunk/EusLisp/doc/html/manual-node137.html
trunk/EusLisp/doc/html/manual-node138.html
trunk/EusLisp/doc/html/manual-node139.html
trunk/EusLisp/doc/html/manual-node14.html
trunk/EusLisp/doc/html/manual-node140.html
trunk/EusLisp/doc/html/manual-node141.html
trunk/EusLisp/doc/html/manual-node142.html
trunk/EusLisp/doc/html/manual-node143.html
trunk/EusLisp/doc/html/manual-node144.html
trunk/EusLisp/doc/html/manual-node145.html
trunk/EusLisp/doc/html/manual-node146.html
trunk/EusLisp/doc/html/manual-node147.html
trunk/EusLisp/doc/html/manual-node148.html
trunk/EusLisp/doc/html/manual-node149.html
trunk/EusLisp/doc/html/manual-node15.html
trunk/EusLisp/doc/html/manual-node150.html
trunk/EusLisp/doc/html/manual-node151.html
trunk/EusLisp/doc/html/manual-node152.html
trunk/EusLisp/doc/html/manual-node153.html
trunk/EusLisp/doc/html/manual-node154.html
trunk/EusLisp/doc/html/manual-node155.html
trunk/EusLisp/doc/html/manual-node156.html
trunk/EusLisp/doc/html/manual-node157.html
trunk/EusLisp/doc/html/manual-node158.html
trunk/EusLisp/doc/html/manual-node159.html
trunk/EusLisp/doc/html/manual-node16.html
trunk/EusLisp/doc/html/manual-node160.html
trunk/EusLisp/doc/html/manual-node161.html
trunk/EusLisp/doc/html/manual-node162.html
trunk/EusLisp/doc/html/manual-node163.html
trunk/EusLisp/doc/html/manual-node164.html
trunk/EusLisp/doc/html/manual-node165.html
trunk/EusLisp/doc/html/manual-node166.html
trunk/EusLisp/doc/html/manual-node167.html
trunk/EusLisp/doc/html/manual-node168.html
trunk/EusLisp/doc/html/manual-node17.html
trunk/EusLisp/doc/html/manual-node18.html
trunk/EusLisp/doc/html/manual-node19.html
trunk/EusLisp/doc/html/manual-node2.html
trunk/EusLisp/doc/html/manual-node20.html
trunk/EusLisp/doc/html/manual-node21.html
trunk/EusLisp/doc/html/manual-node22.html
trunk/EusLisp/doc/html/manual-node23.html
trunk/EusLisp/doc/html/manual-node24.html
trunk/EusLisp/doc/html/manual-node25.html
trunk/EusLisp/doc/html/manual-node26.html
trunk/EusLisp/doc/html/manual-node27.html
trunk/EusLisp/doc/html/manual-node28.html
trunk/EusLisp/doc/html/manual-node29.html
trunk/EusLisp/doc/html/manual-node3.html
trunk/EusLisp/doc/html/manual-node30.html
trunk/EusLisp/doc/html/manual-node31.html
trunk/EusLisp/doc/html/manual-node32.html
trunk/EusLisp/doc/html/manual-node33.html
trunk/EusLisp/doc/html/manual-node34.html
trunk/EusLisp/doc/html/manual-node35.html
trunk/EusLisp/doc/html/manual-node36.html
trunk/EusLisp/doc/html/manual-node37.html
trunk/EusLisp/doc/html/manual-node38.html
trunk/EusLisp/doc/html/manual-node39.html
trunk/EusLisp/doc/html/manual-node4.html
trunk/EusLisp/doc/html/manual-node40.html
trunk/EusLisp/doc/html/manual-node41.html
trunk/EusLisp/doc/html/manual-node42.html
trunk/EusLisp/doc/html/manual-node43.html
trunk/EusLisp/doc/html/manual-node44.html
trunk/EusLisp/doc/html/manual-node45.html
trunk/EusLisp/doc/html/manual-node46.html
trunk/EusLisp/doc/html/manual-node47.html
trunk/EusLisp/doc/html/manual-node48.html
trunk/EusLisp/doc/html/manual-node49.html
trunk/EusLisp/doc/html/manual-node5.html
trunk/EusLisp/doc/html/manual-node50.html
trunk/EusLisp/doc/html/manual-node51.html
trunk/EusLisp/doc/html/manual-node52.html
trunk/EusLisp/doc/html/manual-node53.html
trunk/EusLisp/doc/html/manual-node54.html
trunk/EusLisp/doc/html/manual-node55.html
trunk/EusLisp/doc/html/manual-node56.html
trunk/EusLisp/doc/html/manual-node57.html
trunk/EusLisp/doc/html/manual-node58.html
trunk/EusLisp/doc/html/manual-node59.html
trunk/EusLisp/doc/html/manual-node6.html
trunk/EusLisp/doc/html/manual-node60.html
trunk/EusLisp/doc/html/manual-node61.html
trunk/EusLisp/doc/html/manual-node62.html
trunk/EusLisp/doc/html/manual-node63.html
trunk/EusLisp/doc/html/manual-node64.html
trunk/EusLisp/doc/html/manual-node65.html
trunk/EusLisp/doc/html/manual-node66.html
trunk/EusLisp/doc/html/manual-node67.html
trunk/EusLisp/doc/html/manual-node68.html
trunk/EusLisp/doc/html/manual-node69.html
trunk/EusLisp/doc/html/manual-node7.html
trunk/EusLisp/doc/html/manual-node70.html
trunk/EusLisp/doc/html/manual-node71.html
trunk/EusLisp/doc/html/manual-node72.html
trunk/EusLisp/doc/html/manual-node73.html
trunk/EusLisp/doc/html/manual-node74.html
trunk/EusLisp/doc/html/manual-node75.html
trunk/EusLisp/doc/html/manual-node76.html
trunk/EusLisp/doc/html/manual-node77.html
trunk/EusLisp/doc/html/manual-node78.html
trunk/EusLisp/doc/html/manual-node79.html
trunk/EusLisp/doc/html/manual-node8.html
trunk/EusLisp/doc/html/manual-node80.html
trunk/EusLisp/doc/html/manual-node81.html
trunk/EusLisp/doc/html/manual-node82.html
trunk/EusLisp/doc/html/manual-node83.html
trunk/EusLisp/doc/html/manual-node84.html
trunk/EusLisp/doc/html/manual-node85.html
trunk/EusLisp/doc/html/manual-node86.html
trunk/EusLisp/doc/html/manual-node87.html
trunk/EusLisp/doc/html/manual-node88.html
trunk/EusLisp/doc/html/manual-node89.html
trunk/EusLisp/doc/html/manual-node9.html
trunk/EusLisp/doc/html/manual-node90.html
trunk/EusLisp/doc/html/manual-node91.html
trunk/EusLisp/doc/html/manual-node92.html
trunk/EusLisp/doc/html/manual-node93.html
trunk/EusLisp/doc/html/manual-node94.html
trunk/EusLisp/doc/html/manual-node95.html
trunk/EusLisp/doc/html/manual-node96.html
trunk/EusLisp/doc/html/manual-node97.html
trunk/EusLisp/doc/html/manual-node98.html
trunk/EusLisp/doc/html/manual-node99.html
trunk/EusLisp/doc/html/manual.html
Added Paths:
-----------
trunk/EusLisp/doc/html/contents.png
trunk/EusLisp/doc/html/crossref.png
trunk/EusLisp/doc/html/index.png
trunk/EusLisp/doc/html/next.png
trunk/EusLisp/doc/html/next_g.png
trunk/EusLisp/doc/html/prev.png
trunk/EusLisp/doc/html/prev_g.png
trunk/EusLisp/doc/html/up.png
trunk/EusLisp/doc/html/up_g.png
Removed Paths:
-------------
trunk/EusLisp/doc/html/icons/
Added: trunk/EusLisp/doc/html/contents.png
===================================================================
(Binary files differ)
Index: trunk/EusLisp/doc/html/contents.png
===================================================================
--- trunk/EusLisp/doc/html/contents.png 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/contents.png 2013-05-21 01:54:51 UTC (rev 641)
Property changes on: trunk/EusLisp/doc/html/contents.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/EusLisp/doc/html/crossref.png
===================================================================
(Binary files differ)
Index: trunk/EusLisp/doc/html/crossref.png
===================================================================
--- trunk/EusLisp/doc/html/crossref.png 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/crossref.png 2013-05-21 01:54:51 UTC (rev 641)
Property changes on: trunk/EusLisp/doc/html/crossref.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/EusLisp/doc/html/index.png
===================================================================
(Binary files differ)
Index: trunk/EusLisp/doc/html/index.png
===================================================================
--- trunk/EusLisp/doc/html/index.png 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/index.png 2013-05-21 01:54:51 UTC (rev 641)
Property changes on: trunk/EusLisp/doc/html/index.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/EusLisp/doc/html/jmanual-footnode.html
===================================================================
--- trunk/EusLisp/doc/html/jmanual-footnode.html 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-footnode.html 2013-05-21 01:54:51 UTC (rev 641)
@@ -68,8 +68,7 @@
HREF="jmanual-node56.html#tex2html8"><SUP><SPAN CLASS="arabic">2</SPAN></SUP></A></DT>
<DD>UNIX\x82ɂ\xA8\x82\xAF\x82\xE9\x93`\x93\x9D\x93I\x82ȃv\x83\x8D\x83Z\x83X\x8AԒʐM\x8B@\x8D\\x82ł\xA0\x82\xE9\x83p\x83C\x83v\x82́A
'fork'\x82Ƃ̑g\x82ݍ\x87\x82\xB9\x82ł\xA2\x82\xE0\x8Eg\x97p\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x81B
-EusLisp\x82́A<A HREF="jmanual-node85.html#UnixProcess"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
- SRC="/usr/share/latex2html/icons/crossref.png"></A>\x90߂Ő\xE0\x96\xBE\x82\xB7\x82\xE9<B>piped-fork</B>\x8A\x94\x82\xF0\x94\x{142982}Ă\xA2\x82\xE9\x81B
+EusLisp\x82́A<A HREF="jmanual-node85.html#UnixProcess"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>\x90߂Ő\xE0\x96\xBE\x82\xB7\x82\xE9<B>piped-fork</B>\x8A\x94\x82\xF0\x94\x{142982}Ă\xA2\x82\xE9\x81B
<PRE>.
.
Modified: trunk/EusLisp/doc/html/jmanual-images.log
===================================================================
--- trunk/EusLisp/doc/html/jmanual-images.log 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-images.log 2013-05-21 01:54:51 UTC (rev 641)
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2013.5.21) 21 MAY 2013 09:10
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2013.5.21) 21 MAY 2013 10:48
entering extended mode
%&-line parsing enabled.
**./jmanual-images.tex
@@ -192,1125 +192,24 @@
[1
]
-! Missing \endcsname inserted.
-<to be read again>
- \protect
-l.174 \epsfig{\usepackage}
- %
-The control sequence marked <to be read again> should
-not appear between \csname and \endcsname.
-
-
-! LaTeX Error: Can be used only in preamble.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.174 \epsfig{\usepackage}
- %
-Your command was ignored.
-Type I <command> <return> to replace it with another command,
-or <return> to continue without it.
-
-! Extra \endcsname.
-\KV@split ...csname \KV@prefix \@tempa \endcsname
- \ifx \@tempc \relax \KV@er...
-l.174 \epsfig{\usepackage}
- %
-I'm ignoring this, since I wasn't doing a \csname.
-
-
-! Package keyval Error: \GenericError { }{LaTeX Error: Can be use
-d only in preamble}{See the LaTeX manual or LaTeX Companion for explanation.}{Y
-our command was ignored.
-(keyval) Type I <command> <return> to replace it with another
-command,
-(keyval) or <return> to continue without it.} undefined.
-
-See the keyval package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.174 \epsfig{\usepackage}
- %
-Try typing <return> to proceed.
-If that doesn't work, type X <return> to quit.
-
-! Undefined control sequence.
-\epsfig ...ize \ifx \Gfigname \relax \ErrorNoFile
- \else \the \toks@ \fi \end...
-l.174 \epsfig{\usepackage}
- %
-The control sequence at the end of the top line
-of your error message was never \def'ed. If you have
-misspelled it (e.g., `\hobx'), type `I' and the correct
-spelling (e.g., `I\hbox'). Otherwise just continue,
-and I'll forget about whatever was undefined.
-
-l2hSize :tex2html_wrap418:0.0pt::0.0pt::349.0pt.
-[2
-
-
-]
File: fig/eta3colavo.ps Graphic file (type eps)
<fig/eta3colavo.ps>
-Overfull \hbox (77.79134pt too wide) in paragraph at lines 382--383
+Overfull \hbox (77.79134pt too wide) in paragraph at lines 376--377
[][]
[]
l2hSize :figure595:212.9832pt::0.0pt::349.0pt.
-[3
+[2
-]
-File: fig/pointer.ps Graphic file (type eps)
-<fig/pointer.ps>
-l2hSize :figure720:107.36374pt::0.0pt::349.0pt.
-[4
-
-
-]
-LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <7> on input line 402.
-LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <5> on input line 402.
-l2hSize :tex2html_wrap_inline1208:6.95831pt::6.95831pt::8.27783pt.
-[5
-
-
-]
-File: fig/object.ps Graphic file (type eps)
-<fig/object.ps>
-Overfull \hbox (49.48874pt too wide) in paragraph at lines 410--411
- []
- []
-
-l2hSize :figure732:130.44624pt::0.0pt::349.0pt.
-[6
-
-
-]
-l2hSize :figure751:606.0pt::0.0pt::349.0pt.
-[7
-
-
-]
-l2hSize :tex2html_wrap_inline1212:8.0pt::8.0pt::3.27782pt.
-[8
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x9E in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xAF in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xAD in font cmr10!
-LaTeX Font Info: Try loading font information for OMS+cmr on input line 512.
-
-(/usr/share/texmf-texlive/tex/latex/base/omscmr.fd
-File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
-)
-LaTeX Font Info: Font shape `OMS/cmr/m/it' in size <10> not available
-(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 512.
-l2hSize :emtabbing3796:94.84526pt::0.0pt::350.05598pt.
-[9
-
-
-]
-l2hSize :tex2html_wrap_inline4443:6.95831pt::6.95831pt::8.27783pt.
-[10
-
-
-]
-l2hSize :tex2html_wrap_inline6496:6.45831pt::0.0pt::4.55907pt.
-[11
-
-
-]
-l2hSize :tex2html_wrap_inline6498:8.64003pt::8.64003pt::104.29175pt.
-[12
-
-
-]
-l2hSize :tex2html_wrap_inline6500:8.14003pt::0.0pt::20.22232pt.
-[13
-
-
-]
-l2hSize :tex2html_wrap_inline6504:6.45831pt::0.0pt::6.55908pt.
-[14
-
-
-]
-l2hSize :tex2html_wrap_inline6506:6.95831pt::6.95831pt::23.78123pt.
-[15
-
-
-]
-l2hSize :tex2html_wrap_inline6508:8.0pt::8.0pt::16.55911pt.
-[16
-
-
-]
-l2hSize :tex2html_wrap_inline6510:6.95831pt::6.95831pt::31.55904pt.
-[17
-
-
-]
-l2hSize :tex2html_wrap_inline6512:8.0pt::8.0pt::24.33691pt.
-[18
-
-
-]
-l2hSize :tex2html_wrap_inline6514:6.95831pt::6.95831pt::8.27783pt.
-[19
-
-
-]
-l2hSize :tex2html_wrap_inline6522:6.95831pt::6.95831pt::16.05563pt.
-[20
-
-
-]
-l2hSize :tex2html_wrap_inline6526:6.95831pt::6.95831pt::16.05563pt.
-[21
-
-
-]
-l2hSize :tex2html_wrap_inline6530:7.09525pt::7.09525pt::50.01114pt.
-[22
-
-
-]
-l2hSize :tex2html_wrap_inline6532:7.09525pt::7.09525pt::50.01114pt.
-[23
-
-
-]
-l2hSize :tex2html_wrap_inline6536:8.0pt::8.0pt::3.27782pt.
-[24
-
-
-]
-l2hSize :tex2html_wrap_inline6540:8.0pt::8.0pt::43.4816pt.
-[25
-
-
-]
-l2hSize :tex2html_wrap_inline6542:8.0pt::8.0pt::44.5927pt.
-[26
-
-
-]
-l2hSize :tex2html_wrap_inline6544:8.0pt::8.0pt::45.64828pt.
-[27
-
-
-]
-l2hSize :tex2html_wrap_inline6546:10.78847pt::10.78847pt::31.07172pt.
-[28
-
-
-]
-l2hSize :tex2html_wrap_inline6548:10.78847pt::10.78847pt::30.96062pt.
-[29
-
-
-]
-l2hSize :tex2html_wrap_inline6550:10.78847pt::10.78847pt::31.07172pt.
-[30
-
-
-]
-l2hSize :tex2html_wrap_inline6552:8.0pt::8.0pt::24.25471pt.
-[31
-
-
-]
-l2hSize :tex2html_wrap_inline6554:6.6428pt::0.0pt::10.19102pt.
-[32
-
-
-]
-l2hSize :tex2html_wrap_inline8404:8.0pt::8.0pt::5.50005pt.
-[33
-
-
-]
-l2hSize :tex2html_wrap_inline8406:8.0pt::8.0pt::14.38896pt.
-[34
-
-
-]
-l2hSize :tex2html_wrap_inline11980:7.33331pt::7.33331pt::53.51369pt.
-[35
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing11301:106.84526pt::0.0pt::349.0pt.
-[36
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing14977:94.84526pt::0.0pt::349.0pt.
-[37
-
-
-]
-l2hSize :tex2html_wrap_inline15858:8.0pt::8.0pt::43.54858pt.
-[38
-
-
-]
-l2hSize :tex2html_wrap_inline15876:6.45831pt::0.0pt::8.27783pt.
-[39
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing18314:106.84526pt::0.0pt::432.56528pt.
-[40
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing18389:94.84526pt::0.0pt::349.0pt.
-[41
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing18483:82.84526pt::0.0pt::349.0pt.
-[42
-
-
-]
-l2hSize :tex2html_wrap_inline22683:6.94444pt::0.0pt::45.55737pt.
-[43
-
-
-]
-l2hSize :tex2html_wrap_inline22685:6.94444pt::0.0pt::45.55737pt.
-[44
-
-
-]
-l2hSize :tex2html_wrap_inline22687:6.94444pt::0.0pt::45.55737pt.
-[45
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing24777:82.84526pt::0.0pt::349.0pt.
-[46
-
-
-]
-File: fig/threadfig.ps Graphic file (type eps)
-<fig/threadfig.ps>
-Overfull \hbox (20.88582pt too wide) in paragraph at lines 867--868
- []
- []
-
-l2hSize :figure24978:173.4837pt::0.0pt::349.0pt.
-[47
-
-
-]
-File: fig/parathreads.ps Graphic file (type eps)
-<fig/parathreads.ps>
-l2hSize :figure24990:304.6941pt::0.0pt::349.0pt.
-[48
-
-
-]
-File: fig/threadobj.ps Graphic file (type eps)
-<fig/threadobj.ps>
-File: fig/threadpool.ps Graphic file (type eps)
-<fig/threadpool.ps>
-Overfull \hbox (101.79132pt too wide) in paragraph at lines 888--892
- []
- []
-
-l2hSize :figure25001:134.15906pt::0.0pt::349.0pt.
-[49
-
-
-]
-File: fig/synchports.ps Graphic file (type eps)
-<fig/synchports.ps>
-Overfull \hbox (20.88582pt too wide) in paragraph at lines 903--904
- []
- []
-
-l2hSize :figure25018:202.1055pt::0.0pt::349.0pt.
-[50
-
-
-]
-l2hSize :tex2html_wrap_inline27930:8.0pt::8.0pt::37.45384pt.
-[51
-
-
-]
-l2hSize :tex2html_wrap_inline27932:8.64003pt::8.64003pt::41.93997pt.
-[52
-
-
-]
-l2hSize :tex2html_wrap_inline27934:8.0pt::8.0pt::77.18532pt.
-[53
-
-
-]
-l2hSize :tex2html_wrap_inline27936:8.64003pt::8.64003pt::81.67145pt.
-[54
-
-
-]
-l2hSize :tex2html_wrap_inline27940:8.0pt::8.0pt::43.89569pt.
-[55
-
-
-]
-l2hSize :tex2html_wrap_inline27942:8.0pt::8.0pt::82.2914pt.
-[56
-
-
-]
-l2hSize :tex2html_wrap_inline27944:7.44444pt::7.44444pt::98.40784pt.
-[57
-
-
-]
-l2hSize :tex2html_wrap_inline27946:6.95831pt::6.95831pt::8.27783pt.
-[58
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing27585:154.84526pt::0.0pt::349.0pt.
-[59
-
-
-]
-File: fig/beam.ps Graphic file (type eps)
-<fig/beam.ps>
-l2hSize :figure29523:294.52756pt::0.0pt::349.0pt.
-[60
-
-
-]
-l2hSize :tex2html_wrap_inline32817:6.45831pt::0.0pt::3.27782pt.
-[61
-
-
-]
-l2hSize :tex2html_wrap_inline32823:6.45831pt::0.0pt::5.50005pt.
-[62
-
-
-]
-l2hSize :tex2html_wrap_inline32827:8.0pt::8.0pt::5.50005pt.
-[63
-
-
-]
-l2hSize :tex2html_wrap_inline32865:8.0pt::8.0pt::57.27438pt.
-[64
-
-
-]
-File: fig/fig1.ps Graphic file (type eps)
-<fig/fig1.ps>
-Overfull \hbox (34.645pt too wide) in paragraph at lines 1033--1034
- []
- []
-
-l2hSize :figure30257:551.60236pt::0.0pt::349.0pt.
-[65
-
-
-]
-l2hSize :tex2html_wrap_inline32875:6.45831pt::0.0pt::5.59033pt.
-[66
-
-
-]
-File: fig/fig-peg-in-hole1.ps Graphic file (type eps)
-<fig/fig-peg-in-hole1.ps>
-File: fig/fig-peg-in-hole2.ps Graphic file (type eps)
-<fig/fig-peg-in-hole2.ps>
-File: fig/fig-peg-in-hole3.ps Graphic file (type eps)
-<fig/fig-peg-in-hole3.ps>
-File: fig/fig-peg-in-hole4.ps Graphic file (type eps)
-<fig/fig-peg-in-hole4.ps>
-Underfull \hbox (badness 10000) in paragraph at lines 1051--1055
-[][]
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 1051--1055
-[]
- []
-
-*** image for figure35399 is too tall at 902.11096pt, reducing to .95 vsize ***
-
-l2hSize :figure35399:706.96461pt::0.0pt::349.0pt.
-[67
-
-
-]
-File: fig/fig-peg-naname-m1.ps Graphic file (type eps)
-<fig/fig-peg-naname-m1.ps>
-File: fig/fig-peg-naname-m2.ps Graphic file (type eps)
-<fig/fig-peg-naname-m2.ps>
-File: fig/fig-peg-naname-m3.ps Graphic file (type eps)
-<fig/fig-peg-naname-m3.ps>
-File: fig/fig-peg-naname-m4.ps Graphic file (type eps)
-<fig/fig-peg-naname-m4.ps>
-*** image for figure35407 is too tall at 912.11096pt, reducing to .95 vsize ***
-
-l2hSize :figure35407:706.96461pt::0.0pt::349.0pt.
-[68
-
-
-]
-File: fig/viewcoords.ps Graphic file (type eps)
-<fig/viewcoords.ps>
-Overfull \hbox (69.89468pt too wide) in paragraph at lines 1079--1080
- []
- []
-
-l2hSize :figure35666:295.52756pt::0.0pt::349.0pt.
-[69
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing36320:82.84526pt::0.0pt::349.0pt.
-[70
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing36458:106.84526pt::0.0pt::349.0pt.
-[71
-
-
-]
-l2hSize :tex2html_wrap_inline37408:6.95831pt::6.95831pt::180.41145pt.
-[72
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing37114:142.84526pt::0.0pt::349.0pt.
-[73
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing37204:58.84526pt::0.0pt::349.0pt.
-[74
-
-
-]
-File: fig/xdraw.ps Graphic file (type eps)
-<fig/xdraw.ps>
-l2hSize :figure38979:180.71652pt::0.0pt::349.0pt.
-[75
-
-
-]
-l2hSize :tex2html_wrap_inline41500:8.0pt::8.0pt::23.69911pt.
-[76
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing40491:118.84526pt::0.0pt::370.77116pt.
-[77
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing40881:94.84526pt::0.0pt::349.0pt.
-[78
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing41066:46.84526pt::0.0pt::350.89491pt.
-[79
-
-
-]
-l2hSize :tex2html_wrap_inline41504:8.14003pt::0.0pt::76.38889pt.
-[80
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing41297:70.84526pt::0.0pt::349.0pt.
-[81
-
-
-]
-l2hSize :tex2html_wrap_inline41506:6.95831pt::6.95831pt::13.27785pt.
-[82
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-
-Overfull \hbox (4.54349pt too wide) detected at line 1258
-[] [] []
- []
-
-l2hSize :emtabbing44388:58.84526pt::0.0pt::389.89873pt.
-[83
-
-
-]
-File: fig/panellayout.ps Graphic file (type eps)
-<fig/panellayout.ps>
-l2hSize :figure43618:209.16928pt::0.0pt::349.0pt.
-[84
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44435:58.84526pt::0.0pt::349.0pt.
-[85
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44465:58.84526pt::0.0pt::349.0pt.
-[86
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44588:58.84526pt::0.0pt::415.07079pt.
-[87
-
-
-]
-File: fig/filepanel.ps Graphic file (type eps)
-<fig/filepanel.ps>
-l2hSize :figure43705:223.39566pt::0.0pt::349.0pt.
-[88
-
-
-]
-File: fig/textviewpanel.ps Graphic file (type eps)
-<fig/textviewpanel.ps>
-l2hSize :figure43715:209.16928pt::0.0pt::349.0pt.
-[89
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44670:58.84526pt::0.0pt::402.54868pt.
-[90
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44714:94.84526pt::0.0pt::353.48222pt.
-[91
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44771:70.84526pt::0.0pt::349.0pt.
-[92
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44827:58.84526pt::0.0pt::349.0pt.
-[93
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44884:94.84526pt::0.0pt::349.0pt.
-[94
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44972:70.84526pt::0.0pt::434.49286pt.
-[95
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing45023:82.84526pt::0.0pt::349.0pt.
-[96
-
-
-]
-File: fig/panelitem.ps Graphic file (type eps)
-<fig/panelitem.ps>
-l2hSize :figure43873:152.26378pt::0.0pt::349.0pt.
-[97
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing45080:58.84526pt::0.0pt::458.51488pt.
-[98
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing45157:70.84526pt::0.0pt::349.0pt.
-[99
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing48527:70.84526pt::0.0pt::349.0pt.
-[100
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing48739:70.84526pt::0.0pt::349.0pt.
-[101
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing48791:94.84526pt::0.0pt::349.0pt.
-[102
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing48833:82.84526pt::0.0pt::349.0pt.
-[103
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing48961:94.84526pt::0.0pt::349.0pt.
-[104
-
-
-]
-File: fig/block1.edg.ps Graphic file (type eps)
-<fig/block1.edg.ps>
-l2hSize :figure47790:266.0748pt::0.0pt::349.0pt.
-[105
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x9E in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xAF in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xAD in font cmr10!
-l2hSize :emtabbing50879:106.84526pt::0.0pt::350.9134pt.
-[106
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x9E in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xAF in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xAD in font cmr10!
-
-Overfull \hbox (20.1772pt too wide) detected at line 1590
-[] [] []
- []
-
-l2hSize :emtabbing50899:142.84526pt::0.0pt::446.16536pt.
-[107
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing51180:154.84526pt::0.0pt::349.0pt.
-[108
-
-
-]
-l2hSize :tex2html_wrap_inline51190:6.83331pt::0.0pt::7.73268pt.
-[109
-
-
-]
-l2hSize :tex2html_wrap_inline51194:87.19446pt::87.19446pt::257.35117pt.
-[110
-
-
-]
-File: fig/eta3coords.ps Graphic file (type eps)
-<fig/eta3coords.ps>
-l2hSize :figure50850:294.52756pt::0.0pt::349.0pt.
-[111
-
-
-]
-l2hSize :tex2html_wrap_inline51672:6.45831pt::0.0pt::10.50005pt.
-[112
-
-
-]
-File: fig/mars.eps Graphic file (type eps)
-<fig/mars.eps>
-File: fig/simst.ps Graphic file (type eps)
-<fig/simst.ps>
-Overfull \hbox (24.0pt too wide) in paragraph at lines 1677--1681
- []
- []
-
-l2hSize :figure51615:141.66217pt::0.0pt::349.0pt.
-[113
-
-
-]
-l2hSize :figure51632:12.5pt::0.0pt::349.0pt.
-[114
-
-
] (./jmanual-images.aux) )
Here is how much of TeX's memory you used:
- 1090 strings out of 493849
- 14303 string characters out of 1152846
- 75128 words of memory out of 3000000
- 4362 multiletter control sequences out of 15000+50000
- 4760 words of font info for 18 fonts, out of 3000000 for 9000
+ 1004 strings out of 493849
+ 12979 string characters out of 1152846
+ 57128 words of memory out of 3000000
+ 4311 multiletter control sequences out of 15000+50000
+ 3640 words of font info for 14 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
- 28i,10n,45p,301b,407s stack positions out of 5000i,500n,10000p,200000b,50000s
+ 28i,5n,45p,301b,282s stack positions out of 5000i,500n,10000p,200000b,50000s
-Output written on jmanual-images.dvi (114 pages, 39472 bytes).
+Output written on jmanual-images.dvi (2 pages, 704 bytes).
Modified: trunk/EusLisp/doc/html/jmanual-images.pl
===================================================================
--- trunk/EusLisp/doc/html/jmanual-images.pl 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-images.pl 2013-05-21 01:54:51 UTC (rev 641)
@@ -327,7 +327,7 @@
SRC="|."$dir".q|jmanual-img99.png"
ALT="\begin{emtabbing}
{\bf :edge1}
-\it\&optional \= (method 1) \\\\lq [メソッド]\ ...
+\it\&optional \= (method 1) \\\\lq [メソッド] ...
...th-threshold*)\\\\
\> (win geometry:*viewsurface*) (edgeimg1)
\rm
@@ -712,6 +712,12 @@
...ps,width=7.9cm}
\epsfile{file=fig/fig-peg-in-hole4.ps,width=7.9cm}\end{figure}">|;
+$key = q/{figure}epsfile{file=figslasheta3colavo.ps,width=150mm}{{{figure};FSF=1.6;AAT/;
+$cached_env_img{$key} = q|<IMG
+ WIDTH="580" HEIGHT="16" BORDER="0"
+ SRC="|."$dir".q|jmanual-img2.png"
+ ALT="\begin{figure}\epsfile{file=fig/eta3colavo.ps,width=150mm}\end{figure}">|;
+
$key = q/0;MSF=1.6;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="9" HEIGHT="15" ALIGN="BOTTOM" BORDER="0"
@@ -852,7 +858,7 @@
SRC="|."$dir".q|jmanual-img100.png"
ALT="\begin{emtabbing}
{\bf :edge1}
-\it\&optional \= (method 1) \\\\lq [メソッド]\ ...
+\it\&optional \= (method 1) \\\\lq [メソッド] ...
...
\> (run *edge-length-threshold*)\\\\
\> (win *color-viewer*)
@@ -965,7 +971,7 @@
SRC="|."$dir".q|jmanual-img36.png"
ALT="\begin{emtabbing}
{\bf open}
-\it path \&key \= :direction :input \\\\lq [関数]\ ...
+\it path \&key \= :direction :input \\\\lq [関数] ...
...\\\\
\> :permission \char93 o644 \\\\
\> :buffer-size 512\\\\
Modified: trunk/EusLisp/doc/html/jmanual-images.tex
===================================================================
--- trunk/EusLisp/doc/html/jmanual-images.tex 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-images.tex 2013-05-21 01:54:51 UTC (rev 641)
@@ -169,12 +169,6 @@
% !!! IMAGES START HERE !!!
-{\newpage\clearpage
-\lthtmlpictureA{tex2html_wrap418}%
-\epsfig{\usepackage}%
-\lthtmlpictureZ
-\lthtmlcheckvsize\clearpage}
-
\setcounter{totalnumber}{3}
%
@@ -228,7 +222,7 @@
%
\providecommand{\funcdesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x8A\x94]
+{\bf #1} \em #2 \rm \hfill [関数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -240,7 +234,7 @@
%
\providecommand{\macrodesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x83}\x83N\x83\x8D]
+{\bf #1} \em #2 \rm \hfill [マクロ]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -252,7 +246,7 @@
%
\providecommand{\specialdesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x93\xC1\x8E\xEA]
+{\bf #1} \em #2 \rm \hfill [特殊]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -264,7 +258,7 @@
%
\providecommand{\methoddesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x83\x81\x83\\x83b\x83h]
+{\bf #1} \em #2 \rm \hfill [メソッド]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -276,7 +270,7 @@
%
\providecommand{\vardesc}[2]{
-{\bf #1} \em \rm \hfill [\x95ϐ\x94]
+{\bf #1} \em \rm \hfill [変数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#2
@@ -288,7 +282,7 @@
%
\providecommand{\fundesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x8A\x94]
+{\bf #1} \em #2 \rm \hfill [関数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -300,7 +294,7 @@
%
\providecommand{\macdesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x83}\x83N\x83\x8D]
+{\bf #1} \em #2 \rm \hfill [マクロ]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -312,7 +306,7 @@
%
\providecommand{\spedesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x93\xC1\x8E\xEA]
+{\bf #1} \em #2 \rm \hfill [特殊]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -324,7 +318,7 @@
%
\providecommand{\metdesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x83\x81\x83\\x83b\x83h]
+{\bf #1} \em #2 \rm \hfill [メソッド]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -336,7 +330,7 @@
%
\providecommand{\constdesc}[2]{
-{\bf #1} \em \rm \hfill [\x92萔]
+{\bf #1} \em \rm \hfill [定数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#2
@@ -349,7 +343,7 @@
\providecommand{\classdesc}[4]{ %class, super slots description
\vspace{2mm}
-{\Large {\bf #1 }} \hfill [\x83N\x83\x89\x83X] %super
+{\Large {\bf #1 }} \hfill [クラス] %super
\begin{tabbing}
\hspace{30mm} :super \hspace{5mm} \= {\bf #2} \\
\hspace{30mm} :slots \> #3
@@ -386,101 +380,9 @@
\lthtmlcheckvsize\clearpage}
\stepcounter{section}
-{\newpage\clearpage
-\lthtmlfigureA{figure720}%
-\begin{figure}\begin{center}
-\epsfile{file=fig/pointer.ps}
-\end{center}
-
-\end{figure}%
-\lthtmlfigureZ
-\lthtmlcheckvsize\clearpage}
-
\stepcounter{subsection}
-{\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline1208}%
-$-$%
-\lthtmlinlinemathZ
-\lthtmlcheckvsize\clearpage}
-
\stepcounter{subsection}
-{\newpage\clearpage
-\lthtmlfigureA{figure732}%
-\begin{figure}\begin{center}
-\epsfile{file=fig/object.ps}
-\end{center}
-
-\end{figure}%
-\lthtmlfigureZ
-\lthtmlcheckvsize\clearpage}
-
\stepcounter{subsection}
-{\newpage\clearpage
-\lthtmlfigureA{figure751}%
-\begin{figure}\small
-\begin{verbatim}
-
-object
- cons
- propertied-object
- symbol ----- foreign-pod
- package
- stream
- file-stream
- broadcast-stream
- io-stream ---- socket-stream
- metaclass
- vectorclass
- cstructclass
- read-table
- array
- thread
- barrier-synch
- synch-memory-port
- coordinates
- cascaded-coords
- body
- sphere
- viewing
- projection
- viewing2d
- parallel-viewing
- perspective-viewing
- coordinates-axes
- viewport
- line --- edge --- winged-edge
- plane
- polygon
- face
- hole
- semi-space
- viewer
- viewsurface ----- tektro-viewsurface
- compiled-code
- foreign-code
- closure
- load-module
- label-reference
- vector
- float-vector
- integer-vector
- string
- socket-address
- cstruct
- bit-vector
- foreign-string
- socket-port
- pathname
- hash-table
- surrounding-box
- stereo-viewing\end{verbatim}
-
-\normalsize
-
-\end{figure}%
-\lthtmlf...
[truncated message content] |
|
From: <k-...@us...> - 2013-05-21 01:55:08
|
Revision: 641
http://sourceforge.net/p/euslisp/code/641
Author: k-okada
Date: 2013-05-21 01:54:51 +0000 (Tue, 21 May 2013)
Log Message:
-----------
use local icons
Modified Paths:
--------------
trunk/EusLisp/doc/html/jmanual-footnode.html
trunk/EusLisp/doc/html/jmanual-images.log
trunk/EusLisp/doc/html/jmanual-images.pl
trunk/EusLisp/doc/html/jmanual-images.tex
trunk/EusLisp/doc/html/jmanual-img2.png
trunk/EusLisp/doc/html/jmanual-node1.html
trunk/EusLisp/doc/html/jmanual-node10.html
trunk/EusLisp/doc/html/jmanual-node100.html
trunk/EusLisp/doc/html/jmanual-node101.html
trunk/EusLisp/doc/html/jmanual-node102.html
trunk/EusLisp/doc/html/jmanual-node103.html
trunk/EusLisp/doc/html/jmanual-node104.html
trunk/EusLisp/doc/html/jmanual-node105.html
trunk/EusLisp/doc/html/jmanual-node106.html
trunk/EusLisp/doc/html/jmanual-node107.html
trunk/EusLisp/doc/html/jmanual-node108.html
trunk/EusLisp/doc/html/jmanual-node109.html
trunk/EusLisp/doc/html/jmanual-node11.html
trunk/EusLisp/doc/html/jmanual-node110.html
trunk/EusLisp/doc/html/jmanual-node111.html
trunk/EusLisp/doc/html/jmanual-node112.html
trunk/EusLisp/doc/html/jmanual-node113.html
trunk/EusLisp/doc/html/jmanual-node114.html
trunk/EusLisp/doc/html/jmanual-node115.html
trunk/EusLisp/doc/html/jmanual-node116.html
trunk/EusLisp/doc/html/jmanual-node117.html
trunk/EusLisp/doc/html/jmanual-node118.html
trunk/EusLisp/doc/html/jmanual-node119.html
trunk/EusLisp/doc/html/jmanual-node12.html
trunk/EusLisp/doc/html/jmanual-node120.html
trunk/EusLisp/doc/html/jmanual-node121.html
trunk/EusLisp/doc/html/jmanual-node122.html
trunk/EusLisp/doc/html/jmanual-node123.html
trunk/EusLisp/doc/html/jmanual-node124.html
trunk/EusLisp/doc/html/jmanual-node125.html
trunk/EusLisp/doc/html/jmanual-node126.html
trunk/EusLisp/doc/html/jmanual-node127.html
trunk/EusLisp/doc/html/jmanual-node128.html
trunk/EusLisp/doc/html/jmanual-node129.html
trunk/EusLisp/doc/html/jmanual-node13.html
trunk/EusLisp/doc/html/jmanual-node130.html
trunk/EusLisp/doc/html/jmanual-node131.html
trunk/EusLisp/doc/html/jmanual-node132.html
trunk/EusLisp/doc/html/jmanual-node133.html
trunk/EusLisp/doc/html/jmanual-node134.html
trunk/EusLisp/doc/html/jmanual-node135.html
trunk/EusLisp/doc/html/jmanual-node136.html
trunk/EusLisp/doc/html/jmanual-node137.html
trunk/EusLisp/doc/html/jmanual-node138.html
trunk/EusLisp/doc/html/jmanual-node139.html
trunk/EusLisp/doc/html/jmanual-node14.html
trunk/EusLisp/doc/html/jmanual-node140.html
trunk/EusLisp/doc/html/jmanual-node141.html
trunk/EusLisp/doc/html/jmanual-node142.html
trunk/EusLisp/doc/html/jmanual-node143.html
trunk/EusLisp/doc/html/jmanual-node144.html
trunk/EusLisp/doc/html/jmanual-node145.html
trunk/EusLisp/doc/html/jmanual-node146.html
trunk/EusLisp/doc/html/jmanual-node147.html
trunk/EusLisp/doc/html/jmanual-node148.html
trunk/EusLisp/doc/html/jmanual-node149.html
trunk/EusLisp/doc/html/jmanual-node15.html
trunk/EusLisp/doc/html/jmanual-node150.html
trunk/EusLisp/doc/html/jmanual-node151.html
trunk/EusLisp/doc/html/jmanual-node152.html
trunk/EusLisp/doc/html/jmanual-node153.html
trunk/EusLisp/doc/html/jmanual-node154.html
trunk/EusLisp/doc/html/jmanual-node155.html
trunk/EusLisp/doc/html/jmanual-node156.html
trunk/EusLisp/doc/html/jmanual-node157.html
trunk/EusLisp/doc/html/jmanual-node16.html
trunk/EusLisp/doc/html/jmanual-node17.html
trunk/EusLisp/doc/html/jmanual-node18.html
trunk/EusLisp/doc/html/jmanual-node19.html
trunk/EusLisp/doc/html/jmanual-node2.html
trunk/EusLisp/doc/html/jmanual-node20.html
trunk/EusLisp/doc/html/jmanual-node21.html
trunk/EusLisp/doc/html/jmanual-node22.html
trunk/EusLisp/doc/html/jmanual-node23.html
trunk/EusLisp/doc/html/jmanual-node24.html
trunk/EusLisp/doc/html/jmanual-node25.html
trunk/EusLisp/doc/html/jmanual-node26.html
trunk/EusLisp/doc/html/jmanual-node27.html
trunk/EusLisp/doc/html/jmanual-node28.html
trunk/EusLisp/doc/html/jmanual-node29.html
trunk/EusLisp/doc/html/jmanual-node3.html
trunk/EusLisp/doc/html/jmanual-node30.html
trunk/EusLisp/doc/html/jmanual-node31.html
trunk/EusLisp/doc/html/jmanual-node32.html
trunk/EusLisp/doc/html/jmanual-node33.html
trunk/EusLisp/doc/html/jmanual-node34.html
trunk/EusLisp/doc/html/jmanual-node35.html
trunk/EusLisp/doc/html/jmanual-node36.html
trunk/EusLisp/doc/html/jmanual-node37.html
trunk/EusLisp/doc/html/jmanual-node38.html
trunk/EusLisp/doc/html/jmanual-node39.html
trunk/EusLisp/doc/html/jmanual-node4.html
trunk/EusLisp/doc/html/jmanual-node40.html
trunk/EusLisp/doc/html/jmanual-node41.html
trunk/EusLisp/doc/html/jmanual-node42.html
trunk/EusLisp/doc/html/jmanual-node43.html
trunk/EusLisp/doc/html/jmanual-node44.html
trunk/EusLisp/doc/html/jmanual-node45.html
trunk/EusLisp/doc/html/jmanual-node46.html
trunk/EusLisp/doc/html/jmanual-node47.html
trunk/EusLisp/doc/html/jmanual-node48.html
trunk/EusLisp/doc/html/jmanual-node49.html
trunk/EusLisp/doc/html/jmanual-node5.html
trunk/EusLisp/doc/html/jmanual-node50.html
trunk/EusLisp/doc/html/jmanual-node51.html
trunk/EusLisp/doc/html/jmanual-node52.html
trunk/EusLisp/doc/html/jmanual-node53.html
trunk/EusLisp/doc/html/jmanual-node54.html
trunk/EusLisp/doc/html/jmanual-node55.html
trunk/EusLisp/doc/html/jmanual-node56.html
trunk/EusLisp/doc/html/jmanual-node57.html
trunk/EusLisp/doc/html/jmanual-node58.html
trunk/EusLisp/doc/html/jmanual-node59.html
trunk/EusLisp/doc/html/jmanual-node6.html
trunk/EusLisp/doc/html/jmanual-node60.html
trunk/EusLisp/doc/html/jmanual-node61.html
trunk/EusLisp/doc/html/jmanual-node62.html
trunk/EusLisp/doc/html/jmanual-node63.html
trunk/EusLisp/doc/html/jmanual-node64.html
trunk/EusLisp/doc/html/jmanual-node65.html
trunk/EusLisp/doc/html/jmanual-node66.html
trunk/EusLisp/doc/html/jmanual-node67.html
trunk/EusLisp/doc/html/jmanual-node68.html
trunk/EusLisp/doc/html/jmanual-node69.html
trunk/EusLisp/doc/html/jmanual-node7.html
trunk/EusLisp/doc/html/jmanual-node70.html
trunk/EusLisp/doc/html/jmanual-node71.html
trunk/EusLisp/doc/html/jmanual-node72.html
trunk/EusLisp/doc/html/jmanual-node73.html
trunk/EusLisp/doc/html/jmanual-node74.html
trunk/EusLisp/doc/html/jmanual-node75.html
trunk/EusLisp/doc/html/jmanual-node76.html
trunk/EusLisp/doc/html/jmanual-node77.html
trunk/EusLisp/doc/html/jmanual-node78.html
trunk/EusLisp/doc/html/jmanual-node79.html
trunk/EusLisp/doc/html/jmanual-node8.html
trunk/EusLisp/doc/html/jmanual-node80.html
trunk/EusLisp/doc/html/jmanual-node81.html
trunk/EusLisp/doc/html/jmanual-node82.html
trunk/EusLisp/doc/html/jmanual-node83.html
trunk/EusLisp/doc/html/jmanual-node84.html
trunk/EusLisp/doc/html/jmanual-node85.html
trunk/EusLisp/doc/html/jmanual-node86.html
trunk/EusLisp/doc/html/jmanual-node87.html
trunk/EusLisp/doc/html/jmanual-node88.html
trunk/EusLisp/doc/html/jmanual-node89.html
trunk/EusLisp/doc/html/jmanual-node9.html
trunk/EusLisp/doc/html/jmanual-node90.html
trunk/EusLisp/doc/html/jmanual-node91.html
trunk/EusLisp/doc/html/jmanual-node92.html
trunk/EusLisp/doc/html/jmanual-node93.html
trunk/EusLisp/doc/html/jmanual-node94.html
trunk/EusLisp/doc/html/jmanual-node95.html
trunk/EusLisp/doc/html/jmanual-node96.html
trunk/EusLisp/doc/html/jmanual-node97.html
trunk/EusLisp/doc/html/jmanual-node98.html
trunk/EusLisp/doc/html/jmanual-node99.html
trunk/EusLisp/doc/html/jmanual.html
trunk/EusLisp/doc/html/manual-images.pl
trunk/EusLisp/doc/html/manual-node1.html
trunk/EusLisp/doc/html/manual-node10.html
trunk/EusLisp/doc/html/manual-node100.html
trunk/EusLisp/doc/html/manual-node101.html
trunk/EusLisp/doc/html/manual-node102.html
trunk/EusLisp/doc/html/manual-node103.html
trunk/EusLisp/doc/html/manual-node104.html
trunk/EusLisp/doc/html/manual-node105.html
trunk/EusLisp/doc/html/manual-node106.html
trunk/EusLisp/doc/html/manual-node107.html
trunk/EusLisp/doc/html/manual-node108.html
trunk/EusLisp/doc/html/manual-node109.html
trunk/EusLisp/doc/html/manual-node11.html
trunk/EusLisp/doc/html/manual-node110.html
trunk/EusLisp/doc/html/manual-node111.html
trunk/EusLisp/doc/html/manual-node112.html
trunk/EusLisp/doc/html/manual-node113.html
trunk/EusLisp/doc/html/manual-node114.html
trunk/EusLisp/doc/html/manual-node115.html
trunk/EusLisp/doc/html/manual-node116.html
trunk/EusLisp/doc/html/manual-node117.html
trunk/EusLisp/doc/html/manual-node118.html
trunk/EusLisp/doc/html/manual-node119.html
trunk/EusLisp/doc/html/manual-node12.html
trunk/EusLisp/doc/html/manual-node120.html
trunk/EusLisp/doc/html/manual-node121.html
trunk/EusLisp/doc/html/manual-node122.html
trunk/EusLisp/doc/html/manual-node123.html
trunk/EusLisp/doc/html/manual-node124.html
trunk/EusLisp/doc/html/manual-node125.html
trunk/EusLisp/doc/html/manual-node126.html
trunk/EusLisp/doc/html/manual-node127.html
trunk/EusLisp/doc/html/manual-node128.html
trunk/EusLisp/doc/html/manual-node129.html
trunk/EusLisp/doc/html/manual-node13.html
trunk/EusLisp/doc/html/manual-node130.html
trunk/EusLisp/doc/html/manual-node131.html
trunk/EusLisp/doc/html/manual-node132.html
trunk/EusLisp/doc/html/manual-node133.html
trunk/EusLisp/doc/html/manual-node134.html
trunk/EusLisp/doc/html/manual-node135.html
trunk/EusLisp/doc/html/manual-node136.html
trunk/EusLisp/doc/html/manual-node137.html
trunk/EusLisp/doc/html/manual-node138.html
trunk/EusLisp/doc/html/manual-node139.html
trunk/EusLisp/doc/html/manual-node14.html
trunk/EusLisp/doc/html/manual-node140.html
trunk/EusLisp/doc/html/manual-node141.html
trunk/EusLisp/doc/html/manual-node142.html
trunk/EusLisp/doc/html/manual-node143.html
trunk/EusLisp/doc/html/manual-node144.html
trunk/EusLisp/doc/html/manual-node145.html
trunk/EusLisp/doc/html/manual-node146.html
trunk/EusLisp/doc/html/manual-node147.html
trunk/EusLisp/doc/html/manual-node148.html
trunk/EusLisp/doc/html/manual-node149.html
trunk/EusLisp/doc/html/manual-node15.html
trunk/EusLisp/doc/html/manual-node150.html
trunk/EusLisp/doc/html/manual-node151.html
trunk/EusLisp/doc/html/manual-node152.html
trunk/EusLisp/doc/html/manual-node153.html
trunk/EusLisp/doc/html/manual-node154.html
trunk/EusLisp/doc/html/manual-node155.html
trunk/EusLisp/doc/html/manual-node156.html
trunk/EusLisp/doc/html/manual-node157.html
trunk/EusLisp/doc/html/manual-node158.html
trunk/EusLisp/doc/html/manual-node159.html
trunk/EusLisp/doc/html/manual-node16.html
trunk/EusLisp/doc/html/manual-node160.html
trunk/EusLisp/doc/html/manual-node161.html
trunk/EusLisp/doc/html/manual-node162.html
trunk/EusLisp/doc/html/manual-node163.html
trunk/EusLisp/doc/html/manual-node164.html
trunk/EusLisp/doc/html/manual-node165.html
trunk/EusLisp/doc/html/manual-node166.html
trunk/EusLisp/doc/html/manual-node167.html
trunk/EusLisp/doc/html/manual-node168.html
trunk/EusLisp/doc/html/manual-node17.html
trunk/EusLisp/doc/html/manual-node18.html
trunk/EusLisp/doc/html/manual-node19.html
trunk/EusLisp/doc/html/manual-node2.html
trunk/EusLisp/doc/html/manual-node20.html
trunk/EusLisp/doc/html/manual-node21.html
trunk/EusLisp/doc/html/manual-node22.html
trunk/EusLisp/doc/html/manual-node23.html
trunk/EusLisp/doc/html/manual-node24.html
trunk/EusLisp/doc/html/manual-node25.html
trunk/EusLisp/doc/html/manual-node26.html
trunk/EusLisp/doc/html/manual-node27.html
trunk/EusLisp/doc/html/manual-node28.html
trunk/EusLisp/doc/html/manual-node29.html
trunk/EusLisp/doc/html/manual-node3.html
trunk/EusLisp/doc/html/manual-node30.html
trunk/EusLisp/doc/html/manual-node31.html
trunk/EusLisp/doc/html/manual-node32.html
trunk/EusLisp/doc/html/manual-node33.html
trunk/EusLisp/doc/html/manual-node34.html
trunk/EusLisp/doc/html/manual-node35.html
trunk/EusLisp/doc/html/manual-node36.html
trunk/EusLisp/doc/html/manual-node37.html
trunk/EusLisp/doc/html/manual-node38.html
trunk/EusLisp/doc/html/manual-node39.html
trunk/EusLisp/doc/html/manual-node4.html
trunk/EusLisp/doc/html/manual-node40.html
trunk/EusLisp/doc/html/manual-node41.html
trunk/EusLisp/doc/html/manual-node42.html
trunk/EusLisp/doc/html/manual-node43.html
trunk/EusLisp/doc/html/manual-node44.html
trunk/EusLisp/doc/html/manual-node45.html
trunk/EusLisp/doc/html/manual-node46.html
trunk/EusLisp/doc/html/manual-node47.html
trunk/EusLisp/doc/html/manual-node48.html
trunk/EusLisp/doc/html/manual-node49.html
trunk/EusLisp/doc/html/manual-node5.html
trunk/EusLisp/doc/html/manual-node50.html
trunk/EusLisp/doc/html/manual-node51.html
trunk/EusLisp/doc/html/manual-node52.html
trunk/EusLisp/doc/html/manual-node53.html
trunk/EusLisp/doc/html/manual-node54.html
trunk/EusLisp/doc/html/manual-node55.html
trunk/EusLisp/doc/html/manual-node56.html
trunk/EusLisp/doc/html/manual-node57.html
trunk/EusLisp/doc/html/manual-node58.html
trunk/EusLisp/doc/html/manual-node59.html
trunk/EusLisp/doc/html/manual-node6.html
trunk/EusLisp/doc/html/manual-node60.html
trunk/EusLisp/doc/html/manual-node61.html
trunk/EusLisp/doc/html/manual-node62.html
trunk/EusLisp/doc/html/manual-node63.html
trunk/EusLisp/doc/html/manual-node64.html
trunk/EusLisp/doc/html/manual-node65.html
trunk/EusLisp/doc/html/manual-node66.html
trunk/EusLisp/doc/html/manual-node67.html
trunk/EusLisp/doc/html/manual-node68.html
trunk/EusLisp/doc/html/manual-node69.html
trunk/EusLisp/doc/html/manual-node7.html
trunk/EusLisp/doc/html/manual-node70.html
trunk/EusLisp/doc/html/manual-node71.html
trunk/EusLisp/doc/html/manual-node72.html
trunk/EusLisp/doc/html/manual-node73.html
trunk/EusLisp/doc/html/manual-node74.html
trunk/EusLisp/doc/html/manual-node75.html
trunk/EusLisp/doc/html/manual-node76.html
trunk/EusLisp/doc/html/manual-node77.html
trunk/EusLisp/doc/html/manual-node78.html
trunk/EusLisp/doc/html/manual-node79.html
trunk/EusLisp/doc/html/manual-node8.html
trunk/EusLisp/doc/html/manual-node80.html
trunk/EusLisp/doc/html/manual-node81.html
trunk/EusLisp/doc/html/manual-node82.html
trunk/EusLisp/doc/html/manual-node83.html
trunk/EusLisp/doc/html/manual-node84.html
trunk/EusLisp/doc/html/manual-node85.html
trunk/EusLisp/doc/html/manual-node86.html
trunk/EusLisp/doc/html/manual-node87.html
trunk/EusLisp/doc/html/manual-node88.html
trunk/EusLisp/doc/html/manual-node89.html
trunk/EusLisp/doc/html/manual-node9.html
trunk/EusLisp/doc/html/manual-node90.html
trunk/EusLisp/doc/html/manual-node91.html
trunk/EusLisp/doc/html/manual-node92.html
trunk/EusLisp/doc/html/manual-node93.html
trunk/EusLisp/doc/html/manual-node94.html
trunk/EusLisp/doc/html/manual-node95.html
trunk/EusLisp/doc/html/manual-node96.html
trunk/EusLisp/doc/html/manual-node97.html
trunk/EusLisp/doc/html/manual-node98.html
trunk/EusLisp/doc/html/manual-node99.html
trunk/EusLisp/doc/html/manual.html
Added Paths:
-----------
trunk/EusLisp/doc/html/contents.png
trunk/EusLisp/doc/html/crossref.png
trunk/EusLisp/doc/html/index.png
trunk/EusLisp/doc/html/next.png
trunk/EusLisp/doc/html/next_g.png
trunk/EusLisp/doc/html/prev.png
trunk/EusLisp/doc/html/prev_g.png
trunk/EusLisp/doc/html/up.png
trunk/EusLisp/doc/html/up_g.png
Removed Paths:
-------------
trunk/EusLisp/doc/html/icons/
Added: trunk/EusLisp/doc/html/contents.png
===================================================================
(Binary files differ)
Index: trunk/EusLisp/doc/html/contents.png
===================================================================
--- trunk/EusLisp/doc/html/contents.png 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/contents.png 2013-05-21 01:54:51 UTC (rev 641)
Property changes on: trunk/EusLisp/doc/html/contents.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/EusLisp/doc/html/crossref.png
===================================================================
(Binary files differ)
Index: trunk/EusLisp/doc/html/crossref.png
===================================================================
--- trunk/EusLisp/doc/html/crossref.png 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/crossref.png 2013-05-21 01:54:51 UTC (rev 641)
Property changes on: trunk/EusLisp/doc/html/crossref.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: trunk/EusLisp/doc/html/index.png
===================================================================
(Binary files differ)
Index: trunk/EusLisp/doc/html/index.png
===================================================================
--- trunk/EusLisp/doc/html/index.png 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/index.png 2013-05-21 01:54:51 UTC (rev 641)
Property changes on: trunk/EusLisp/doc/html/index.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/EusLisp/doc/html/jmanual-footnode.html
===================================================================
--- trunk/EusLisp/doc/html/jmanual-footnode.html 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-footnode.html 2013-05-21 01:54:51 UTC (rev 641)
@@ -68,8 +68,7 @@
HREF="jmanual-node56.html#tex2html8"><SUP><SPAN CLASS="arabic">2</SPAN></SUP></A></DT>
<DD>UNIX\x82ɂ\xA8\x82\xAF\x82\xE9\x93`\x93\x9D\x93I\x82ȃv\x83\x8D\x83Z\x83X\x8AԒʐM\x8B@\x8D\\x82ł\xA0\x82\xE9\x83p\x83C\x83v\x82́A
'fork'\x82Ƃ̑g\x82ݍ\x87\x82\xB9\x82ł\xA2\x82\xE0\x8Eg\x97p\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x81B
-EusLisp\x82́A<A HREF="jmanual-node85.html#UnixProcess"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]"
- SRC="/usr/share/latex2html/icons/crossref.png"></A>\x90߂Ő\xE0\x96\xBE\x82\xB7\x82\xE9<B>piped-fork</B>\x8A\x94\x82\xF0\x94\x{142982}Ă\xA2\x82\xE9\x81B
+EusLisp\x82́A<A HREF="jmanual-node85.html#UnixProcess"><IMG ALIGN="BOTTOM" BORDER="1" ALT="[*]" SRC="crossref.png"></A>\x90߂Ő\xE0\x96\xBE\x82\xB7\x82\xE9<B>piped-fork</B>\x8A\x94\x82\xF0\x94\x{142982}Ă\xA2\x82\xE9\x81B
<PRE>.
.
Modified: trunk/EusLisp/doc/html/jmanual-images.log
===================================================================
--- trunk/EusLisp/doc/html/jmanual-images.log 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-images.log 2013-05-21 01:54:51 UTC (rev 641)
@@ -1,4 +1,4 @@
-This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2013.5.21) 21 MAY 2013 09:10
+This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) (format=latex 2013.5.21) 21 MAY 2013 10:48
entering extended mode
%&-line parsing enabled.
**./jmanual-images.tex
@@ -192,1125 +192,24 @@
[1
]
-! Missing \endcsname inserted.
-<to be read again>
- \protect
-l.174 \epsfig{\usepackage}
- %
-The control sequence marked <to be read again> should
-not appear between \csname and \endcsname.
-
-
-! LaTeX Error: Can be used only in preamble.
-
-See the LaTeX manual or LaTeX Companion for explanation.
-Type H <return> for immediate help.
- ...
-
-l.174 \epsfig{\usepackage}
- %
-Your command was ignored.
-Type I <command> <return> to replace it with another command,
-or <return> to continue without it.
-
-! Extra \endcsname.
-\KV@split ...csname \KV@prefix \@tempa \endcsname
- \ifx \@tempc \relax \KV@er...
-l.174 \epsfig{\usepackage}
- %
-I'm ignoring this, since I wasn't doing a \csname.
-
-
-! Package keyval Error: \GenericError { }{LaTeX Error: Can be use
-d only in preamble}{See the LaTeX manual or LaTeX Companion for explanation.}{Y
-our command was ignored.
-(keyval) Type I <command> <return> to replace it with another
-command,
-(keyval) or <return> to continue without it.} undefined.
-
-See the keyval package documentation for explanation.
-Type H <return> for immediate help.
- ...
-
-l.174 \epsfig{\usepackage}
- %
-Try typing <return> to proceed.
-If that doesn't work, type X <return> to quit.
-
-! Undefined control sequence.
-\epsfig ...ize \ifx \Gfigname \relax \ErrorNoFile
- \else \the \toks@ \fi \end...
-l.174 \epsfig{\usepackage}
- %
-The control sequence at the end of the top line
-of your error message was never \def'ed. If you have
-misspelled it (e.g., `\hobx'), type `I' and the correct
-spelling (e.g., `I\hbox'). Otherwise just continue,
-and I'll forget about whatever was undefined.
-
-l2hSize :tex2html_wrap418:0.0pt::0.0pt::349.0pt.
-[2
-
-
-]
File: fig/eta3colavo.ps Graphic file (type eps)
<fig/eta3colavo.ps>
-Overfull \hbox (77.79134pt too wide) in paragraph at lines 382--383
+Overfull \hbox (77.79134pt too wide) in paragraph at lines 376--377
[][]
[]
l2hSize :figure595:212.9832pt::0.0pt::349.0pt.
-[3
+[2
-]
-File: fig/pointer.ps Graphic file (type eps)
-<fig/pointer.ps>
-l2hSize :figure720:107.36374pt::0.0pt::349.0pt.
-[4
-
-
-]
-LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <7> on input line 402.
-LaTeX Font Info: External font `cmex10' loaded for size
-(Font) <5> on input line 402.
-l2hSize :tex2html_wrap_inline1208:6.95831pt::6.95831pt::8.27783pt.
-[5
-
-
-]
-File: fig/object.ps Graphic file (type eps)
-<fig/object.ps>
-Overfull \hbox (49.48874pt too wide) in paragraph at lines 410--411
- []
- []
-
-l2hSize :figure732:130.44624pt::0.0pt::349.0pt.
-[6
-
-
-]
-l2hSize :figure751:606.0pt::0.0pt::349.0pt.
-[7
-
-
-]
-l2hSize :tex2html_wrap_inline1212:8.0pt::8.0pt::3.27782pt.
-[8
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x9E in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xAF in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xAD in font cmr10!
-LaTeX Font Info: Try loading font information for OMS+cmr on input line 512.
-
-(/usr/share/texmf-texlive/tex/latex/base/omscmr.fd
-File: omscmr.fd 1999/05/25 v2.5h Standard LaTeX font definitions
-)
-LaTeX Font Info: Font shape `OMS/cmr/m/it' in size <10> not available
-(Font) Font shape `OMS/cmsy/m/n' tried instead on input line 512.
-l2hSize :emtabbing3796:94.84526pt::0.0pt::350.05598pt.
-[9
-
-
-]
-l2hSize :tex2html_wrap_inline4443:6.95831pt::6.95831pt::8.27783pt.
-[10
-
-
-]
-l2hSize :tex2html_wrap_inline6496:6.45831pt::0.0pt::4.55907pt.
-[11
-
-
-]
-l2hSize :tex2html_wrap_inline6498:8.64003pt::8.64003pt::104.29175pt.
-[12
-
-
-]
-l2hSize :tex2html_wrap_inline6500:8.14003pt::0.0pt::20.22232pt.
-[13
-
-
-]
-l2hSize :tex2html_wrap_inline6504:6.45831pt::0.0pt::6.55908pt.
-[14
-
-
-]
-l2hSize :tex2html_wrap_inline6506:6.95831pt::6.95831pt::23.78123pt.
-[15
-
-
-]
-l2hSize :tex2html_wrap_inline6508:8.0pt::8.0pt::16.55911pt.
-[16
-
-
-]
-l2hSize :tex2html_wrap_inline6510:6.95831pt::6.95831pt::31.55904pt.
-[17
-
-
-]
-l2hSize :tex2html_wrap_inline6512:8.0pt::8.0pt::24.33691pt.
-[18
-
-
-]
-l2hSize :tex2html_wrap_inline6514:6.95831pt::6.95831pt::8.27783pt.
-[19
-
-
-]
-l2hSize :tex2html_wrap_inline6522:6.95831pt::6.95831pt::16.05563pt.
-[20
-
-
-]
-l2hSize :tex2html_wrap_inline6526:6.95831pt::6.95831pt::16.05563pt.
-[21
-
-
-]
-l2hSize :tex2html_wrap_inline6530:7.09525pt::7.09525pt::50.01114pt.
-[22
-
-
-]
-l2hSize :tex2html_wrap_inline6532:7.09525pt::7.09525pt::50.01114pt.
-[23
-
-
-]
-l2hSize :tex2html_wrap_inline6536:8.0pt::8.0pt::3.27782pt.
-[24
-
-
-]
-l2hSize :tex2html_wrap_inline6540:8.0pt::8.0pt::43.4816pt.
-[25
-
-
-]
-l2hSize :tex2html_wrap_inline6542:8.0pt::8.0pt::44.5927pt.
-[26
-
-
-]
-l2hSize :tex2html_wrap_inline6544:8.0pt::8.0pt::45.64828pt.
-[27
-
-
-]
-l2hSize :tex2html_wrap_inline6546:10.78847pt::10.78847pt::31.07172pt.
-[28
-
-
-]
-l2hSize :tex2html_wrap_inline6548:10.78847pt::10.78847pt::30.96062pt.
-[29
-
-
-]
-l2hSize :tex2html_wrap_inline6550:10.78847pt::10.78847pt::31.07172pt.
-[30
-
-
-]
-l2hSize :tex2html_wrap_inline6552:8.0pt::8.0pt::24.25471pt.
-[31
-
-
-]
-l2hSize :tex2html_wrap_inline6554:6.6428pt::0.0pt::10.19102pt.
-[32
-
-
-]
-l2hSize :tex2html_wrap_inline8404:8.0pt::8.0pt::5.50005pt.
-[33
-
-
-]
-l2hSize :tex2html_wrap_inline8406:8.0pt::8.0pt::14.38896pt.
-[34
-
-
-]
-l2hSize :tex2html_wrap_inline11980:7.33331pt::7.33331pt::53.51369pt.
-[35
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing11301:106.84526pt::0.0pt::349.0pt.
-[36
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing14977:94.84526pt::0.0pt::349.0pt.
-[37
-
-
-]
-l2hSize :tex2html_wrap_inline15858:8.0pt::8.0pt::43.54858pt.
-[38
-
-
-]
-l2hSize :tex2html_wrap_inline15876:6.45831pt::0.0pt::8.27783pt.
-[39
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing18314:106.84526pt::0.0pt::432.56528pt.
-[40
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing18389:94.84526pt::0.0pt::349.0pt.
-[41
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing18483:82.84526pt::0.0pt::349.0pt.
-[42
-
-
-]
-l2hSize :tex2html_wrap_inline22683:6.94444pt::0.0pt::45.55737pt.
-[43
-
-
-]
-l2hSize :tex2html_wrap_inline22685:6.94444pt::0.0pt::45.55737pt.
-[44
-
-
-]
-l2hSize :tex2html_wrap_inline22687:6.94444pt::0.0pt::45.55737pt.
-[45
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing24777:82.84526pt::0.0pt::349.0pt.
-[46
-
-
-]
-File: fig/threadfig.ps Graphic file (type eps)
-<fig/threadfig.ps>
-Overfull \hbox (20.88582pt too wide) in paragraph at lines 867--868
- []
- []
-
-l2hSize :figure24978:173.4837pt::0.0pt::349.0pt.
-[47
-
-
-]
-File: fig/parathreads.ps Graphic file (type eps)
-<fig/parathreads.ps>
-l2hSize :figure24990:304.6941pt::0.0pt::349.0pt.
-[48
-
-
-]
-File: fig/threadobj.ps Graphic file (type eps)
-<fig/threadobj.ps>
-File: fig/threadpool.ps Graphic file (type eps)
-<fig/threadpool.ps>
-Overfull \hbox (101.79132pt too wide) in paragraph at lines 888--892
- []
- []
-
-l2hSize :figure25001:134.15906pt::0.0pt::349.0pt.
-[49
-
-
-]
-File: fig/synchports.ps Graphic file (type eps)
-<fig/synchports.ps>
-Overfull \hbox (20.88582pt too wide) in paragraph at lines 903--904
- []
- []
-
-l2hSize :figure25018:202.1055pt::0.0pt::349.0pt.
-[50
-
-
-]
-l2hSize :tex2html_wrap_inline27930:8.0pt::8.0pt::37.45384pt.
-[51
-
-
-]
-l2hSize :tex2html_wrap_inline27932:8.64003pt::8.64003pt::41.93997pt.
-[52
-
-
-]
-l2hSize :tex2html_wrap_inline27934:8.0pt::8.0pt::77.18532pt.
-[53
-
-
-]
-l2hSize :tex2html_wrap_inline27936:8.64003pt::8.64003pt::81.67145pt.
-[54
-
-
-]
-l2hSize :tex2html_wrap_inline27940:8.0pt::8.0pt::43.89569pt.
-[55
-
-
-]
-l2hSize :tex2html_wrap_inline27942:8.0pt::8.0pt::82.2914pt.
-[56
-
-
-]
-l2hSize :tex2html_wrap_inline27944:7.44444pt::7.44444pt::98.40784pt.
-[57
-
-
-]
-l2hSize :tex2html_wrap_inline27946:6.95831pt::6.95831pt::8.27783pt.
-[58
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing27585:154.84526pt::0.0pt::349.0pt.
-[59
-
-
-]
-File: fig/beam.ps Graphic file (type eps)
-<fig/beam.ps>
-l2hSize :figure29523:294.52756pt::0.0pt::349.0pt.
-[60
-
-
-]
-l2hSize :tex2html_wrap_inline32817:6.45831pt::0.0pt::3.27782pt.
-[61
-
-
-]
-l2hSize :tex2html_wrap_inline32823:6.45831pt::0.0pt::5.50005pt.
-[62
-
-
-]
-l2hSize :tex2html_wrap_inline32827:8.0pt::8.0pt::5.50005pt.
-[63
-
-
-]
-l2hSize :tex2html_wrap_inline32865:8.0pt::8.0pt::57.27438pt.
-[64
-
-
-]
-File: fig/fig1.ps Graphic file (type eps)
-<fig/fig1.ps>
-Overfull \hbox (34.645pt too wide) in paragraph at lines 1033--1034
- []
- []
-
-l2hSize :figure30257:551.60236pt::0.0pt::349.0pt.
-[65
-
-
-]
-l2hSize :tex2html_wrap_inline32875:6.45831pt::0.0pt::5.59033pt.
-[66
-
-
-]
-File: fig/fig-peg-in-hole1.ps Graphic file (type eps)
-<fig/fig-peg-in-hole1.ps>
-File: fig/fig-peg-in-hole2.ps Graphic file (type eps)
-<fig/fig-peg-in-hole2.ps>
-File: fig/fig-peg-in-hole3.ps Graphic file (type eps)
-<fig/fig-peg-in-hole3.ps>
-File: fig/fig-peg-in-hole4.ps Graphic file (type eps)
-<fig/fig-peg-in-hole4.ps>
-Underfull \hbox (badness 10000) in paragraph at lines 1051--1055
-[][]
- []
-
-
-Underfull \hbox (badness 10000) in paragraph at lines 1051--1055
-[]
- []
-
-*** image for figure35399 is too tall at 902.11096pt, reducing to .95 vsize ***
-
-l2hSize :figure35399:706.96461pt::0.0pt::349.0pt.
-[67
-
-
-]
-File: fig/fig-peg-naname-m1.ps Graphic file (type eps)
-<fig/fig-peg-naname-m1.ps>
-File: fig/fig-peg-naname-m2.ps Graphic file (type eps)
-<fig/fig-peg-naname-m2.ps>
-File: fig/fig-peg-naname-m3.ps Graphic file (type eps)
-<fig/fig-peg-naname-m3.ps>
-File: fig/fig-peg-naname-m4.ps Graphic file (type eps)
-<fig/fig-peg-naname-m4.ps>
-*** image for figure35407 is too tall at 912.11096pt, reducing to .95 vsize ***
-
-l2hSize :figure35407:706.96461pt::0.0pt::349.0pt.
-[68
-
-
-]
-File: fig/viewcoords.ps Graphic file (type eps)
-<fig/viewcoords.ps>
-Overfull \hbox (69.89468pt too wide) in paragraph at lines 1079--1080
- []
- []
-
-l2hSize :figure35666:295.52756pt::0.0pt::349.0pt.
-[69
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing36320:82.84526pt::0.0pt::349.0pt.
-[70
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing36458:106.84526pt::0.0pt::349.0pt.
-[71
-
-
-]
-l2hSize :tex2html_wrap_inline37408:6.95831pt::6.95831pt::180.41145pt.
-[72
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing37114:142.84526pt::0.0pt::349.0pt.
-[73
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing37204:58.84526pt::0.0pt::349.0pt.
-[74
-
-
-]
-File: fig/xdraw.ps Graphic file (type eps)
-<fig/xdraw.ps>
-l2hSize :figure38979:180.71652pt::0.0pt::349.0pt.
-[75
-
-
-]
-l2hSize :tex2html_wrap_inline41500:8.0pt::8.0pt::23.69911pt.
-[76
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing40491:118.84526pt::0.0pt::370.77116pt.
-[77
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing40881:94.84526pt::0.0pt::349.0pt.
-[78
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing41066:46.84526pt::0.0pt::350.89491pt.
-[79
-
-
-]
-l2hSize :tex2html_wrap_inline41504:8.14003pt::0.0pt::76.38889pt.
-[80
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing41297:70.84526pt::0.0pt::349.0pt.
-[81
-
-
-]
-l2hSize :tex2html_wrap_inline41506:6.95831pt::6.95831pt::13.27785pt.
-[82
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-
-Overfull \hbox (4.54349pt too wide) detected at line 1258
-[] [] []
- []
-
-l2hSize :emtabbing44388:58.84526pt::0.0pt::389.89873pt.
-[83
-
-
-]
-File: fig/panellayout.ps Graphic file (type eps)
-<fig/panellayout.ps>
-l2hSize :figure43618:209.16928pt::0.0pt::349.0pt.
-[84
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44435:58.84526pt::0.0pt::349.0pt.
-[85
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44465:58.84526pt::0.0pt::349.0pt.
-[86
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44588:58.84526pt::0.0pt::415.07079pt.
-[87
-
-
-]
-File: fig/filepanel.ps Graphic file (type eps)
-<fig/filepanel.ps>
-l2hSize :figure43705:223.39566pt::0.0pt::349.0pt.
-[88
-
-
-]
-File: fig/textviewpanel.ps Graphic file (type eps)
-<fig/textviewpanel.ps>
-l2hSize :figure43715:209.16928pt::0.0pt::349.0pt.
-[89
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44670:58.84526pt::0.0pt::402.54868pt.
-[90
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44714:94.84526pt::0.0pt::353.48222pt.
-[91
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44771:70.84526pt::0.0pt::349.0pt.
-[92
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44827:58.84526pt::0.0pt::349.0pt.
-[93
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44884:94.84526pt::0.0pt::349.0pt.
-[94
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing44972:70.84526pt::0.0pt::434.49286pt.
-[95
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing45023:82.84526pt::0.0pt::349.0pt.
-[96
-
-
-]
-File: fig/panelitem.ps Graphic file (type eps)
-<fig/panelitem.ps>
-l2hSize :figure43873:152.26378pt::0.0pt::349.0pt.
-[97
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing45080:58.84526pt::0.0pt::458.51488pt.
-[98
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing45157:70.84526pt::0.0pt::349.0pt.
-[99
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing48527:70.84526pt::0.0pt::349.0pt.
-[100
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing48739:70.84526pt::0.0pt::349.0pt.
-[101
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing48791:94.84526pt::0.0pt::349.0pt.
-[102
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing48833:82.84526pt::0.0pt::349.0pt.
-[103
-
-
-]
-Missing character: There is no \xE9 in font cmr10!
-Missing character: There is no \x96 in font cmr10!
-Missing character: There is no \xA2 in font cmr10!
-Missing character: There is no \xE6 in font cmr10!
-Missing character: There is no \x95 in font cmr10!
-Missing character: There is no \xB0 in font cmr10!
-l2hSize :emtabbing48961:94.84526pt::0.0pt::349.0pt.
-[104
-
-
-]
-File: fig/block1.edg.ps Graphic file (type eps)
-<fig/block1.edg.ps>
-l2hSize :figure47790:266.0748pt::0.0pt::349.0pt.
-[105
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x9E in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xAF in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xAD in font cmr10!
-l2hSize :emtabbing50879:106.84526pt::0.0pt::350.9134pt.
-[106
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x9E in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xAF in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xAD in font cmr10!
-
-Overfull \hbox (20.1772pt too wide) detected at line 1590
-[] [] []
- []
-
-l2hSize :emtabbing50899:142.84526pt::0.0pt::446.16536pt.
-[107
-
-
-]
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xA1 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x82 in font cmr10!
-Missing character: There is no \xBD in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \xE3 in font cmr10!
-Missing character: There is no \x83 in font cmr10!
-Missing character: There is no \x89 in font cmr10!
-l2hSize :emtabbing51180:154.84526pt::0.0pt::349.0pt.
-[108
-
-
-]
-l2hSize :tex2html_wrap_inline51190:6.83331pt::0.0pt::7.73268pt.
-[109
-
-
-]
-l2hSize :tex2html_wrap_inline51194:87.19446pt::87.19446pt::257.35117pt.
-[110
-
-
-]
-File: fig/eta3coords.ps Graphic file (type eps)
-<fig/eta3coords.ps>
-l2hSize :figure50850:294.52756pt::0.0pt::349.0pt.
-[111
-
-
-]
-l2hSize :tex2html_wrap_inline51672:6.45831pt::0.0pt::10.50005pt.
-[112
-
-
-]
-File: fig/mars.eps Graphic file (type eps)
-<fig/mars.eps>
-File: fig/simst.ps Graphic file (type eps)
-<fig/simst.ps>
-Overfull \hbox (24.0pt too wide) in paragraph at lines 1677--1681
- []
- []
-
-l2hSize :figure51615:141.66217pt::0.0pt::349.0pt.
-[113
-
-
-]
-l2hSize :figure51632:12.5pt::0.0pt::349.0pt.
-[114
-
-
] (./jmanual-images.aux) )
Here is how much of TeX's memory you used:
- 1090 strings out of 493849
- 14303 string characters out of 1152846
- 75128 words of memory out of 3000000
- 4362 multiletter control sequences out of 15000+50000
- 4760 words of font info for 18 fonts, out of 3000000 for 9000
+ 1004 strings out of 493849
+ 12979 string characters out of 1152846
+ 57128 words of memory out of 3000000
+ 4311 multiletter control sequences out of 15000+50000
+ 3640 words of font info for 14 fonts, out of 3000000 for 9000
714 hyphenation exceptions out of 8191
- 28i,10n,45p,301b,407s stack positions out of 5000i,500n,10000p,200000b,50000s
+ 28i,5n,45p,301b,282s stack positions out of 5000i,500n,10000p,200000b,50000s
-Output written on jmanual-images.dvi (114 pages, 39472 bytes).
+Output written on jmanual-images.dvi (2 pages, 704 bytes).
Modified: trunk/EusLisp/doc/html/jmanual-images.pl
===================================================================
--- trunk/EusLisp/doc/html/jmanual-images.pl 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-images.pl 2013-05-21 01:54:51 UTC (rev 641)
@@ -327,7 +327,7 @@
SRC="|."$dir".q|jmanual-img99.png"
ALT="\begin{emtabbing}
{\bf :edge1}
-\it\&optional \= (method 1) \\\\lq [メソッド]\ ...
+\it\&optional \= (method 1) \\\\lq [メソッド] ...
...th-threshold*)\\\\
\> (win geometry:*viewsurface*) (edgeimg1)
\rm
@@ -712,6 +712,12 @@
...ps,width=7.9cm}
\epsfile{file=fig/fig-peg-in-hole4.ps,width=7.9cm}\end{figure}">|;
+$key = q/{figure}epsfile{file=figslasheta3colavo.ps,width=150mm}{{{figure};FSF=1.6;AAT/;
+$cached_env_img{$key} = q|<IMG
+ WIDTH="580" HEIGHT="16" BORDER="0"
+ SRC="|."$dir".q|jmanual-img2.png"
+ ALT="\begin{figure}\epsfile{file=fig/eta3colavo.ps,width=150mm}\end{figure}">|;
+
$key = q/0;MSF=1.6;AAT/;
$cached_env_img{$key} = q|<IMG
WIDTH="9" HEIGHT="15" ALIGN="BOTTOM" BORDER="0"
@@ -852,7 +858,7 @@
SRC="|."$dir".q|jmanual-img100.png"
ALT="\begin{emtabbing}
{\bf :edge1}
-\it\&optional \= (method 1) \\\\lq [メソッド]\ ...
+\it\&optional \= (method 1) \\\\lq [メソッド] ...
...
\> (run *edge-length-threshold*)\\\\
\> (win *color-viewer*)
@@ -965,7 +971,7 @@
SRC="|."$dir".q|jmanual-img36.png"
ALT="\begin{emtabbing}
{\bf open}
-\it path \&key \= :direction :input \\\\lq [関数]\ ...
+\it path \&key \= :direction :input \\\\lq [関数] ...
...\\\\
\> :permission \char93 o644 \\\\
\> :buffer-size 512\\\\
Modified: trunk/EusLisp/doc/html/jmanual-images.tex
===================================================================
--- trunk/EusLisp/doc/html/jmanual-images.tex 2013-05-21 01:18:28 UTC (rev 640)
+++ trunk/EusLisp/doc/html/jmanual-images.tex 2013-05-21 01:54:51 UTC (rev 641)
@@ -169,12 +169,6 @@
% !!! IMAGES START HERE !!!
-{\newpage\clearpage
-\lthtmlpictureA{tex2html_wrap418}%
-\epsfig{\usepackage}%
-\lthtmlpictureZ
-\lthtmlcheckvsize\clearpage}
-
\setcounter{totalnumber}{3}
%
@@ -228,7 +222,7 @@
%
\providecommand{\funcdesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x8A\x94]
+{\bf #1} \em #2 \rm \hfill [関数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -240,7 +234,7 @@
%
\providecommand{\macrodesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x83}\x83N\x83\x8D]
+{\bf #1} \em #2 \rm \hfill [マクロ]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -252,7 +246,7 @@
%
\providecommand{\specialdesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x93\xC1\x8E\xEA]
+{\bf #1} \em #2 \rm \hfill [特殊]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -264,7 +258,7 @@
%
\providecommand{\methoddesc}[3]{
-{\bf #1} \em #2 \rm \hfill [\x83\x81\x83\\x83b\x83h]
+{\bf #1} \em #2 \rm \hfill [メソッド]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#3
@@ -276,7 +270,7 @@
%
\providecommand{\vardesc}[2]{
-{\bf #1} \em \rm \hfill [\x95ϐ\x94]
+{\bf #1} \em \rm \hfill [変数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#2
@@ -288,7 +282,7 @@
%
\providecommand{\fundesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x8A\x94]
+{\bf #1} \em #2 \rm \hfill [関数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -300,7 +294,7 @@
%
\providecommand{\macdesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x83}\x83N\x83\x8D]
+{\bf #1} \em #2 \rm \hfill [マクロ]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -312,7 +306,7 @@
%
\providecommand{\spedesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x93\xC1\x8E\xEA]
+{\bf #1} \em #2 \rm \hfill [特殊]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -324,7 +318,7 @@
%
\providecommand{\metdesc}[2]{
-{\bf #1} \em #2 \rm \hfill [\x83\x81\x83\\x83b\x83h]
+{\bf #1} \em #2 \rm \hfill [メソッド]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}\hspace{0mm}
@@ -336,7 +330,7 @@
%
\providecommand{\constdesc}[2]{
-{\bf #1} \em \rm \hfill [\x92萔]
+{\bf #1} \em \rm \hfill [定数]
\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
\item \hspace{0mm}#2
@@ -349,7 +343,7 @@
\providecommand{\classdesc}[4]{ %class, super slots description
\vspace{2mm}
-{\Large {\bf #1 }} \hfill [\x83N\x83\x89\x83X] %super
+{\Large {\bf #1 }} \hfill [クラス] %super
\begin{tabbing}
\hspace{30mm} :super \hspace{5mm} \= {\bf #2} \\
\hspace{30mm} :slots \> #3
@@ -386,101 +380,9 @@
\lthtmlcheckvsize\clearpage}
\stepcounter{section}
-{\newpage\clearpage
-\lthtmlfigureA{figure720}%
-\begin{figure}\begin{center}
-\epsfile{file=fig/pointer.ps}
-\end{center}
-
-\end{figure}%
-\lthtmlfigureZ
-\lthtmlcheckvsize\clearpage}
-
\stepcounter{subsection}
-{\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline1208}%
-$-$%
-\lthtmlinlinemathZ
-\lthtmlcheckvsize\clearpage}
-
\stepcounter{subsection}
-{\newpage\clearpage
-\lthtmlfigureA{figure732}%
-\begin{figure}\begin{center}
-\epsfile{file=fig/object.ps}
-\end{center}
-
-\end{figure}%
-\lthtmlfigureZ
-\lthtmlcheckvsize\clearpage}
-
\stepcounter{subsection}
-{\newpage\clearpage
-\lthtmlfigureA{figure751}%
-\begin{figure}\small
-\begin{verbatim}
-
-object
- cons
- propertied-object
- symbol ----- foreign-pod
- package
- stream
- file-stream
- broadcast-stream
- io-stream ---- socket-stream
- metaclass
- vectorclass
- cstructclass
- read-table
- array
- thread
- barrier-synch
- synch-memory-port
- coordinates
- cascaded-coords
- body
- sphere
- viewing
- projection
- viewing2d
- parallel-viewing
- perspective-viewing
- coordinates-axes
- viewport
- line --- edge --- winged-edge
- plane
- polygon
- face
- hole
- semi-space
- viewer
- viewsurface ----- tektro-viewsurface
- compiled-code
- foreign-code
- closure
- load-module
- label-reference
- vector
- float-vector
- integer-vector
- string
- socket-address
- cstruct
- bit-vector
- foreign-string
- socket-port
- pathname
- hash-table
- surrounding-box
- stereo-viewing\end{verbatim}
-
-\normalsize
-
-\end{figure}%
-\lthtmlf...
[truncated message content] |
|
From: <k-...@us...> - 2013-05-21 01:18:37
|
Revision: 640
http://sourceforge.net/p/euslisp/code/640
Author: k-okada
Date: 2013-05-21 01:18:28 +0000 (Tue, 21 May 2013)
Log Message:
-----------
remove unused files
Removed Paths:
-------------
trunk/EusLisp/doc/html/.ID_MAP.dir
trunk/EusLisp/doc/html/.ID_MAP.pag
trunk/EusLisp/doc/html/.IMG_PARAMS.dir
trunk/EusLisp/doc/html/.IMG_PARAMS.pag
trunk/EusLisp/doc/html/.ORIG_MAP.dir
trunk/EusLisp/doc/html/.ORIG_MAP.pag
Deleted: trunk/EusLisp/doc/html/.ID_MAP.dir
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.ID_MAP.pag
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.IMG_PARAMS.dir
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.IMG_PARAMS.pag
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.ORIG_MAP.dir
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.ORIG_MAP.pag
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-21 01:18:35
|
Revision: 640
http://sourceforge.net/p/euslisp/code/640
Author: k-okada
Date: 2013-05-21 01:18:28 +0000 (Tue, 21 May 2013)
Log Message:
-----------
remove unused files
Removed Paths:
-------------
trunk/EusLisp/doc/html/.ID_MAP.dir
trunk/EusLisp/doc/html/.ID_MAP.pag
trunk/EusLisp/doc/html/.IMG_PARAMS.dir
trunk/EusLisp/doc/html/.IMG_PARAMS.pag
trunk/EusLisp/doc/html/.ORIG_MAP.dir
trunk/EusLisp/doc/html/.ORIG_MAP.pag
Deleted: trunk/EusLisp/doc/html/.ID_MAP.dir
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.ID_MAP.pag
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.IMG_PARAMS.dir
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.IMG_PARAMS.pag
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.ORIG_MAP.dir
===================================================================
(Binary files differ)
Deleted: trunk/EusLisp/doc/html/.ORIG_MAP.pag
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-21 00:28:22
|
Revision: 639
http://sourceforge.net/p/euslisp/code/639
Author: k-okada
Date: 2013-05-21 00:28:00 +0000 (Tue, 21 May 2013)
Log Message:
-----------
update html directory to version 9.00
Added Paths:
-----------
trunk/EusLisp/doc/html/icons/
trunk/EusLisp/doc/html/jmanual-footnode.html
trunk/EusLisp/doc/html/jmanual-images.aux
trunk/EusLisp/doc/html/jmanual-images.idx
trunk/EusLisp/doc/html/jmanual-images.log
trunk/EusLisp/doc/html/jmanual-images.pl
trunk/EusLisp/doc/html/jmanual-images.tex
trunk/EusLisp/doc/html/jmanual-img1.png
trunk/EusLisp/doc/html/jmanual-img10.png
trunk/EusLisp/doc/html/jmanual-img100.png
trunk/EusLisp/doc/html/jmanual-img101.png
trunk/EusLisp/doc/html/jmanual-img102.png
trunk/EusLisp/doc/html/jmanual-img103.png
trunk/EusLisp/doc/html/jmanual-img104.png
trunk/EusLisp/doc/html/jmanual-img105.png
trunk/EusLisp/doc/html/jmanual-img106.png
trunk/EusLisp/doc/html/jmanual-img107.png
trunk/EusLisp/doc/html/jmanual-img108.png
trunk/EusLisp/doc/html/jmanual-img109.png
trunk/EusLisp/doc/html/jmanual-img11.png
trunk/EusLisp/doc/html/jmanual-img110.png
trunk/EusLisp/doc/html/jmanual-img111.png
trunk/EusLisp/doc/html/jmanual-img112.png
trunk/EusLisp/doc/html/jmanual-img113.png
trunk/EusLisp/doc/html/jmanual-img12.png
trunk/EusLisp/doc/html/jmanual-img13.png
trunk/EusLisp/doc/html/jmanual-img14.png
trunk/EusLisp/doc/html/jmanual-img15.png
trunk/EusLisp/doc/html/jmanual-img16.png
trunk/EusLisp/doc/html/jmanual-img17.png
trunk/EusLisp/doc/html/jmanual-img18.png
trunk/EusLisp/doc/html/jmanual-img19.png
trunk/EusLisp/doc/html/jmanual-img2.png
trunk/EusLisp/doc/html/jmanual-img20.png
trunk/EusLisp/doc/html/jmanual-img21.png
trunk/EusLisp/doc/html/jmanual-img22.png
trunk/EusLisp/doc/html/jmanual-img23.png
trunk/EusLisp/doc/html/jmanual-img24.png
trunk/EusLisp/doc/html/jmanual-img25.png
trunk/EusLisp/doc/html/jmanual-img26.png
trunk/EusLisp/doc/html/jmanual-img27.png
trunk/EusLisp/doc/html/jmanual-img28.png
trunk/EusLisp/doc/html/jmanual-img29.png
trunk/EusLisp/doc/html/jmanual-img3.png
trunk/EusLisp/doc/html/jmanual-img30.png
trunk/EusLisp/doc/html/jmanual-img31.png
trunk/EusLisp/doc/html/jmanual-img32.png
trunk/EusLisp/doc/html/jmanual-img33.png
trunk/EusLisp/doc/html/jmanual-img34.png
trunk/EusLisp/doc/html/jmanual-img35.png
trunk/EusLisp/doc/html/jmanual-img36.png
trunk/EusLisp/doc/html/jmanual-img37.png
trunk/EusLisp/doc/html/jmanual-img38.png
trunk/EusLisp/doc/html/jmanual-img39.png
trunk/EusLisp/doc/html/jmanual-img4.png
trunk/EusLisp/doc/html/jmanual-img40.png
trunk/EusLisp/doc/html/jmanual-img41.png
trunk/EusLisp/doc/html/jmanual-img42.png
trunk/EusLisp/doc/html/jmanual-img43.png
trunk/EusLisp/doc/html/jmanual-img44.png
trunk/EusLisp/doc/html/jmanual-img45.png
trunk/EusLisp/doc/html/jmanual-img46.png
trunk/EusLisp/doc/html/jmanual-img47.png
trunk/EusLisp/doc/html/jmanual-img48.png
trunk/EusLisp/doc/html/jmanual-img49.png
trunk/EusLisp/doc/html/jmanual-img5.png
trunk/EusLisp/doc/html/jmanual-img50.png
trunk/EusLisp/doc/html/jmanual-img51.png
trunk/EusLisp/doc/html/jmanual-img52.png
trunk/EusLisp/doc/html/jmanual-img53.png
trunk/EusLisp/doc/html/jmanual-img54.png
trunk/EusLisp/doc/html/jmanual-img55.png
trunk/EusLisp/doc/html/jmanual-img56.png
trunk/EusLisp/doc/html/jmanual-img57.png
trunk/EusLisp/doc/html/jmanual-img58.png
trunk/EusLisp/doc/html/jmanual-img59.png
trunk/EusLisp/doc/html/jmanual-img6.png
trunk/EusLisp/doc/html/jmanual-img60.png
trunk/EusLisp/doc/html/jmanual-img61.png
trunk/EusLisp/doc/html/jmanual-img62.png
trunk/EusLisp/doc/html/jmanual-img63.png
trunk/EusLisp/doc/html/jmanual-img64.png
trunk/EusLisp/doc/html/jmanual-img65.png
trunk/EusLisp/doc/html/jmanual-img66.png
trunk/EusLisp/doc/html/jmanual-img67.png
trunk/EusLisp/doc/html/jmanual-img68.png
trunk/EusLisp/doc/html/jmanual-img69.png
trunk/EusLisp/doc/html/jmanual-img7.png
trunk/EusLisp/doc/html/jmanual-img70.png
trunk/EusLisp/doc/html/jmanual-img71.png
trunk/EusLisp/doc/html/jmanual-img72.png
trunk/EusLisp/doc/html/jmanual-img73.png
trunk/EusLisp/doc/html/jmanual-img74.png
trunk/EusLisp/doc/html/jmanual-img75.png
trunk/EusLisp/doc/html/jmanual-img76.png
trunk/EusLisp/doc/html/jmanual-img77.png
trunk/EusLisp/doc/html/jmanual-img78.png
trunk/EusLisp/doc/html/jmanual-img79.png
trunk/EusLisp/doc/html/jmanual-img8.png
trunk/EusLisp/doc/html/jmanual-img80.png
trunk/EusLisp/doc/html/jmanual-img81.png
trunk/EusLisp/doc/html/jmanual-img82.png
trunk/EusLisp/doc/html/jmanual-img83.png
trunk/EusLisp/doc/html/jmanual-img84.png
trunk/EusLisp/doc/html/jmanual-img85.png
trunk/EusLisp/doc/html/jmanual-img86.png
trunk/EusLisp/doc/html/jmanual-img87.png
trunk/EusLisp/doc/html/jmanual-img88.png
trunk/EusLisp/doc/html/jmanual-img89.png
trunk/EusLisp/doc/html/jmanual-img9.png
trunk/EusLisp/doc/html/jmanual-img90.png
trunk/EusLisp/doc/html/jmanual-img91.png
trunk/EusLisp/doc/html/jmanual-img92.png
trunk/EusLisp/doc/html/jmanual-img93.png
trunk/EusLisp/doc/html/jmanual-img94.png
trunk/EusLisp/doc/html/jmanual-img95.png
trunk/EusLisp/doc/html/jmanual-img96.png
trunk/EusLisp/doc/html/jmanual-img97.png
trunk/EusLisp/doc/html/jmanual-img98.png
trunk/EusLisp/doc/html/jmanual-img99.png
trunk/EusLisp/doc/html/jmanual-internals.pl
trunk/EusLisp/doc/html/jmanual-labels.pl
trunk/EusLisp/doc/html/jmanual-node1.html
trunk/EusLisp/doc/html/jmanual-node10.html
trunk/EusLisp/doc/html/jmanual-node100.html
trunk/EusLisp/doc/html/jmanual-node101.html
trunk/EusLisp/doc/html/jmanual-node102.html
trunk/EusLisp/doc/html/jmanual-node103.html
trunk/EusLisp/doc/html/jmanual-node104.html
trunk/EusLisp/doc/html/jmanual-node105.html
trunk/EusLisp/doc/html/jmanual-node106.html
trunk/EusLisp/doc/html/jmanual-node107.html
trunk/EusLisp/doc/html/jmanual-node108.html
trunk/EusLisp/doc/html/jmanual-node109.html
trunk/EusLisp/doc/html/jmanual-node11.html
trunk/EusLisp/doc/html/jmanual-node110.html
trunk/EusLisp/doc/html/jmanual-node111.html
trunk/EusLisp/doc/html/jmanual-node112.html
trunk/EusLisp/doc/html/jmanual-node113.html
trunk/EusLisp/doc/html/jmanual-node114.html
trunk/EusLisp/doc/html/jmanual-node115.html
trunk/EusLisp/doc/html/jmanual-node116.html
trunk/EusLisp/doc/html/jmanual-node117.html
trunk/EusLisp/doc/html/jmanual-node118.html
trunk/EusLisp/doc/html/jmanual-node119.html
trunk/EusLisp/doc/html/jmanual-node12.html
trunk/EusLisp/doc/html/jmanual-node120.html
trunk/EusLisp/doc/html/jmanual-node121.html
trunk/EusLisp/doc/html/jmanual-node122.html
trunk/EusLisp/doc/html/jmanual-node123.html
trunk/EusLisp/doc/html/jmanual-node124.html
trunk/EusLisp/doc/html/jmanual-node125.html
trunk/EusLisp/doc/html/jmanual-node126.html
trunk/EusLisp/doc/html/jmanual-node127.html
trunk/EusLisp/doc/html/jmanual-node128.html
trunk/EusLisp/doc/html/jmanual-node129.html
trunk/EusLisp/doc/html/jmanual-node13.html
trunk/EusLisp/doc/html/jmanual-node130.html
trunk/EusLisp/doc/html/jmanual-node131.html
trunk/EusLisp/doc/html/jmanual-node132.html
trunk/EusLisp/doc/html/jmanual-node133.html
trunk/EusLisp/doc/html/jmanual-node134.html
trunk/EusLisp/doc/html/jmanual-node135.html
trunk/EusLisp/doc/html/jmanual-node136.html
trunk/EusLisp/doc/html/jmanual-node137.html
trunk/EusLisp/doc/html/jmanual-node138.html
trunk/EusLisp/doc/html/jmanual-node139.html
trunk/EusLisp/doc/html/jmanual-node14.html
trunk/EusLisp/doc/html/jmanual-node140.html
trunk/EusLisp/doc/html/jmanual-node141.html
trunk/EusLisp/doc/html/jmanual-node142.html
trunk/EusLisp/doc/html/jmanual-node143.html
trunk/EusLisp/doc/html/jmanual-node144.html
trunk/EusLisp/doc/html/jmanual-node145.html
trunk/EusLisp/doc/html/jmanual-node146.html
trunk/EusLisp/doc/html/jmanual-node147.html
trunk/EusLisp/doc/html/jmanual-node148.html
trunk/EusLisp/doc/html/jmanual-node149.html
trunk/EusLisp/doc/html/jmanual-node15.html
trunk/EusLisp/doc/html/jmanual-node150.html
trunk/EusLisp/doc/html/jmanual-node151.html
trunk/EusLisp/doc/html/jmanual-node152.html
trunk/EusLisp/doc/html/jmanual-node153.html
trunk/EusLisp/doc/html/jmanual-node154.html
trunk/EusLisp/doc/html/jmanual-node155.html
trunk/EusLisp/doc/html/jmanual-node156.html
trunk/EusLisp/doc/html/jmanual-node157.html
trunk/EusLisp/doc/html/jmanual-node16.html
trunk/EusLisp/doc/html/jmanual-node17.html
trunk/EusLisp/doc/html/jmanual-node18.html
trunk/EusLisp/doc/html/jmanual-node19.html
trunk/EusLisp/doc/html/jmanual-node2.html
trunk/EusLisp/doc/html/jmanual-node20.html
trunk/EusLisp/doc/html/jmanual-node21.html
trunk/EusLisp/doc/html/jmanual-node22.html
trunk/EusLisp/doc/html/jmanual-node23.html
trunk/EusLisp/doc/html/jmanual-node24.html
trunk/EusLisp/doc/html/jmanual-node25.html
trunk/EusLisp/doc/html/jmanual-node26.html
trunk/EusLisp/doc/html/jmanual-node27.html
trunk/EusLisp/doc/html/jmanual-node28.html
trunk/EusLisp/doc/html/jmanual-node29.html
trunk/EusLisp/doc/html/jmanual-node3.html
trunk/EusLisp/doc/html/jmanual-node30.html
trunk/EusLisp/doc/html/jmanual-node31.html
trunk/EusLisp/doc/html/jmanual-node32.html
trunk/EusLisp/doc/html/jmanual-node33.html
trunk/EusLisp/doc/html/jmanual-node34.html
trunk/EusLisp/doc/html/jmanual-node35.html
trunk/EusLisp/doc/html/jmanual-node36.html
trunk/EusLisp/doc/html/jmanual-node37.html
trunk/EusLisp/doc/html/jmanual-node38.html
trunk/EusLisp/doc/html/jmanual-node39.html
trunk/EusLisp/doc/html/jmanual-node4.html
trunk/EusLisp/doc/html/jmanual-node40.html
trunk/EusLisp/doc/html/jmanual-node41.html
trunk/EusLisp/doc/html/jmanual-node42.html
trunk/EusLisp/doc/html/jmanual-node43.html
trunk/EusLisp/doc/html/jmanual-node44.html
trunk/EusLisp/doc/html/jmanual-node45.html
trunk/EusLisp/doc/html/jmanual-node46.html
trunk/EusLisp/doc/html/jmanual-node47.html
trunk/EusLisp/doc/html/jmanual-node48.html
trunk/EusLisp/doc/html/jmanual-node49.html
trunk/EusLisp/doc/html/jmanual-node5.html
trunk/EusLisp/doc/html/jmanual-node50.html
trunk/EusLisp/doc/html/jmanual-node51.html
trunk/EusLisp/doc/html/jmanual-node52.html
trunk/EusLisp/doc/html/jmanual-node53.html
trunk/EusLisp/doc/html/jmanual-node54.html
trunk/EusLisp/doc/html/jmanual-node55.html
trunk/EusLisp/doc/html/jmanual-node56.html
trunk/EusLisp/doc/html/jmanual-node57.html
trunk/EusLisp/doc/html/jmanual-node58.html
trunk/EusLisp/doc/html/jmanual-node59.html
trunk/EusLisp/doc/html/jmanual-node6.html
trunk/EusLisp/doc/html/jmanual-node60.html
trunk/EusLisp/doc/html/jmanual-node61.html
trunk/EusLisp/doc/html/jmanual-node62.html
trunk/EusLisp/doc/html/jmanual-node63.html
trunk/EusLisp/doc/html/jmanual-node64.html
trunk/EusLisp/doc/html/jmanual-node65.html
trunk/EusLisp/doc/html/jmanual-node66.html
trunk/EusLisp/doc/html/jmanual-node67.html
trunk/EusLisp/doc/html/jmanual-node68.html
trunk/EusLisp/doc/html/jmanual-node69.html
trunk/EusLisp/doc/html/jmanual-node7.html
trunk/EusLisp/doc/html/jmanual-node70.html
trunk/EusLisp/doc/html/jmanual-node71.html
trunk/EusLisp/doc/html/jmanual-node72.html
trunk/EusLisp/doc/html/jmanual-node73.html
trunk/EusLisp/doc/html/jmanual-node74.html
trunk/EusLisp/doc/html/jmanual-node75.html
trunk/EusLisp/doc/html/jmanual-node76.html
trunk/EusLisp/doc/html/jmanual-node77.html
trunk/EusLisp/doc/html/jmanual-node78.html
trunk/EusLisp/doc/html/jmanual-node79.html
trunk/EusLisp/doc/html/jmanual-node8.html
trunk/EusLisp/doc/html/jmanual-node80.html
trunk/EusLisp/doc/html/jmanual-node81.html
trunk/EusLisp/doc/html/jmanual-node82.html
trunk/EusLisp/doc/html/jmanual-node83.html
trunk/EusLisp/doc/html/jmanual-node84.html
trunk/EusLisp/doc/html/jmanual-node85.html
trunk/EusLisp/doc/html/jmanual-node86.html
trunk/EusLisp/doc/html/jmanual-node87.html
trunk/EusLisp/doc/html/jmanual-node88.html
trunk/EusLisp/doc/html/jmanual-node89.html
trunk/EusLisp/doc/html/jmanual-node9.html
trunk/EusLisp/doc/html/jmanual-node90.html
trunk/EusLisp/doc/html/jmanual-node91.html
trunk/EusLisp/doc/html/jmanual-node92.html
trunk/EusLisp/doc/html/jmanual-node93.html
trunk/EusLisp/doc/html/jmanual-node94.html
trunk/EusLisp/doc/html/jmanual-node95.html
trunk/EusLisp/doc/html/jmanual-node96.html
trunk/EusLisp/doc/html/jmanual-node97.html
trunk/EusLisp/doc/html/jmanual-node98.html
trunk/EusLisp/doc/html/jmanual-node99.html
trunk/EusLisp/doc/html/jmanual.css
trunk/EusLisp/doc/html/jmanual.html
trunk/EusLisp/doc/html/manual-footnode.html
trunk/EusLisp/doc/html/manual-images.aux
trunk/EusLisp/doc/html/manual-images.idx
trunk/EusLisp/doc/html/manual-images.log
trunk/EusLisp/doc/html/manual-images.pl
trunk/EusLisp/doc/html/manual-images.tex
trunk/EusLisp/doc/html/manual-img1.png
trunk/EusLisp/doc/html/manual-img10.png
trunk/EusLisp/doc/html/manual-img100.png
trunk/EusLisp/doc/html/manual-img101.png
trunk/EusLisp/doc/html/manual-img102.png
trunk/EusLisp/doc/html/manual-img103.png
trunk/EusLisp/doc/html/manual-img104.png
trunk/EusLisp/doc/html/manual-img105.png
trunk/EusLisp/doc/html/manual-img106.png
trunk/EusLisp/doc/html/manual-img107.png
trunk/EusLisp/doc/html/manual-img108.png
trunk/EusLisp/doc/html/manual-img109.png
trunk/EusLisp/doc/html/manual-img11.png
trunk/EusLisp/doc/html/manual-img110.png
trunk/EusLisp/doc/html/manual-img111.png
trunk/EusLisp/doc/html/manual-img112.png
trunk/EusLisp/doc/html/manual-img113.png
trunk/EusLisp/doc/html/manual-img114.png
trunk/EusLisp/doc/html/manual-img115.png
trunk/EusLisp/doc/html/manual-img116.png
trunk/EusLisp/doc/html/manual-img117.png
trunk/EusLisp/doc/html/manual-img118.png
trunk/EusLisp/doc/html/manual-img119.png
trunk/EusLisp/doc/html/manual-img12.png
trunk/EusLisp/doc/html/manual-img120.png
trunk/EusLisp/doc/html/manual-img13.png
trunk/EusLisp/doc/html/manual-img14.png
trunk/EusLisp/doc/html/manual-img15.png
trunk/EusLisp/doc/html/manual-img16.png
trunk/EusLisp/doc/html/manual-img17.png
trunk/EusLisp/doc/html/manual-img18.png
trunk/EusLisp/doc/html/manual-img19.png
trunk/EusLisp/doc/html/manual-img2.png
trunk/EusLisp/doc/html/manual-img20.png
trunk/EusLisp/doc/html/manual-img21.png
trunk/EusLisp/doc/html/manual-img22.png
trunk/EusLisp/doc/html/manual-img23.png
trunk/EusLisp/doc/html/manual-img24.png
trunk/EusLisp/doc/html/manual-img25.png
trunk/EusLisp/doc/html/manual-img26.png
trunk/EusLisp/doc/html/manual-img27.png
trunk/EusLisp/doc/html/manual-img28.png
trunk/EusLisp/doc/html/manual-img29.png
trunk/EusLisp/doc/html/manual-img3.png
trunk/EusLisp/doc/html/manual-img30.png
trunk/EusLisp/doc/html/manual-img31.png
trunk/EusLisp/doc/html/manual-img32.png
trunk/EusLisp/doc/html/manual-img33.png
trunk/EusLisp/doc/html/manual-img34.png
trunk/EusLisp/doc/html/manual-img35.png
trunk/EusLisp/doc/html/manual-img36.png
trunk/EusLisp/doc/html/manual-img37.png
trunk/EusLisp/doc/html/manual-img38.png
trunk/EusLisp/doc/html/manual-img39.png
trunk/EusLisp/doc/html/manual-img4.png
trunk/EusLisp/doc/html/manual-img40.png
trunk/EusLisp/doc/html/manual-img41.png
trunk/EusLisp/doc/html/manual-img42.png
trunk/EusLisp/doc/html/manual-img43.png
trunk/EusLisp/doc/html/manual-img44.png
trunk/EusLisp/doc/html/manual-img45.png
trunk/EusLisp/doc/html/manual-img46.png
trunk/EusLisp/doc/html/manual-img47.png
trunk/EusLisp/doc/html/manual-img48.png
trunk/EusLisp/doc/html/manual-img49.png
trunk/EusLisp/doc/html/manual-img5.png
trunk/EusLisp/doc/html/manual-img50.png
trunk/EusLisp/doc/html/manual-img51.png
trunk/EusLisp/doc/html/manual-img52.png
trunk/EusLisp/doc/html/manual-img53.png
trunk/EusLisp/doc/html/manual-img54.png
trunk/EusLisp/doc/html/manual-img55.png
trunk/EusLisp/doc/html/manual-img56.png
trunk/EusLisp/doc/html/manual-img57.png
trunk/EusLisp/doc/html/manual-img58.png
trunk/EusLisp/doc/html/manual-img59.png
trunk/EusLisp/doc/html/manual-img6.png
trunk/EusLisp/doc/html/manual-img60.png
trunk/EusLisp/doc/html/manual-img61.png
trunk/EusLisp/doc/html/manual-img62.png
trunk/EusLisp/doc/html/manual-img63.png
trunk/EusLisp/doc/html/manual-img64.png
trunk/EusLisp/doc/html/manual-img65.png
trunk/EusLisp/doc/html/manual-img66.png
trunk/EusLisp/doc/html/manual-img67.png
trunk/EusLisp/doc/html/manual-img68.png
trunk/EusLisp/doc/html/manual-img69.png
trunk/EusLisp/doc/html/manual-img7.png
trunk/EusLisp/doc/html/manual-img70.png
trunk/EusLisp/doc/html/manual-img71.png
trunk/EusLisp/doc/html/manual-img72.png
trunk/EusLisp/doc/html/manual-img73.png
trunk/EusLisp/doc/html/manual-img74.png
trunk/EusLisp/doc/html/manual-img75.png
trunk/EusLisp/doc/html/manual-img76.png
trunk/EusLisp/doc/html/manual-img77.png
trunk/EusLisp/doc/html/manual-img78.png
trunk/EusLisp/doc/html/manual-img79.png
trunk/EusLisp/doc/html/manual-img8.png
trunk/EusLisp/doc/html/manual-img80.png
trunk/EusLisp/doc/html/manual-img81.png
trunk/EusLisp/doc/html/manual-img82.png
trunk/EusLisp/doc/html/manual-img83.png
trunk/EusLisp/doc/html/manual-img84.png
trunk/EusLisp/doc/html/manual-img85.png
trunk/EusLisp/doc/html/manual-img86.png
trunk/EusLisp/doc/html/manual-img87.png
trunk/EusLisp/doc/html/manual-img88.png
trunk/EusLisp/doc/html/manual-img89.png
trunk/EusLisp/doc/html/manual-img9.png
trunk/EusLisp/doc/html/manual-img90.png
trunk/EusLisp/doc/html/manual-img91.png
trunk/EusLisp/doc/html/manual-img92.png
trunk/EusLisp/doc/html/manual-img93.png
trunk/EusLisp/doc/html/manual-img94.png
trunk/EusLisp/doc/html/manual-img95.png
trunk/EusLisp/doc/html/manual-img96.png
trunk/EusLisp/doc/html/manual-img97.png
trunk/EusLisp/doc/html/manual-img98.png
trunk/EusLisp/doc/html/manual-img99.png
trunk/EusLisp/doc/html/manual-internals.pl
trunk/EusLisp/doc/html/manual-labels.pl
trunk/EusLisp/doc/html/manual-node1.html
trunk/EusLisp/doc/html/manual-node10.html
trunk/EusLisp/doc/html/manual-node100.html
trunk/EusLisp/doc/html/manual-node101.html
trunk/EusLisp/doc/html/manual-node102.html
trunk/EusLisp/doc/html/manual-node103.html
trunk/EusLisp/doc/html/manual-node104.html
trunk/EusLisp/doc/html/manual-node105.html
trunk/EusLisp/doc/html/manual-node106.html
trunk/EusLisp/doc/html/manual-node107.html
trunk/EusLisp/doc/html/manual-node108.html
trunk/EusLisp/doc/html/manual-node109.html
trunk/EusLisp/doc/html/manual-node11.html
trunk/EusLisp/doc/html/manual-node110.html
trunk/EusLisp/doc/html/manual-node111.html
trunk/EusLisp/doc/html/manual-node112.html
trunk/EusLisp/doc/html/manual-node113.html
trunk/EusLisp/doc/html/manual-node114.html
trunk/EusLisp/doc/html/manual-node115.html
trunk/EusLisp/doc/html/manual-node116.html
trunk/EusLisp/doc/html/manual-node117.html
trunk/EusLisp/doc/html/manual-node118.html
trunk/EusLisp/doc/html/manual-node119.html
trunk/EusLisp/doc/html/manual-node12.html
trunk/EusLisp/doc/html/manual-node120.html
trunk/EusLisp/doc/html/manual-node121.html
trunk/EusLisp/doc/html/manual-node122.html
trunk/EusLisp/doc/html/manual-node123.html
trunk/EusLisp/doc/html/manual-node124.html
trunk/EusLisp/doc/html/manual-node125.html
trunk/EusLisp/doc/html/manual-node126.html
trunk/EusLisp/doc/html/manual-node127.html
trunk/EusLisp/doc/html/manual-node128.html
trunk/EusLisp/doc/html/manual-node129.html
trunk/EusLisp/doc/html/manual-node13.html
trunk/EusLisp/doc/html/manual-node130.html
trunk/EusLisp/doc/html/manual-node131.html
trunk/EusLisp/doc/html/manual-node132.html
trunk/EusLisp/doc/html/manual-node133.html
trunk/EusLisp/doc/html/manual-node134.html
trunk/EusLisp/doc/html/manual-node135.html
trunk/EusLisp/doc/html/manual-node136.html
trunk/EusLisp/doc/html/manual-node137.html
trunk/EusLisp/doc/html/manual-node138.html
trunk/EusLisp/doc/html/manual-node139.html
trunk/EusLisp/doc/html/manual-node14.html
trunk/EusLisp/doc/html/manual-node140.html
trunk/EusLisp/doc/html/manual-node141.html
trunk/EusLisp/doc/html/manual-node142.html
trunk/EusLisp/doc/html/manual-node143.html
trunk/EusLisp/doc/html/manual-node144.html
trunk/EusLisp/doc/html/manual-node145.html
trunk/EusLisp/doc/html/manual-node146.html
trunk/EusLisp/doc/html/manual-node147.html
trunk/EusLisp/doc/html/manual-node148.html
trunk/EusLisp/doc/html/manual-node149.html
trunk/EusLisp/doc/html/manual-node15.html
trunk/EusLisp/doc/html/manual-node150.html
trunk/EusLisp/doc/html/manual-node151.html
trunk/EusLisp/doc/html/manual-node152.html
trunk/EusLisp/doc/html/manual-node153.html
trunk/EusLisp/doc/html/manual-node154.html
trunk/EusLisp/doc/html/manual-node155.html
trunk/EusLisp/doc/html/manual-node156.html
trunk/EusLisp/doc/html/manual-node157.html
trunk/EusLisp/doc/html/manual-node158.html
trunk/EusLisp/doc/html/manual-node159.html
trunk/EusLisp/doc/html/manual-node16.html
trunk/EusLisp/doc/html/manual-node160.html
trunk/EusLisp/doc/html/manual-node161.html
trunk/EusLisp/doc/html/manual-node162.html
trunk/EusLisp/doc/html/manual-node163.html
trunk/EusLisp/doc/html/manual-node164.html
trunk/EusLisp/doc/html/manual-node165.html
trunk/EusLisp/doc/html/manual-node166.html
trunk/EusLisp/doc/html/manual-node167.html
trunk/EusLisp/doc/html/manual-node168.html
trunk/EusLisp/doc/html/manual-node17.html
trunk/EusLisp/doc/html/manual-node18.html
trunk/EusLisp/doc/html/manual-node19.html
trunk/EusLisp/doc/html/manual-node2.html
trunk/EusLisp/doc/html/manual-node20.html
trunk/EusLisp/doc/html/manual-node21.html
trunk/EusLisp/doc/html/manual-node22.html
trunk/EusLisp/doc/html/manual-node23.html
trunk/EusLisp/doc/html/manual-node24.html
trunk/EusLisp/doc/html/manual-node25.html
trunk/EusLisp/doc/html/manual-node26.html
trunk/EusLisp/doc/html/manual-node27.html
trunk/EusLisp/doc/html/manual-node28.html
trunk/EusLisp/doc/html/manual-node29.html
trunk/EusLisp/doc/html/manual-node3.html
trunk/EusLisp/doc/html/manual-node30.html
trunk/EusLisp/doc/html/manual-node31.html
trunk/EusLisp/doc/html/manual-node32.html
trunk/EusLisp/doc/html/manual-node33.html
trunk/EusLisp/doc/html/manual-node34.html
trunk/EusLisp/doc/html/manual-node35.html
trunk/EusLisp/doc/html/manual-node36.html
trunk/EusLisp/doc/html/manual-node37.html
trunk/EusLisp/doc/html/manual-node38.html
trunk/EusLisp/doc/html/manual-node39.html
trunk/EusLisp/doc/html/manual-node4.html
trunk/EusLisp/doc/html/manual-node40.html
trunk/EusLisp/doc/html/manual-node41.html
trunk/EusLisp/doc/html/manual-node42.html
trunk/EusLisp/doc/html/manual-node43.html
trunk/EusLisp/doc/html/manual-node44.html
trunk/EusLisp/doc/html/manual-node45.html
trunk/EusLisp/doc/html/manual-node46.html
trunk/EusLisp/doc/html/manual-node47.html
trunk/EusLisp/doc/html/manual-node48.html
trunk/EusLisp/doc/html/manual-node49.html
trunk/EusLisp/doc/html/manual-node5.html
trunk/EusLisp/doc/html/manual-node50.html
trunk/EusLisp/doc/html/manual-node51.html
trunk/EusLisp/doc/html/manual-node52.html
trunk/EusLisp/doc/html/manual-node53.html
trunk/EusLisp/doc/html/manual-node54.html
trunk/EusLisp/doc/html/manual-node55.html
trunk/EusLisp/doc/html/manual-node56.html
trunk/EusLisp/doc/html/manual-node57.html
trunk/EusLisp/doc/html/manual-node58.html
trunk/EusLisp/doc/html/manual-node59.html
trunk/EusLisp/doc/html/manual-node6.html
trunk/EusLisp/doc/html/manual-node60.html
trunk/EusLisp/doc/html/manual-node61.html
trunk/EusLisp/doc/html/manual-node62.html
trunk/EusLisp/doc/html/manual-node63.html
trunk/EusLisp/doc/html/manual-node64.html
trunk/EusLisp/doc/html/manual-node65.html
trunk/EusLisp/doc/html/manual-node66.html
trunk/EusLisp/doc/html/manual-node67.html
trunk/EusLisp/doc/html/manual-node68.html
trunk/EusLisp/doc/html/manual-node69.html
trunk/EusLisp/doc/html/manual-node7.html
trunk/EusLisp/doc/html/manual-node70.html
trunk/EusLisp/doc/html/manual-node71.html
trunk/EusLisp/doc/html/manual-node72.html
trunk/EusLisp/doc/html/manual-node73.html
trunk/EusLisp/doc/html/manual-node74.html
trunk/EusLisp/doc/html/manual-node75.html
trunk/EusLisp/doc/html/manual-node76.html
trunk/EusLisp/doc/html/manual-node77.html
trunk/EusLisp/doc/html/manual-node78.html
trunk/EusLisp/doc/html/manual-node79.html
trunk/EusLisp/doc/html/manual-node8.html
trunk/EusLisp/doc/html/manual-node80.html
trunk/EusLisp/doc/html/manual-node81.html
trunk/EusLisp/doc/html/manual-node82.html
trunk/EusLisp/doc/html/manual-node83.html
trunk/EusLisp/doc/html/manual-node84.html
trunk/EusLisp/doc/html/manual-node85.html
trunk/EusLisp/doc/html/manual-node86.html
trunk/EusLisp/doc/html/manual-node87.html
trunk/EusLisp/doc/html/manual-node88.html
trunk/EusLisp/doc/html/manual-node89.html
trunk/EusLisp/doc/html/manual-node9.html
trunk/EusLisp/doc/html/manual-node90.html
trunk/EusLisp/doc/html/manual-node91.html
trunk/EusLisp/doc/html/manual-node92.html
trunk/EusLisp/doc/html/manual-node93.html
trunk/EusLisp/doc/html/manual-node94.html
trunk/EusLisp/doc/html/manual-node95.html
trunk/EusLisp/doc/html/manual-node96.html
trunk/EusLisp/doc/html/manual-node97.html
trunk/EusLisp/doc/html/manual-node98.html
trunk/EusLisp/doc/html/manual-node99.html
trunk/EusLisp/doc/html/manual.css
trunk/EusLisp/doc/html/manual.html
Removed Paths:
-------------
trunk/EusLisp/doc/html/contents.pl
trunk/EusLisp/doc/html/figure.pl
trunk/EusLisp/doc/html/footnode.html
trunk/EusLisp/doc/html/icons/
trunk/EusLisp/doc/html/image.gif
trunk/EusLisp/doc/html/images.pl
trunk/EusLisp/doc/html/images.tex
trunk/EusLisp/doc/html/index.pl
trunk/EusLisp/doc/html/internals.pl
trunk/EusLisp/doc/html/labels.pl
trunk/EusLisp/doc/html/manual.css
trunk/EusLisp/doc/html/manual.html
trunk/EusLisp/doc/html/node1.html
trunk/EusLisp/doc/html/node10.html
trunk/EusLisp/doc/html/node100.html
trunk/EusLisp/doc/html/node101.html
trunk/EusLisp/doc/html/node102.html
trunk/EusLisp/doc/html/node103.html
trunk/EusLisp/doc/html/node104.html
trunk/EusLisp/doc/html/node105.html
trunk/EusLisp/doc/html/node106.html
trunk/EusLisp/doc/html/node107.html
trunk/EusLisp/doc/html/node108.html
trunk/EusLisp/doc/html/node109.html
trunk/EusLisp/doc/html/node11.html
trunk/EusLisp/doc/html/node110.html
trunk/EusLisp/doc/html/node111.html
trunk/EusLisp/doc/html/node112.html
trunk/EusLisp/doc/html/node113.html
trunk/EusLisp/doc/html/node114.html
trunk/EusLisp/doc/html/node115.html
trunk/EusLisp/doc/html/node116.html
trunk/EusLisp/doc/html/node117.html
trunk/EusLisp/doc/html/node118.html
trunk/EusLisp/doc/html/node119.html
trunk/EusLisp/doc/html/node12.html
trunk/EusLisp/doc/html/node120.html
trunk/EusLisp/doc/html/node121.html
trunk/EusLisp/doc/html/node122.html
trunk/EusLisp/doc/html/node123.html
trunk/EusLisp/doc/html/node124.html
trunk/EusLisp/doc/html/node125.html
trunk/EusLisp/doc/html/node126.html
trunk/EusLisp/doc/html/node127.html
trunk/EusLisp/doc/html/node128.html
trunk/EusLisp/doc/html/node129.html
trunk/EusLisp/doc/html/node13.html
trunk/EusLisp/doc/html/node130.html
trunk/EusLisp/doc/html/node131.html
trunk/EusLisp/doc/html/node132.html
trunk/EusLisp/doc/html/node133.html
trunk/EusLisp/doc/html/node134.html
trunk/EusLisp/doc/html/node135.html
trunk/EusLisp/doc/html/node136.html
trunk/EusLisp/doc/html/node137.html
trunk/EusLisp/doc/html/node138.html
trunk/EusLisp/doc/html/node139.html
trunk/EusLisp/doc/html/node14.html
trunk/EusLisp/doc/html/node140.html
trunk/EusLisp/doc/html/node141.html
trunk/EusLisp/doc/html/node142.html
trunk/EusLisp/doc/html/node143.html
trunk/EusLisp/doc/html/node144.html
trunk/EusLisp/doc/html/node145.html
trunk/EusLisp/doc/html/node146.html
trunk/EusLisp/doc/html/node147.html
trunk/EusLisp/doc/html/node148.html
trunk/EusLisp/doc/html/node149.html
trunk/EusLisp/doc/html/node15.html
trunk/EusLisp/doc/html/node150.html
trunk/EusLisp/doc/html/node151.html
trunk/EusLisp/doc/html/node152.html
trunk/EusLisp/doc/html/node153.html
trunk/EusLisp/doc/html/node154.html
trunk/EusLisp/doc/html/node16.html
trunk/EusLisp/doc/html/node17.html
trunk/EusLisp/doc/html/node18.html
trunk/EusLisp/doc/html/node19.html
trunk/EusLisp/doc/html/node2.html
trunk/EusLisp/doc/html/node20.html
trunk/EusLisp/doc/html/node21.html
trunk/EusLisp/doc/html/node22.html
trunk/EusLisp/doc/html/node23.html
trunk/EusLisp/doc/html/node24.html
trunk/EusLisp/doc/html/node25.html
trunk/EusLisp/doc/html/node26.html
trunk/EusLisp/doc/html/node27.html
trunk/EusLisp/doc/html/node28.html
trunk/EusLisp/doc/html/node29.html
trunk/EusLisp/doc/html/node3.html
trunk/EusLisp/doc/html/node30.html
trunk/EusLisp/doc/html/node31.html
trunk/EusLisp/doc/html/node32.html
trunk/EusLisp/doc/html/node33.html
trunk/EusLisp/doc/html/node34.html
trunk/EusLisp/doc/html/node35.html
trunk/EusLisp/doc/html/node36.html
trunk/EusLisp/doc/html/node37.html
trunk/EusLisp/doc/html/node38.html
trunk/EusLisp/doc/html/node39.html
trunk/EusLisp/doc/html/node4.html
trunk/EusLisp/doc/html/node40.html
trunk/EusLisp/doc/html/node41.html
trunk/EusLisp/doc/html/node42.html
trunk/EusLisp/doc/html/node43.html
trunk/EusLisp/doc/html/node44.html
trunk/EusLisp/doc/html/node45.html
trunk/EusLisp/doc/html/node46.html
trunk/EusLisp/doc/html/node47.html
trunk/EusLisp/doc/html/node48.html
trunk/EusLisp/doc/html/node49.html
trunk/EusLisp/doc/html/node5.html
trunk/EusLisp/doc/html/node50.html
trunk/EusLisp/doc/html/node51.html
trunk/EusLisp/doc/html/node52.html
trunk/EusLisp/doc/html/node53.html
trunk/EusLisp/doc/html/node54.html
trunk/EusLisp/doc/html/node55.html
trunk/EusLisp/doc/html/node56.html
trunk/EusLisp/doc/html/node57.html
trunk/EusLisp/doc/html/node58.html
trunk/EusLisp/doc/html/node59.html
trunk/EusLisp/doc/html/node6.html
trunk/EusLisp/doc/html/node60.html
trunk/EusLisp/doc/html/node61.html
trunk/EusLisp/doc/html/node62.html
trunk/EusLisp/doc/html/node63.html
trunk/EusLisp/doc/html/node64.html
trunk/EusLisp/doc/html/node65.html
trunk/EusLisp/doc/html/node66.html
trunk/EusLisp/doc/html/node67.html
trunk/EusLisp/doc/html/node68.html
trunk/EusLisp/doc/html/node69.html
trunk/EusLisp/doc/html/node7.html
trunk/EusLisp/doc/html/node70.html
trunk/EusLisp/doc/html/node71.html
trunk/EusLisp/doc/html/node72.html
trunk/EusLisp/doc/html/node73.html
trunk/EusLisp/doc/html/node74.html
trunk/EusLisp/doc/html/node75.html
trunk/EusLisp/doc/html/node76.html
trunk/EusLisp/doc/html/node77.html
trunk/EusLisp/doc/html/node78.html
trunk/EusLisp/doc/html/node79.html
trunk/EusLisp/doc/html/node8.html
trunk/EusLisp/doc/html/node80.html
trunk/EusLisp/doc/html/node81.html
trunk/EusLisp/doc/html/node82.html
trunk/EusLisp/doc/html/node83.html
trunk/EusLisp/doc/html/node84.html
trunk/EusLisp/doc/html/node85.html
trunk/EusLisp/doc/html/node86.html
trunk/EusLisp/doc/html/node87.html
trunk/EusLisp/doc/html/node88.html
trunk/EusLisp/doc/html/node89.html
trunk/EusLisp/doc/html/node9.html
trunk/EusLisp/doc/html/node90.html
trunk/EusLisp/doc/html/node91.html
trunk/EusLisp/doc/html/node92.html
trunk/EusLisp/doc/html/node93.html
trunk/EusLisp/doc/html/node94.html
trunk/EusLisp/doc/html/node95.html
trunk/EusLisp/doc/html/node96.html
trunk/EusLisp/doc/html/node97.html
trunk/EusLisp/doc/html/node98.html
trunk/EusLisp/doc/html/node99.html
trunk/EusLisp/doc/html/sections.pl
trunk/EusLisp/doc/html/table.pl
Deleted: trunk/EusLisp/doc/html/contents.pl
===================================================================
--- trunk/EusLisp/doc/html/contents.pl 2013-05-20 17:06:25 UTC (rev 638)
+++ trunk/EusLisp/doc/html/contents.pl 2013-05-21 00:28:00 UTC (rev 639)
@@ -1,320 +0,0 @@
-# LaTeX2HTML 96.1 (Feb 5, 1996)
-# Associate contents original text with physical files.
-
-$key = q/0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '0%:%manual.html%:%<B>EusLisp</B> <BR> <B>version 9.00</B> <BR> <B>Reference Manual</B> <BR> Featuring Multithread and XToolKit <BR> ETL-TR-95-2 <BR> January, 1995 <BR> ' unless ($toc_section_info{$key});
-$key = q/0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node2.html%:%EusLisp Basics' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node3.html%:%Introduction' unless ($toc_section_info{$key});
-$key = q/0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node73.html%:%EusLisp Extensions' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node74.html%:%System Functions' unless ($toc_section_info{$key});
-$key = q/0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node154.html%:% About this document ... ' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node88.html%:%Multithread' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node14.html%:%Objects' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node103.html%:%Geometric Functions' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node7.html%:%Revision History' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node19.html%:%Scoping' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node109.html%:%Geometric Modeling' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node77.html%:%Times' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node26.html%:%Sequencing and Lets' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node119.html%:%Viewing and Graphics' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node94.html%:%Thread Creation and Thread Pool' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node86.html%:%Adding Lisp Functions Coded in C' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node33.html%:%Message Sending' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node126.html%:%Xwindow Interface' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node101.html%:%Thread creation' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node79.html%:%File Systems and I/O' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node38.html%:%Arithmetic Predicates' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node131.html%:%XToolKit' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node107.html%:%Coordinates' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node96.html%:%Synchronization primitives' unless ($toc_section_info{$key});
-$key = q/0 3 0 6 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node44.html%:%Packages' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node23.html%:%Functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node140.html%:%Image Processing' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node113.html%:%Body' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node81.html%:%Multithread' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node47.html%:%Lists' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node30.html%:%Predicates' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node54.html%:%Reader' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node98.html%:%Synchronized memory port' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node123.html%:%Viewer' unless ($toc_section_info{$key});
-$key = q/0 4 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node147.html%:%Manipulators' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node65.html%:%Top-level Interaction' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node83.html%:%IOCTL' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node130.html%:%Colors and Colormaps' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node134.html%:%Subpanels (menu-panel and menubar-panel)' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node138.html%:%Canvas' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node51.html%:%Hash Tables' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node57.html%:%Shared Memory' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node117.html%:%Bodies in Contact' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node136.html%:%Text View Panel' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node144.html%:%Edge Finder' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node61.html%:%Pathnames' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node59.html%:%Sockets' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node69.html%:%Dump Objects' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node13.html%:%Numbers' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node18.html%:%Atoms' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node6.html%:%Compatibility with Common Lisp' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node25.html%:%Conditionals' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node90.html%:% Multithread in Solaris 2 operating system' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node85.html%:%Unix Processes' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node32.html%:%Classes and Methods' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node100.html%:%Measured Parallel Gains' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node37.html%:%Arithmetic Constants' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node106.html%:%LU decomposition' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node92.html%:%Memory Management' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node22.html%:%Macros' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node10.html%:%Demonstrations' unless ($toc_section_info{$key});
-$key = q/0 3 0 6 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node43.html%:%Symbols' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node112.html%:%Plane and Face' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node29.html%:%Iteration' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node46.html%:%General Sequences' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node122.html%:%Viewport' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node53.html%:%Streams' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node129.html%:%Graphic Context' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node41.html%:%Trigonometric and Related Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node64.html%:%Evaluators' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node137.html%:%Panel Items' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node143.html%:%Color-Pixel-Image' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node116.html%:%Coordinates-axes' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node50.html%:%Foreign Strings' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node60.html%:%Asynchronous Input/Output' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node68.html%:%Debugging Aid' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node72.html%:%Miscelaneous Functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 10 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node152.html%:%System Overview' unless ($toc_section_info{$key});
-$key = q/0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node1.html%:%Contents' unless ($toc_section_info{$key});
-$key = q/0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node11.html%:%References' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node12.html%:%Data Types' unless ($toc_section_info{$key});
-$key = q/0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node153.html%:%Index' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node17.html%:%Forms and Evaluation' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node5.html%:%Features' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node24.html%:%Control Structures' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node31.html%:%Object Oriented Programming' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node76.html%:%Unix System Calls' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node36.html%:%Arithmetic Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node16.html%:%Type Specifier' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node93.html%:%Asynchronous and Parallel Programming Constructs' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node21.html%:%Special Forms' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node9.html%:%License' unless ($toc_section_info{$key});
-$key = q/0 3 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node42.html%:%Symbols and Packages' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node78.html%:%Process' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node105.html%:%Matrix and Transformation' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node28.html%:%Blocks and Exits' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node45.html%:%Sequences, Arrays and Tables' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node95.html%:%Parallel Execution of Threads' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node111.html%:%Line and Edge' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node35.html%:%Basic Classes' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node52.html%:%Streams and Input/Output' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node80.html%:%Signals' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node121.html%:%Projection' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node40.html%:%Generic Number Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node63.html%:%Evaluation' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node97.html%:%Barrier synchronization' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node128.html%:%Xwindow' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node82.html%:%Low-Level Memory Management' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node133.html%:%Panel' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node49.html%:%Characters and Strings' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node99.html%:%Timers' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node115.html%:%Body Composition' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node142.html%:%Pixel-Image' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node56.html%:%InterProcess Communication and Network' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node84.html%:%Keyed Indexed Files' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node125.html%:%Animation' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node135.html%:%File Panel' unless ($toc_section_info{$key});
-$key = q/0 4 0 9 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node149.html%:%
-Multi-Joint Manipulators
-' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node67.html%:%Program Loading' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node58.html%:%Message Queues and FIFOs' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node146.html%:%Image File I/O' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node71.html%:%Customization of Toplevel' unless ($toc_section_info{$key});
-$key = q/0 4 0 10 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node151.html%:%How to Start' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node4.html%:%EusLisp's Object-Oriented Programming' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node75.html%:%Memory Management' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node15.html%:%Class Hierarchy' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node89.html%:%Design of Multithread EusLisp' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node8.html%:%Installation' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node20.html%:%Generalized Variables' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node104.html%:%Float-vectors' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node27.html%:%Local Functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node91.html%:%Context Separation' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node110.html%:%Miscellaneous Geometric Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node34.html%:%Instance Management' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node87.html%:%Foreign Language Interface' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node120.html%:%Viewing' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node39.html%:%Integer and Bit-Wise Operations' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node102.html%:%Synchronization' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node127.html%:%Xlib global variables and misc functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node108.html%:%CascadedCoords' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node132.html%:%X Event' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node48.html%:%Vectors and Arrays' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node114.html%:%Primitive Body Creation' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node141.html%:%Look-Up Tables (LUT)' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node55.html%:%Printer' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node124.html%:%Drawings' unless ($toc_section_info{$key});
-$key = q/0 4 0 9 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node148.html%:%
-Rotational Joint
-' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node66.html%:%Compilation' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node139.html%:%Text Window' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node118.html%:%Voronoi Diagram of Polygons' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node145.html%:%Tracking' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node62.html%:%File System Interface' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node70.html%:%Process Image Saving' unless ($toc_section_info{$key});
-$key = q/0 4 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node150.html%:% MARS: A Multiple Autonomous Robot Simulator' unless ($toc_section_info{$key});
-
-1;
-
Deleted: trunk/EusLisp/doc/html/figure.pl
===================================================================
--- trunk/EusLisp/doc/html/figure.pl 2013-05-20 17:06:25 UTC (rev 638)
+++ trunk/EusLisp/doc/html/figure.pl 2013-05-21 00:28:00 UTC (rev 639)
@@ -1,25 +0,0 @@
-<LI><A NAME="tex2html2" HREF="node10.html#376">Animation of Collision Avoidance Path Planning</A>
-<LI><A NAME="tex2html5" HREF="node12.html#607">Pointer and Immediate Value</A>
-<LI><A NAME="tex2html6" HREF="node14.html#609">Structures of object, vector, and object header</A>
-<LI><A NAME="tex2html7" HREF="node15.html#610">Hierarchy of Predefined Classes</A>
-<LI><A NAME="tex2html703" HREF="node91.html#12725">Solaris operating system's thread model</A>
-<LI><A NAME="tex2html704" HREF="node92.html#12737">Parallel threads requesting memory and GC running in parallel</A>
-<LI><A NAME="tex2html705" HREF="node94.html#12922">Thread-object for transferring control and data between threads (left) and the collection of threads put in the thread-pool.</A>
-<LI><A NAME="tex2html706" HREF="node96.html#12766">Barrier synchronization and synchronozed memory port</A>
-<LI><A NAME="tex2html835" HREF="node109.html#14968">Arrangements of vertices, edges, and faces</A>
-<LI><A NAME="tex2html986" HREF="node114.html#15603">primitive bodies</A>
-<LI><A NAME="tex2html1013" HREF="node117.html#17955">Constraints for a peg in a hole.</A>
-<LI><A NAME="tex2html1014" HREF="node117.html#17965">Possible motions of a peg in a hole</A>
-<LI><A NAME="tex2html1022" HREF="node120.html#18085">viewing coords and projection planes</A>
-<LI><A NAME="tex2html1153" HREF="node128.html#20290">drawing primitives</A>
-<LI><A NAME="tex2html1286" HREF="node133.html#22850">Item lay-out in panel</A>
-<LI><A NAME="tex2html1306" HREF="node135.html#22471">FilePanel window</A>
-<LI><A NAME="tex2html1307" HREF="node136.html#22858">TextViewPanel window</A>
-<LI><A NAME="tex2html1308" HREF="node137.html#22881">Panel items created in a panel</A>
-<LI><A NAME="tex2html1457" HREF="node144.html#24770">Edge Finder and Overlaid Edges</A>
-<LI><A NAME="tex2html1499" HREF="node149.html#26416">
-relation between coordinate systems in a manipulator</A>
-<LI><A NAME="tex2html1525" HREF="node152.html#26791"> MARS window display example (left).
-And overall program structure (right).</A>
-<LI><A NAME="tex2html1526" HREF="node152.html#26792"> Internal structure of a robot object
-(left). And an example behavior-based robot configuration (right).</A>
Deleted: trunk/EusLisp/doc/html/footnode.html
===================================================================
--- trunk/EusLisp/doc/html/footnode.html 2013-05-20 17:06:25 UTC (rev 638)
+++ trunk/EusLisp/doc/html/footnode.html 2013-05-21 00:28:00 UTC (rev 639)
@@ -1,85 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
-<!--Converted with LaTeX2HTML 96.1 (Feb 5, 1996) by Nikos Drakos (ni...@cb...), CBLU, University of Leeds -->
-<HTML>
-<HEAD>
-<TITLE>Footnotes</TITLE>
-<META NAME="description" CONTENT="Footnotes">
-<META NAME="keywords" CONTENT="manual">
-<META NAME="resource-type" CONTENT="document">
-<META NAME="distribution" CONTENT="global">
-<LINK REL=STYLESHEET HREF="manual.css">
-</HEAD>
-<BODY LANG="EN">
-<DL> <DT><A NAME="599">...function.</A><DD>In CLtL-2 a quoted lambda...
[truncated message content] |
|
From: <k-...@us...> - 2013-05-21 00:28:19
|
Revision: 639
http://sourceforge.net/p/euslisp/code/639
Author: k-okada
Date: 2013-05-21 00:28:00 +0000 (Tue, 21 May 2013)
Log Message:
-----------
update html directory to version 9.00
Added Paths:
-----------
trunk/EusLisp/doc/html/icons/
trunk/EusLisp/doc/html/jmanual-footnode.html
trunk/EusLisp/doc/html/jmanual-images.aux
trunk/EusLisp/doc/html/jmanual-images.idx
trunk/EusLisp/doc/html/jmanual-images.log
trunk/EusLisp/doc/html/jmanual-images.pl
trunk/EusLisp/doc/html/jmanual-images.tex
trunk/EusLisp/doc/html/jmanual-img1.png
trunk/EusLisp/doc/html/jmanual-img10.png
trunk/EusLisp/doc/html/jmanual-img100.png
trunk/EusLisp/doc/html/jmanual-img101.png
trunk/EusLisp/doc/html/jmanual-img102.png
trunk/EusLisp/doc/html/jmanual-img103.png
trunk/EusLisp/doc/html/jmanual-img104.png
trunk/EusLisp/doc/html/jmanual-img105.png
trunk/EusLisp/doc/html/jmanual-img106.png
trunk/EusLisp/doc/html/jmanual-img107.png
trunk/EusLisp/doc/html/jmanual-img108.png
trunk/EusLisp/doc/html/jmanual-img109.png
trunk/EusLisp/doc/html/jmanual-img11.png
trunk/EusLisp/doc/html/jmanual-img110.png
trunk/EusLisp/doc/html/jmanual-img111.png
trunk/EusLisp/doc/html/jmanual-img112.png
trunk/EusLisp/doc/html/jmanual-img113.png
trunk/EusLisp/doc/html/jmanual-img12.png
trunk/EusLisp/doc/html/jmanual-img13.png
trunk/EusLisp/doc/html/jmanual-img14.png
trunk/EusLisp/doc/html/jmanual-img15.png
trunk/EusLisp/doc/html/jmanual-img16.png
trunk/EusLisp/doc/html/jmanual-img17.png
trunk/EusLisp/doc/html/jmanual-img18.png
trunk/EusLisp/doc/html/jmanual-img19.png
trunk/EusLisp/doc/html/jmanual-img2.png
trunk/EusLisp/doc/html/jmanual-img20.png
trunk/EusLisp/doc/html/jmanual-img21.png
trunk/EusLisp/doc/html/jmanual-img22.png
trunk/EusLisp/doc/html/jmanual-img23.png
trunk/EusLisp/doc/html/jmanual-img24.png
trunk/EusLisp/doc/html/jmanual-img25.png
trunk/EusLisp/doc/html/jmanual-img26.png
trunk/EusLisp/doc/html/jmanual-img27.png
trunk/EusLisp/doc/html/jmanual-img28.png
trunk/EusLisp/doc/html/jmanual-img29.png
trunk/EusLisp/doc/html/jmanual-img3.png
trunk/EusLisp/doc/html/jmanual-img30.png
trunk/EusLisp/doc/html/jmanual-img31.png
trunk/EusLisp/doc/html/jmanual-img32.png
trunk/EusLisp/doc/html/jmanual-img33.png
trunk/EusLisp/doc/html/jmanual-img34.png
trunk/EusLisp/doc/html/jmanual-img35.png
trunk/EusLisp/doc/html/jmanual-img36.png
trunk/EusLisp/doc/html/jmanual-img37.png
trunk/EusLisp/doc/html/jmanual-img38.png
trunk/EusLisp/doc/html/jmanual-img39.png
trunk/EusLisp/doc/html/jmanual-img4.png
trunk/EusLisp/doc/html/jmanual-img40.png
trunk/EusLisp/doc/html/jmanual-img41.png
trunk/EusLisp/doc/html/jmanual-img42.png
trunk/EusLisp/doc/html/jmanual-img43.png
trunk/EusLisp/doc/html/jmanual-img44.png
trunk/EusLisp/doc/html/jmanual-img45.png
trunk/EusLisp/doc/html/jmanual-img46.png
trunk/EusLisp/doc/html/jmanual-img47.png
trunk/EusLisp/doc/html/jmanual-img48.png
trunk/EusLisp/doc/html/jmanual-img49.png
trunk/EusLisp/doc/html/jmanual-img5.png
trunk/EusLisp/doc/html/jmanual-img50.png
trunk/EusLisp/doc/html/jmanual-img51.png
trunk/EusLisp/doc/html/jmanual-img52.png
trunk/EusLisp/doc/html/jmanual-img53.png
trunk/EusLisp/doc/html/jmanual-img54.png
trunk/EusLisp/doc/html/jmanual-img55.png
trunk/EusLisp/doc/html/jmanual-img56.png
trunk/EusLisp/doc/html/jmanual-img57.png
trunk/EusLisp/doc/html/jmanual-img58.png
trunk/EusLisp/doc/html/jmanual-img59.png
trunk/EusLisp/doc/html/jmanual-img6.png
trunk/EusLisp/doc/html/jmanual-img60.png
trunk/EusLisp/doc/html/jmanual-img61.png
trunk/EusLisp/doc/html/jmanual-img62.png
trunk/EusLisp/doc/html/jmanual-img63.png
trunk/EusLisp/doc/html/jmanual-img64.png
trunk/EusLisp/doc/html/jmanual-img65.png
trunk/EusLisp/doc/html/jmanual-img66.png
trunk/EusLisp/doc/html/jmanual-img67.png
trunk/EusLisp/doc/html/jmanual-img68.png
trunk/EusLisp/doc/html/jmanual-img69.png
trunk/EusLisp/doc/html/jmanual-img7.png
trunk/EusLisp/doc/html/jmanual-img70.png
trunk/EusLisp/doc/html/jmanual-img71.png
trunk/EusLisp/doc/html/jmanual-img72.png
trunk/EusLisp/doc/html/jmanual-img73.png
trunk/EusLisp/doc/html/jmanual-img74.png
trunk/EusLisp/doc/html/jmanual-img75.png
trunk/EusLisp/doc/html/jmanual-img76.png
trunk/EusLisp/doc/html/jmanual-img77.png
trunk/EusLisp/doc/html/jmanual-img78.png
trunk/EusLisp/doc/html/jmanual-img79.png
trunk/EusLisp/doc/html/jmanual-img8.png
trunk/EusLisp/doc/html/jmanual-img80.png
trunk/EusLisp/doc/html/jmanual-img81.png
trunk/EusLisp/doc/html/jmanual-img82.png
trunk/EusLisp/doc/html/jmanual-img83.png
trunk/EusLisp/doc/html/jmanual-img84.png
trunk/EusLisp/doc/html/jmanual-img85.png
trunk/EusLisp/doc/html/jmanual-img86.png
trunk/EusLisp/doc/html/jmanual-img87.png
trunk/EusLisp/doc/html/jmanual-img88.png
trunk/EusLisp/doc/html/jmanual-img89.png
trunk/EusLisp/doc/html/jmanual-img9.png
trunk/EusLisp/doc/html/jmanual-img90.png
trunk/EusLisp/doc/html/jmanual-img91.png
trunk/EusLisp/doc/html/jmanual-img92.png
trunk/EusLisp/doc/html/jmanual-img93.png
trunk/EusLisp/doc/html/jmanual-img94.png
trunk/EusLisp/doc/html/jmanual-img95.png
trunk/EusLisp/doc/html/jmanual-img96.png
trunk/EusLisp/doc/html/jmanual-img97.png
trunk/EusLisp/doc/html/jmanual-img98.png
trunk/EusLisp/doc/html/jmanual-img99.png
trunk/EusLisp/doc/html/jmanual-internals.pl
trunk/EusLisp/doc/html/jmanual-labels.pl
trunk/EusLisp/doc/html/jmanual-node1.html
trunk/EusLisp/doc/html/jmanual-node10.html
trunk/EusLisp/doc/html/jmanual-node100.html
trunk/EusLisp/doc/html/jmanual-node101.html
trunk/EusLisp/doc/html/jmanual-node102.html
trunk/EusLisp/doc/html/jmanual-node103.html
trunk/EusLisp/doc/html/jmanual-node104.html
trunk/EusLisp/doc/html/jmanual-node105.html
trunk/EusLisp/doc/html/jmanual-node106.html
trunk/EusLisp/doc/html/jmanual-node107.html
trunk/EusLisp/doc/html/jmanual-node108.html
trunk/EusLisp/doc/html/jmanual-node109.html
trunk/EusLisp/doc/html/jmanual-node11.html
trunk/EusLisp/doc/html/jmanual-node110.html
trunk/EusLisp/doc/html/jmanual-node111.html
trunk/EusLisp/doc/html/jmanual-node112.html
trunk/EusLisp/doc/html/jmanual-node113.html
trunk/EusLisp/doc/html/jmanual-node114.html
trunk/EusLisp/doc/html/jmanual-node115.html
trunk/EusLisp/doc/html/jmanual-node116.html
trunk/EusLisp/doc/html/jmanual-node117.html
trunk/EusLisp/doc/html/jmanual-node118.html
trunk/EusLisp/doc/html/jmanual-node119.html
trunk/EusLisp/doc/html/jmanual-node12.html
trunk/EusLisp/doc/html/jmanual-node120.html
trunk/EusLisp/doc/html/jmanual-node121.html
trunk/EusLisp/doc/html/jmanual-node122.html
trunk/EusLisp/doc/html/jmanual-node123.html
trunk/EusLisp/doc/html/jmanual-node124.html
trunk/EusLisp/doc/html/jmanual-node125.html
trunk/EusLisp/doc/html/jmanual-node126.html
trunk/EusLisp/doc/html/jmanual-node127.html
trunk/EusLisp/doc/html/jmanual-node128.html
trunk/EusLisp/doc/html/jmanual-node129.html
trunk/EusLisp/doc/html/jmanual-node13.html
trunk/EusLisp/doc/html/jmanual-node130.html
trunk/EusLisp/doc/html/jmanual-node131.html
trunk/EusLisp/doc/html/jmanual-node132.html
trunk/EusLisp/doc/html/jmanual-node133.html
trunk/EusLisp/doc/html/jmanual-node134.html
trunk/EusLisp/doc/html/jmanual-node135.html
trunk/EusLisp/doc/html/jmanual-node136.html
trunk/EusLisp/doc/html/jmanual-node137.html
trunk/EusLisp/doc/html/jmanual-node138.html
trunk/EusLisp/doc/html/jmanual-node139.html
trunk/EusLisp/doc/html/jmanual-node14.html
trunk/EusLisp/doc/html/jmanual-node140.html
trunk/EusLisp/doc/html/jmanual-node141.html
trunk/EusLisp/doc/html/jmanual-node142.html
trunk/EusLisp/doc/html/jmanual-node143.html
trunk/EusLisp/doc/html/jmanual-node144.html
trunk/EusLisp/doc/html/jmanual-node145.html
trunk/EusLisp/doc/html/jmanual-node146.html
trunk/EusLisp/doc/html/jmanual-node147.html
trunk/EusLisp/doc/html/jmanual-node148.html
trunk/EusLisp/doc/html/jmanual-node149.html
trunk/EusLisp/doc/html/jmanual-node15.html
trunk/EusLisp/doc/html/jmanual-node150.html
trunk/EusLisp/doc/html/jmanual-node151.html
trunk/EusLisp/doc/html/jmanual-node152.html
trunk/EusLisp/doc/html/jmanual-node153.html
trunk/EusLisp/doc/html/jmanual-node154.html
trunk/EusLisp/doc/html/jmanual-node155.html
trunk/EusLisp/doc/html/jmanual-node156.html
trunk/EusLisp/doc/html/jmanual-node157.html
trunk/EusLisp/doc/html/jmanual-node16.html
trunk/EusLisp/doc/html/jmanual-node17.html
trunk/EusLisp/doc/html/jmanual-node18.html
trunk/EusLisp/doc/html/jmanual-node19.html
trunk/EusLisp/doc/html/jmanual-node2.html
trunk/EusLisp/doc/html/jmanual-node20.html
trunk/EusLisp/doc/html/jmanual-node21.html
trunk/EusLisp/doc/html/jmanual-node22.html
trunk/EusLisp/doc/html/jmanual-node23.html
trunk/EusLisp/doc/html/jmanual-node24.html
trunk/EusLisp/doc/html/jmanual-node25.html
trunk/EusLisp/doc/html/jmanual-node26.html
trunk/EusLisp/doc/html/jmanual-node27.html
trunk/EusLisp/doc/html/jmanual-node28.html
trunk/EusLisp/doc/html/jmanual-node29.html
trunk/EusLisp/doc/html/jmanual-node3.html
trunk/EusLisp/doc/html/jmanual-node30.html
trunk/EusLisp/doc/html/jmanual-node31.html
trunk/EusLisp/doc/html/jmanual-node32.html
trunk/EusLisp/doc/html/jmanual-node33.html
trunk/EusLisp/doc/html/jmanual-node34.html
trunk/EusLisp/doc/html/jmanual-node35.html
trunk/EusLisp/doc/html/jmanual-node36.html
trunk/EusLisp/doc/html/jmanual-node37.html
trunk/EusLisp/doc/html/jmanual-node38.html
trunk/EusLisp/doc/html/jmanual-node39.html
trunk/EusLisp/doc/html/jmanual-node4.html
trunk/EusLisp/doc/html/jmanual-node40.html
trunk/EusLisp/doc/html/jmanual-node41.html
trunk/EusLisp/doc/html/jmanual-node42.html
trunk/EusLisp/doc/html/jmanual-node43.html
trunk/EusLisp/doc/html/jmanual-node44.html
trunk/EusLisp/doc/html/jmanual-node45.html
trunk/EusLisp/doc/html/jmanual-node46.html
trunk/EusLisp/doc/html/jmanual-node47.html
trunk/EusLisp/doc/html/jmanual-node48.html
trunk/EusLisp/doc/html/jmanual-node49.html
trunk/EusLisp/doc/html/jmanual-node5.html
trunk/EusLisp/doc/html/jmanual-node50.html
trunk/EusLisp/doc/html/jmanual-node51.html
trunk/EusLisp/doc/html/jmanual-node52.html
trunk/EusLisp/doc/html/jmanual-node53.html
trunk/EusLisp/doc/html/jmanual-node54.html
trunk/EusLisp/doc/html/jmanual-node55.html
trunk/EusLisp/doc/html/jmanual-node56.html
trunk/EusLisp/doc/html/jmanual-node57.html
trunk/EusLisp/doc/html/jmanual-node58.html
trunk/EusLisp/doc/html/jmanual-node59.html
trunk/EusLisp/doc/html/jmanual-node6.html
trunk/EusLisp/doc/html/jmanual-node60.html
trunk/EusLisp/doc/html/jmanual-node61.html
trunk/EusLisp/doc/html/jmanual-node62.html
trunk/EusLisp/doc/html/jmanual-node63.html
trunk/EusLisp/doc/html/jmanual-node64.html
trunk/EusLisp/doc/html/jmanual-node65.html
trunk/EusLisp/doc/html/jmanual-node66.html
trunk/EusLisp/doc/html/jmanual-node67.html
trunk/EusLisp/doc/html/jmanual-node68.html
trunk/EusLisp/doc/html/jmanual-node69.html
trunk/EusLisp/doc/html/jmanual-node7.html
trunk/EusLisp/doc/html/jmanual-node70.html
trunk/EusLisp/doc/html/jmanual-node71.html
trunk/EusLisp/doc/html/jmanual-node72.html
trunk/EusLisp/doc/html/jmanual-node73.html
trunk/EusLisp/doc/html/jmanual-node74.html
trunk/EusLisp/doc/html/jmanual-node75.html
trunk/EusLisp/doc/html/jmanual-node76.html
trunk/EusLisp/doc/html/jmanual-node77.html
trunk/EusLisp/doc/html/jmanual-node78.html
trunk/EusLisp/doc/html/jmanual-node79.html
trunk/EusLisp/doc/html/jmanual-node8.html
trunk/EusLisp/doc/html/jmanual-node80.html
trunk/EusLisp/doc/html/jmanual-node81.html
trunk/EusLisp/doc/html/jmanual-node82.html
trunk/EusLisp/doc/html/jmanual-node83.html
trunk/EusLisp/doc/html/jmanual-node84.html
trunk/EusLisp/doc/html/jmanual-node85.html
trunk/EusLisp/doc/html/jmanual-node86.html
trunk/EusLisp/doc/html/jmanual-node87.html
trunk/EusLisp/doc/html/jmanual-node88.html
trunk/EusLisp/doc/html/jmanual-node89.html
trunk/EusLisp/doc/html/jmanual-node9.html
trunk/EusLisp/doc/html/jmanual-node90.html
trunk/EusLisp/doc/html/jmanual-node91.html
trunk/EusLisp/doc/html/jmanual-node92.html
trunk/EusLisp/doc/html/jmanual-node93.html
trunk/EusLisp/doc/html/jmanual-node94.html
trunk/EusLisp/doc/html/jmanual-node95.html
trunk/EusLisp/doc/html/jmanual-node96.html
trunk/EusLisp/doc/html/jmanual-node97.html
trunk/EusLisp/doc/html/jmanual-node98.html
trunk/EusLisp/doc/html/jmanual-node99.html
trunk/EusLisp/doc/html/jmanual.css
trunk/EusLisp/doc/html/jmanual.html
trunk/EusLisp/doc/html/manual-footnode.html
trunk/EusLisp/doc/html/manual-images.aux
trunk/EusLisp/doc/html/manual-images.idx
trunk/EusLisp/doc/html/manual-images.log
trunk/EusLisp/doc/html/manual-images.pl
trunk/EusLisp/doc/html/manual-images.tex
trunk/EusLisp/doc/html/manual-img1.png
trunk/EusLisp/doc/html/manual-img10.png
trunk/EusLisp/doc/html/manual-img100.png
trunk/EusLisp/doc/html/manual-img101.png
trunk/EusLisp/doc/html/manual-img102.png
trunk/EusLisp/doc/html/manual-img103.png
trunk/EusLisp/doc/html/manual-img104.png
trunk/EusLisp/doc/html/manual-img105.png
trunk/EusLisp/doc/html/manual-img106.png
trunk/EusLisp/doc/html/manual-img107.png
trunk/EusLisp/doc/html/manual-img108.png
trunk/EusLisp/doc/html/manual-img109.png
trunk/EusLisp/doc/html/manual-img11.png
trunk/EusLisp/doc/html/manual-img110.png
trunk/EusLisp/doc/html/manual-img111.png
trunk/EusLisp/doc/html/manual-img112.png
trunk/EusLisp/doc/html/manual-img113.png
trunk/EusLisp/doc/html/manual-img114.png
trunk/EusLisp/doc/html/manual-img115.png
trunk/EusLisp/doc/html/manual-img116.png
trunk/EusLisp/doc/html/manual-img117.png
trunk/EusLisp/doc/html/manual-img118.png
trunk/EusLisp/doc/html/manual-img119.png
trunk/EusLisp/doc/html/manual-img12.png
trunk/EusLisp/doc/html/manual-img120.png
trunk/EusLisp/doc/html/manual-img13.png
trunk/EusLisp/doc/html/manual-img14.png
trunk/EusLisp/doc/html/manual-img15.png
trunk/EusLisp/doc/html/manual-img16.png
trunk/EusLisp/doc/html/manual-img17.png
trunk/EusLisp/doc/html/manual-img18.png
trunk/EusLisp/doc/html/manual-img19.png
trunk/EusLisp/doc/html/manual-img2.png
trunk/EusLisp/doc/html/manual-img20.png
trunk/EusLisp/doc/html/manual-img21.png
trunk/EusLisp/doc/html/manual-img22.png
trunk/EusLisp/doc/html/manual-img23.png
trunk/EusLisp/doc/html/manual-img24.png
trunk/EusLisp/doc/html/manual-img25.png
trunk/EusLisp/doc/html/manual-img26.png
trunk/EusLisp/doc/html/manual-img27.png
trunk/EusLisp/doc/html/manual-img28.png
trunk/EusLisp/doc/html/manual-img29.png
trunk/EusLisp/doc/html/manual-img3.png
trunk/EusLisp/doc/html/manual-img30.png
trunk/EusLisp/doc/html/manual-img31.png
trunk/EusLisp/doc/html/manual-img32.png
trunk/EusLisp/doc/html/manual-img33.png
trunk/EusLisp/doc/html/manual-img34.png
trunk/EusLisp/doc/html/manual-img35.png
trunk/EusLisp/doc/html/manual-img36.png
trunk/EusLisp/doc/html/manual-img37.png
trunk/EusLisp/doc/html/manual-img38.png
trunk/EusLisp/doc/html/manual-img39.png
trunk/EusLisp/doc/html/manual-img4.png
trunk/EusLisp/doc/html/manual-img40.png
trunk/EusLisp/doc/html/manual-img41.png
trunk/EusLisp/doc/html/manual-img42.png
trunk/EusLisp/doc/html/manual-img43.png
trunk/EusLisp/doc/html/manual-img44.png
trunk/EusLisp/doc/html/manual-img45.png
trunk/EusLisp/doc/html/manual-img46.png
trunk/EusLisp/doc/html/manual-img47.png
trunk/EusLisp/doc/html/manual-img48.png
trunk/EusLisp/doc/html/manual-img49.png
trunk/EusLisp/doc/html/manual-img5.png
trunk/EusLisp/doc/html/manual-img50.png
trunk/EusLisp/doc/html/manual-img51.png
trunk/EusLisp/doc/html/manual-img52.png
trunk/EusLisp/doc/html/manual-img53.png
trunk/EusLisp/doc/html/manual-img54.png
trunk/EusLisp/doc/html/manual-img55.png
trunk/EusLisp/doc/html/manual-img56.png
trunk/EusLisp/doc/html/manual-img57.png
trunk/EusLisp/doc/html/manual-img58.png
trunk/EusLisp/doc/html/manual-img59.png
trunk/EusLisp/doc/html/manual-img6.png
trunk/EusLisp/doc/html/manual-img60.png
trunk/EusLisp/doc/html/manual-img61.png
trunk/EusLisp/doc/html/manual-img62.png
trunk/EusLisp/doc/html/manual-img63.png
trunk/EusLisp/doc/html/manual-img64.png
trunk/EusLisp/doc/html/manual-img65.png
trunk/EusLisp/doc/html/manual-img66.png
trunk/EusLisp/doc/html/manual-img67.png
trunk/EusLisp/doc/html/manual-img68.png
trunk/EusLisp/doc/html/manual-img69.png
trunk/EusLisp/doc/html/manual-img7.png
trunk/EusLisp/doc/html/manual-img70.png
trunk/EusLisp/doc/html/manual-img71.png
trunk/EusLisp/doc/html/manual-img72.png
trunk/EusLisp/doc/html/manual-img73.png
trunk/EusLisp/doc/html/manual-img74.png
trunk/EusLisp/doc/html/manual-img75.png
trunk/EusLisp/doc/html/manual-img76.png
trunk/EusLisp/doc/html/manual-img77.png
trunk/EusLisp/doc/html/manual-img78.png
trunk/EusLisp/doc/html/manual-img79.png
trunk/EusLisp/doc/html/manual-img8.png
trunk/EusLisp/doc/html/manual-img80.png
trunk/EusLisp/doc/html/manual-img81.png
trunk/EusLisp/doc/html/manual-img82.png
trunk/EusLisp/doc/html/manual-img83.png
trunk/EusLisp/doc/html/manual-img84.png
trunk/EusLisp/doc/html/manual-img85.png
trunk/EusLisp/doc/html/manual-img86.png
trunk/EusLisp/doc/html/manual-img87.png
trunk/EusLisp/doc/html/manual-img88.png
trunk/EusLisp/doc/html/manual-img89.png
trunk/EusLisp/doc/html/manual-img9.png
trunk/EusLisp/doc/html/manual-img90.png
trunk/EusLisp/doc/html/manual-img91.png
trunk/EusLisp/doc/html/manual-img92.png
trunk/EusLisp/doc/html/manual-img93.png
trunk/EusLisp/doc/html/manual-img94.png
trunk/EusLisp/doc/html/manual-img95.png
trunk/EusLisp/doc/html/manual-img96.png
trunk/EusLisp/doc/html/manual-img97.png
trunk/EusLisp/doc/html/manual-img98.png
trunk/EusLisp/doc/html/manual-img99.png
trunk/EusLisp/doc/html/manual-internals.pl
trunk/EusLisp/doc/html/manual-labels.pl
trunk/EusLisp/doc/html/manual-node1.html
trunk/EusLisp/doc/html/manual-node10.html
trunk/EusLisp/doc/html/manual-node100.html
trunk/EusLisp/doc/html/manual-node101.html
trunk/EusLisp/doc/html/manual-node102.html
trunk/EusLisp/doc/html/manual-node103.html
trunk/EusLisp/doc/html/manual-node104.html
trunk/EusLisp/doc/html/manual-node105.html
trunk/EusLisp/doc/html/manual-node106.html
trunk/EusLisp/doc/html/manual-node107.html
trunk/EusLisp/doc/html/manual-node108.html
trunk/EusLisp/doc/html/manual-node109.html
trunk/EusLisp/doc/html/manual-node11.html
trunk/EusLisp/doc/html/manual-node110.html
trunk/EusLisp/doc/html/manual-node111.html
trunk/EusLisp/doc/html/manual-node112.html
trunk/EusLisp/doc/html/manual-node113.html
trunk/EusLisp/doc/html/manual-node114.html
trunk/EusLisp/doc/html/manual-node115.html
trunk/EusLisp/doc/html/manual-node116.html
trunk/EusLisp/doc/html/manual-node117.html
trunk/EusLisp/doc/html/manual-node118.html
trunk/EusLisp/doc/html/manual-node119.html
trunk/EusLisp/doc/html/manual-node12.html
trunk/EusLisp/doc/html/manual-node120.html
trunk/EusLisp/doc/html/manual-node121.html
trunk/EusLisp/doc/html/manual-node122.html
trunk/EusLisp/doc/html/manual-node123.html
trunk/EusLisp/doc/html/manual-node124.html
trunk/EusLisp/doc/html/manual-node125.html
trunk/EusLisp/doc/html/manual-node126.html
trunk/EusLisp/doc/html/manual-node127.html
trunk/EusLisp/doc/html/manual-node128.html
trunk/EusLisp/doc/html/manual-node129.html
trunk/EusLisp/doc/html/manual-node13.html
trunk/EusLisp/doc/html/manual-node130.html
trunk/EusLisp/doc/html/manual-node131.html
trunk/EusLisp/doc/html/manual-node132.html
trunk/EusLisp/doc/html/manual-node133.html
trunk/EusLisp/doc/html/manual-node134.html
trunk/EusLisp/doc/html/manual-node135.html
trunk/EusLisp/doc/html/manual-node136.html
trunk/EusLisp/doc/html/manual-node137.html
trunk/EusLisp/doc/html/manual-node138.html
trunk/EusLisp/doc/html/manual-node139.html
trunk/EusLisp/doc/html/manual-node14.html
trunk/EusLisp/doc/html/manual-node140.html
trunk/EusLisp/doc/html/manual-node141.html
trunk/EusLisp/doc/html/manual-node142.html
trunk/EusLisp/doc/html/manual-node143.html
trunk/EusLisp/doc/html/manual-node144.html
trunk/EusLisp/doc/html/manual-node145.html
trunk/EusLisp/doc/html/manual-node146.html
trunk/EusLisp/doc/html/manual-node147.html
trunk/EusLisp/doc/html/manual-node148.html
trunk/EusLisp/doc/html/manual-node149.html
trunk/EusLisp/doc/html/manual-node15.html
trunk/EusLisp/doc/html/manual-node150.html
trunk/EusLisp/doc/html/manual-node151.html
trunk/EusLisp/doc/html/manual-node152.html
trunk/EusLisp/doc/html/manual-node153.html
trunk/EusLisp/doc/html/manual-node154.html
trunk/EusLisp/doc/html/manual-node155.html
trunk/EusLisp/doc/html/manual-node156.html
trunk/EusLisp/doc/html/manual-node157.html
trunk/EusLisp/doc/html/manual-node158.html
trunk/EusLisp/doc/html/manual-node159.html
trunk/EusLisp/doc/html/manual-node16.html
trunk/EusLisp/doc/html/manual-node160.html
trunk/EusLisp/doc/html/manual-node161.html
trunk/EusLisp/doc/html/manual-node162.html
trunk/EusLisp/doc/html/manual-node163.html
trunk/EusLisp/doc/html/manual-node164.html
trunk/EusLisp/doc/html/manual-node165.html
trunk/EusLisp/doc/html/manual-node166.html
trunk/EusLisp/doc/html/manual-node167.html
trunk/EusLisp/doc/html/manual-node168.html
trunk/EusLisp/doc/html/manual-node17.html
trunk/EusLisp/doc/html/manual-node18.html
trunk/EusLisp/doc/html/manual-node19.html
trunk/EusLisp/doc/html/manual-node2.html
trunk/EusLisp/doc/html/manual-node20.html
trunk/EusLisp/doc/html/manual-node21.html
trunk/EusLisp/doc/html/manual-node22.html
trunk/EusLisp/doc/html/manual-node23.html
trunk/EusLisp/doc/html/manual-node24.html
trunk/EusLisp/doc/html/manual-node25.html
trunk/EusLisp/doc/html/manual-node26.html
trunk/EusLisp/doc/html/manual-node27.html
trunk/EusLisp/doc/html/manual-node28.html
trunk/EusLisp/doc/html/manual-node29.html
trunk/EusLisp/doc/html/manual-node3.html
trunk/EusLisp/doc/html/manual-node30.html
trunk/EusLisp/doc/html/manual-node31.html
trunk/EusLisp/doc/html/manual-node32.html
trunk/EusLisp/doc/html/manual-node33.html
trunk/EusLisp/doc/html/manual-node34.html
trunk/EusLisp/doc/html/manual-node35.html
trunk/EusLisp/doc/html/manual-node36.html
trunk/EusLisp/doc/html/manual-node37.html
trunk/EusLisp/doc/html/manual-node38.html
trunk/EusLisp/doc/html/manual-node39.html
trunk/EusLisp/doc/html/manual-node4.html
trunk/EusLisp/doc/html/manual-node40.html
trunk/EusLisp/doc/html/manual-node41.html
trunk/EusLisp/doc/html/manual-node42.html
trunk/EusLisp/doc/html/manual-node43.html
trunk/EusLisp/doc/html/manual-node44.html
trunk/EusLisp/doc/html/manual-node45.html
trunk/EusLisp/doc/html/manual-node46.html
trunk/EusLisp/doc/html/manual-node47.html
trunk/EusLisp/doc/html/manual-node48.html
trunk/EusLisp/doc/html/manual-node49.html
trunk/EusLisp/doc/html/manual-node5.html
trunk/EusLisp/doc/html/manual-node50.html
trunk/EusLisp/doc/html/manual-node51.html
trunk/EusLisp/doc/html/manual-node52.html
trunk/EusLisp/doc/html/manual-node53.html
trunk/EusLisp/doc/html/manual-node54.html
trunk/EusLisp/doc/html/manual-node55.html
trunk/EusLisp/doc/html/manual-node56.html
trunk/EusLisp/doc/html/manual-node57.html
trunk/EusLisp/doc/html/manual-node58.html
trunk/EusLisp/doc/html/manual-node59.html
trunk/EusLisp/doc/html/manual-node6.html
trunk/EusLisp/doc/html/manual-node60.html
trunk/EusLisp/doc/html/manual-node61.html
trunk/EusLisp/doc/html/manual-node62.html
trunk/EusLisp/doc/html/manual-node63.html
trunk/EusLisp/doc/html/manual-node64.html
trunk/EusLisp/doc/html/manual-node65.html
trunk/EusLisp/doc/html/manual-node66.html
trunk/EusLisp/doc/html/manual-node67.html
trunk/EusLisp/doc/html/manual-node68.html
trunk/EusLisp/doc/html/manual-node69.html
trunk/EusLisp/doc/html/manual-node7.html
trunk/EusLisp/doc/html/manual-node70.html
trunk/EusLisp/doc/html/manual-node71.html
trunk/EusLisp/doc/html/manual-node72.html
trunk/EusLisp/doc/html/manual-node73.html
trunk/EusLisp/doc/html/manual-node74.html
trunk/EusLisp/doc/html/manual-node75.html
trunk/EusLisp/doc/html/manual-node76.html
trunk/EusLisp/doc/html/manual-node77.html
trunk/EusLisp/doc/html/manual-node78.html
trunk/EusLisp/doc/html/manual-node79.html
trunk/EusLisp/doc/html/manual-node8.html
trunk/EusLisp/doc/html/manual-node80.html
trunk/EusLisp/doc/html/manual-node81.html
trunk/EusLisp/doc/html/manual-node82.html
trunk/EusLisp/doc/html/manual-node83.html
trunk/EusLisp/doc/html/manual-node84.html
trunk/EusLisp/doc/html/manual-node85.html
trunk/EusLisp/doc/html/manual-node86.html
trunk/EusLisp/doc/html/manual-node87.html
trunk/EusLisp/doc/html/manual-node88.html
trunk/EusLisp/doc/html/manual-node89.html
trunk/EusLisp/doc/html/manual-node9.html
trunk/EusLisp/doc/html/manual-node90.html
trunk/EusLisp/doc/html/manual-node91.html
trunk/EusLisp/doc/html/manual-node92.html
trunk/EusLisp/doc/html/manual-node93.html
trunk/EusLisp/doc/html/manual-node94.html
trunk/EusLisp/doc/html/manual-node95.html
trunk/EusLisp/doc/html/manual-node96.html
trunk/EusLisp/doc/html/manual-node97.html
trunk/EusLisp/doc/html/manual-node98.html
trunk/EusLisp/doc/html/manual-node99.html
trunk/EusLisp/doc/html/manual.css
trunk/EusLisp/doc/html/manual.html
Removed Paths:
-------------
trunk/EusLisp/doc/html/contents.pl
trunk/EusLisp/doc/html/figure.pl
trunk/EusLisp/doc/html/footnode.html
trunk/EusLisp/doc/html/icons/
trunk/EusLisp/doc/html/image.gif
trunk/EusLisp/doc/html/images.pl
trunk/EusLisp/doc/html/images.tex
trunk/EusLisp/doc/html/index.pl
trunk/EusLisp/doc/html/internals.pl
trunk/EusLisp/doc/html/labels.pl
trunk/EusLisp/doc/html/manual.css
trunk/EusLisp/doc/html/manual.html
trunk/EusLisp/doc/html/node1.html
trunk/EusLisp/doc/html/node10.html
trunk/EusLisp/doc/html/node100.html
trunk/EusLisp/doc/html/node101.html
trunk/EusLisp/doc/html/node102.html
trunk/EusLisp/doc/html/node103.html
trunk/EusLisp/doc/html/node104.html
trunk/EusLisp/doc/html/node105.html
trunk/EusLisp/doc/html/node106.html
trunk/EusLisp/doc/html/node107.html
trunk/EusLisp/doc/html/node108.html
trunk/EusLisp/doc/html/node109.html
trunk/EusLisp/doc/html/node11.html
trunk/EusLisp/doc/html/node110.html
trunk/EusLisp/doc/html/node111.html
trunk/EusLisp/doc/html/node112.html
trunk/EusLisp/doc/html/node113.html
trunk/EusLisp/doc/html/node114.html
trunk/EusLisp/doc/html/node115.html
trunk/EusLisp/doc/html/node116.html
trunk/EusLisp/doc/html/node117.html
trunk/EusLisp/doc/html/node118.html
trunk/EusLisp/doc/html/node119.html
trunk/EusLisp/doc/html/node12.html
trunk/EusLisp/doc/html/node120.html
trunk/EusLisp/doc/html/node121.html
trunk/EusLisp/doc/html/node122.html
trunk/EusLisp/doc/html/node123.html
trunk/EusLisp/doc/html/node124.html
trunk/EusLisp/doc/html/node125.html
trunk/EusLisp/doc/html/node126.html
trunk/EusLisp/doc/html/node127.html
trunk/EusLisp/doc/html/node128.html
trunk/EusLisp/doc/html/node129.html
trunk/EusLisp/doc/html/node13.html
trunk/EusLisp/doc/html/node130.html
trunk/EusLisp/doc/html/node131.html
trunk/EusLisp/doc/html/node132.html
trunk/EusLisp/doc/html/node133.html
trunk/EusLisp/doc/html/node134.html
trunk/EusLisp/doc/html/node135.html
trunk/EusLisp/doc/html/node136.html
trunk/EusLisp/doc/html/node137.html
trunk/EusLisp/doc/html/node138.html
trunk/EusLisp/doc/html/node139.html
trunk/EusLisp/doc/html/node14.html
trunk/EusLisp/doc/html/node140.html
trunk/EusLisp/doc/html/node141.html
trunk/EusLisp/doc/html/node142.html
trunk/EusLisp/doc/html/node143.html
trunk/EusLisp/doc/html/node144.html
trunk/EusLisp/doc/html/node145.html
trunk/EusLisp/doc/html/node146.html
trunk/EusLisp/doc/html/node147.html
trunk/EusLisp/doc/html/node148.html
trunk/EusLisp/doc/html/node149.html
trunk/EusLisp/doc/html/node15.html
trunk/EusLisp/doc/html/node150.html
trunk/EusLisp/doc/html/node151.html
trunk/EusLisp/doc/html/node152.html
trunk/EusLisp/doc/html/node153.html
trunk/EusLisp/doc/html/node154.html
trunk/EusLisp/doc/html/node16.html
trunk/EusLisp/doc/html/node17.html
trunk/EusLisp/doc/html/node18.html
trunk/EusLisp/doc/html/node19.html
trunk/EusLisp/doc/html/node2.html
trunk/EusLisp/doc/html/node20.html
trunk/EusLisp/doc/html/node21.html
trunk/EusLisp/doc/html/node22.html
trunk/EusLisp/doc/html/node23.html
trunk/EusLisp/doc/html/node24.html
trunk/EusLisp/doc/html/node25.html
trunk/EusLisp/doc/html/node26.html
trunk/EusLisp/doc/html/node27.html
trunk/EusLisp/doc/html/node28.html
trunk/EusLisp/doc/html/node29.html
trunk/EusLisp/doc/html/node3.html
trunk/EusLisp/doc/html/node30.html
trunk/EusLisp/doc/html/node31.html
trunk/EusLisp/doc/html/node32.html
trunk/EusLisp/doc/html/node33.html
trunk/EusLisp/doc/html/node34.html
trunk/EusLisp/doc/html/node35.html
trunk/EusLisp/doc/html/node36.html
trunk/EusLisp/doc/html/node37.html
trunk/EusLisp/doc/html/node38.html
trunk/EusLisp/doc/html/node39.html
trunk/EusLisp/doc/html/node4.html
trunk/EusLisp/doc/html/node40.html
trunk/EusLisp/doc/html/node41.html
trunk/EusLisp/doc/html/node42.html
trunk/EusLisp/doc/html/node43.html
trunk/EusLisp/doc/html/node44.html
trunk/EusLisp/doc/html/node45.html
trunk/EusLisp/doc/html/node46.html
trunk/EusLisp/doc/html/node47.html
trunk/EusLisp/doc/html/node48.html
trunk/EusLisp/doc/html/node49.html
trunk/EusLisp/doc/html/node5.html
trunk/EusLisp/doc/html/node50.html
trunk/EusLisp/doc/html/node51.html
trunk/EusLisp/doc/html/node52.html
trunk/EusLisp/doc/html/node53.html
trunk/EusLisp/doc/html/node54.html
trunk/EusLisp/doc/html/node55.html
trunk/EusLisp/doc/html/node56.html
trunk/EusLisp/doc/html/node57.html
trunk/EusLisp/doc/html/node58.html
trunk/EusLisp/doc/html/node59.html
trunk/EusLisp/doc/html/node6.html
trunk/EusLisp/doc/html/node60.html
trunk/EusLisp/doc/html/node61.html
trunk/EusLisp/doc/html/node62.html
trunk/EusLisp/doc/html/node63.html
trunk/EusLisp/doc/html/node64.html
trunk/EusLisp/doc/html/node65.html
trunk/EusLisp/doc/html/node66.html
trunk/EusLisp/doc/html/node67.html
trunk/EusLisp/doc/html/node68.html
trunk/EusLisp/doc/html/node69.html
trunk/EusLisp/doc/html/node7.html
trunk/EusLisp/doc/html/node70.html
trunk/EusLisp/doc/html/node71.html
trunk/EusLisp/doc/html/node72.html
trunk/EusLisp/doc/html/node73.html
trunk/EusLisp/doc/html/node74.html
trunk/EusLisp/doc/html/node75.html
trunk/EusLisp/doc/html/node76.html
trunk/EusLisp/doc/html/node77.html
trunk/EusLisp/doc/html/node78.html
trunk/EusLisp/doc/html/node79.html
trunk/EusLisp/doc/html/node8.html
trunk/EusLisp/doc/html/node80.html
trunk/EusLisp/doc/html/node81.html
trunk/EusLisp/doc/html/node82.html
trunk/EusLisp/doc/html/node83.html
trunk/EusLisp/doc/html/node84.html
trunk/EusLisp/doc/html/node85.html
trunk/EusLisp/doc/html/node86.html
trunk/EusLisp/doc/html/node87.html
trunk/EusLisp/doc/html/node88.html
trunk/EusLisp/doc/html/node89.html
trunk/EusLisp/doc/html/node9.html
trunk/EusLisp/doc/html/node90.html
trunk/EusLisp/doc/html/node91.html
trunk/EusLisp/doc/html/node92.html
trunk/EusLisp/doc/html/node93.html
trunk/EusLisp/doc/html/node94.html
trunk/EusLisp/doc/html/node95.html
trunk/EusLisp/doc/html/node96.html
trunk/EusLisp/doc/html/node97.html
trunk/EusLisp/doc/html/node98.html
trunk/EusLisp/doc/html/node99.html
trunk/EusLisp/doc/html/sections.pl
trunk/EusLisp/doc/html/table.pl
Deleted: trunk/EusLisp/doc/html/contents.pl
===================================================================
--- trunk/EusLisp/doc/html/contents.pl 2013-05-20 17:06:25 UTC (rev 638)
+++ trunk/EusLisp/doc/html/contents.pl 2013-05-21 00:28:00 UTC (rev 639)
@@ -1,320 +0,0 @@
-# LaTeX2HTML 96.1 (Feb 5, 1996)
-# Associate contents original text with physical files.
-
-$key = q/0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '0%:%manual.html%:%<B>EusLisp</B> <BR> <B>version 9.00</B> <BR> <B>Reference Manual</B> <BR> Featuring Multithread and XToolKit <BR> ETL-TR-95-2 <BR> January, 1995 <BR> ' unless ($toc_section_info{$key});
-$key = q/0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node2.html%:%EusLisp Basics' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node3.html%:%Introduction' unless ($toc_section_info{$key});
-$key = q/0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node73.html%:%EusLisp Extensions' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node74.html%:%System Functions' unless ($toc_section_info{$key});
-$key = q/0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node154.html%:% About this document ... ' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node88.html%:%Multithread' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node14.html%:%Objects' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node103.html%:%Geometric Functions' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node7.html%:%Revision History' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node19.html%:%Scoping' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node109.html%:%Geometric Modeling' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node77.html%:%Times' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node26.html%:%Sequencing and Lets' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node119.html%:%Viewing and Graphics' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node94.html%:%Thread Creation and Thread Pool' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node86.html%:%Adding Lisp Functions Coded in C' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node33.html%:%Message Sending' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node126.html%:%Xwindow Interface' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node101.html%:%Thread creation' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node79.html%:%File Systems and I/O' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node38.html%:%Arithmetic Predicates' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node131.html%:%XToolKit' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node107.html%:%Coordinates' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node96.html%:%Synchronization primitives' unless ($toc_section_info{$key});
-$key = q/0 3 0 6 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node44.html%:%Packages' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node23.html%:%Functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node140.html%:%Image Processing' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node113.html%:%Body' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node81.html%:%Multithread' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node47.html%:%Lists' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node30.html%:%Predicates' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node54.html%:%Reader' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node98.html%:%Synchronized memory port' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node123.html%:%Viewer' unless ($toc_section_info{$key});
-$key = q/0 4 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node147.html%:%Manipulators' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node65.html%:%Top-level Interaction' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node83.html%:%IOCTL' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node130.html%:%Colors and Colormaps' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node134.html%:%Subpanels (menu-panel and menubar-panel)' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node138.html%:%Canvas' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node51.html%:%Hash Tables' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node57.html%:%Shared Memory' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node117.html%:%Bodies in Contact' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node136.html%:%Text View Panel' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node144.html%:%Edge Finder' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node61.html%:%Pathnames' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node59.html%:%Sockets' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node69.html%:%Dump Objects' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node13.html%:%Numbers' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node18.html%:%Atoms' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node6.html%:%Compatibility with Common Lisp' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node25.html%:%Conditionals' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node90.html%:% Multithread in Solaris 2 operating system' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node85.html%:%Unix Processes' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node32.html%:%Classes and Methods' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node100.html%:%Measured Parallel Gains' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node37.html%:%Arithmetic Constants' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node106.html%:%LU decomposition' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node92.html%:%Memory Management' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node22.html%:%Macros' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node10.html%:%Demonstrations' unless ($toc_section_info{$key});
-$key = q/0 3 0 6 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node43.html%:%Symbols' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node112.html%:%Plane and Face' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node29.html%:%Iteration' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node46.html%:%General Sequences' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node122.html%:%Viewport' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node53.html%:%Streams' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node129.html%:%Graphic Context' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node41.html%:%Trigonometric and Related Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node64.html%:%Evaluators' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node137.html%:%Panel Items' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node143.html%:%Color-Pixel-Image' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node116.html%:%Coordinates-axes' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node50.html%:%Foreign Strings' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node60.html%:%Asynchronous Input/Output' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node68.html%:%Debugging Aid' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node72.html%:%Miscelaneous Functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 10 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node152.html%:%System Overview' unless ($toc_section_info{$key});
-$key = q/0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node1.html%:%Contents' unless ($toc_section_info{$key});
-$key = q/0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node11.html%:%References' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node12.html%:%Data Types' unless ($toc_section_info{$key});
-$key = q/0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '1%:%node153.html%:%Index' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node17.html%:%Forms and Evaluation' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node5.html%:%Features' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node24.html%:%Control Structures' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node31.html%:%Object Oriented Programming' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node76.html%:%Unix System Calls' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node36.html%:%Arithmetic Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node16.html%:%Type Specifier' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node93.html%:%Asynchronous and Parallel Programming Constructs' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node21.html%:%Special Forms' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node9.html%:%License' unless ($toc_section_info{$key});
-$key = q/0 3 0 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node42.html%:%Symbols and Packages' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node78.html%:%Process' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node105.html%:%Matrix and Transformation' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node28.html%:%Blocks and Exits' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node45.html%:%Sequences, Arrays and Tables' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node95.html%:%Parallel Execution of Threads' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node111.html%:%Line and Edge' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node35.html%:%Basic Classes' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node52.html%:%Streams and Input/Output' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node80.html%:%Signals' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node121.html%:%Projection' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node40.html%:%Generic Number Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node63.html%:%Evaluation' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node97.html%:%Barrier synchronization' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node128.html%:%Xwindow' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node82.html%:%Low-Level Memory Management' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node133.html%:%Panel' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node49.html%:%Characters and Strings' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 2 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node99.html%:%Timers' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node115.html%:%Body Composition' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node142.html%:%Pixel-Image' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node56.html%:%InterProcess Communication and Network' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 2 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node84.html%:%Keyed Indexed Files' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node125.html%:%Animation' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node135.html%:%File Panel' unless ($toc_section_info{$key});
-$key = q/0 4 0 9 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node149.html%:%
-Multi-Joint Manipulators
-' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node67.html%:%Program Loading' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 4 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node58.html%:%Message Queues and FIFOs' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node146.html%:%Image File I/O' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node71.html%:%Customization of Toplevel' unless ($toc_section_info{$key});
-$key = q/0 4 0 10 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node151.html%:%How to Start' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node4.html%:%EusLisp's Object-Oriented Programming' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node75.html%:%Memory Management' unless ($toc_section_info{$key});
-$key = q/0 3 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node15.html%:%Class Hierarchy' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node89.html%:%Design of Multithread EusLisp' unless ($toc_section_info{$key});
-$key = q/0 2 0 1 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node8.html%:%Installation' unless ($toc_section_info{$key});
-$key = q/0 3 0 2 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node20.html%:%Generalized Variables' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node104.html%:%Float-vectors' unless ($toc_section_info{$key});
-$key = q/0 3 0 3 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node27.html%:%Local Functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 1 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '5%:%node91.html%:%Context Separation' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node110.html%:%Miscellaneous Geometric Functions' unless ($toc_section_info{$key});
-$key = q/0 3 0 4 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node34.html%:%Instance Management' unless ($toc_section_info{$key});
-$key = q/0 4 0 1 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node87.html%:%Foreign Language Interface' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node120.html%:%Viewing' unless ($toc_section_info{$key});
-$key = q/0 3 0 5 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node39.html%:%Integer and Bit-Wise Operations' unless ($toc_section_info{$key});
-$key = q/0 4 0 2 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node102.html%:%Synchronization' unless ($toc_section_info{$key});
-$key = q/0 4 0 6 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node127.html%:%Xlib global variables and misc functions' unless ($toc_section_info{$key});
-$key = q/0 4 0 3 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node108.html%:%CascadedCoords' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node132.html%:%X Event' unless ($toc_section_info{$key});
-$key = q/0 3 0 7 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node48.html%:%Vectors and Arrays' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node114.html%:%Primitive Body Creation' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node141.html%:%Look-Up Tables (LUT)' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node55.html%:%Printer' unless ($toc_section_info{$key});
-$key = q/0 4 0 5 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node124.html%:%Drawings' unless ($toc_section_info{$key});
-$key = q/0 4 0 9 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node148.html%:%
-Rotational Joint
-' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node66.html%:%Compilation' unless ($toc_section_info{$key});
-$key = q/0 4 0 7 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node139.html%:%Text Window' unless ($toc_section_info{$key});
-$key = q/0 4 0 4 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node118.html%:%Voronoi Diagram of Polygons' unless ($toc_section_info{$key});
-$key = q/0 4 0 8 5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node145.html%:%Tracking' unless ($toc_section_info{$key});
-$key = q/0 3 0 8 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node62.html%:%File System Interface' unless ($toc_section_info{$key});
-$key = q/0 3 0 9 7 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '4%:%node70.html%:%Process Image Saving' unless ($toc_section_info{$key});
-$key = q/0 4 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0/;
-$toc_section_info{$key} = '3%:%node150.html%:% MARS: A Multiple Autonomous Robot Simulator' unless ($toc_section_info{$key});
-
-1;
-
Deleted: trunk/EusLisp/doc/html/figure.pl
===================================================================
--- trunk/EusLisp/doc/html/figure.pl 2013-05-20 17:06:25 UTC (rev 638)
+++ trunk/EusLisp/doc/html/figure.pl 2013-05-21 00:28:00 UTC (rev 639)
@@ -1,25 +0,0 @@
-<LI><A NAME="tex2html2" HREF="node10.html#376">Animation of Collision Avoidance Path Planning</A>
-<LI><A NAME="tex2html5" HREF="node12.html#607">Pointer and Immediate Value</A>
-<LI><A NAME="tex2html6" HREF="node14.html#609">Structures of object, vector, and object header</A>
-<LI><A NAME="tex2html7" HREF="node15.html#610">Hierarchy of Predefined Classes</A>
-<LI><A NAME="tex2html703" HREF="node91.html#12725">Solaris operating system's thread model</A>
-<LI><A NAME="tex2html704" HREF="node92.html#12737">Parallel threads requesting memory and GC running in parallel</A>
-<LI><A NAME="tex2html705" HREF="node94.html#12922">Thread-object for transferring control and data between threads (left) and the collection of threads put in the thread-pool.</A>
-<LI><A NAME="tex2html706" HREF="node96.html#12766">Barrier synchronization and synchronozed memory port</A>
-<LI><A NAME="tex2html835" HREF="node109.html#14968">Arrangements of vertices, edges, and faces</A>
-<LI><A NAME="tex2html986" HREF="node114.html#15603">primitive bodies</A>
-<LI><A NAME="tex2html1013" HREF="node117.html#17955">Constraints for a peg in a hole.</A>
-<LI><A NAME="tex2html1014" HREF="node117.html#17965">Possible motions of a peg in a hole</A>
-<LI><A NAME="tex2html1022" HREF="node120.html#18085">viewing coords and projection planes</A>
-<LI><A NAME="tex2html1153" HREF="node128.html#20290">drawing primitives</A>
-<LI><A NAME="tex2html1286" HREF="node133.html#22850">Item lay-out in panel</A>
-<LI><A NAME="tex2html1306" HREF="node135.html#22471">FilePanel window</A>
-<LI><A NAME="tex2html1307" HREF="node136.html#22858">TextViewPanel window</A>
-<LI><A NAME="tex2html1308" HREF="node137.html#22881">Panel items created in a panel</A>
-<LI><A NAME="tex2html1457" HREF="node144.html#24770">Edge Finder and Overlaid Edges</A>
-<LI><A NAME="tex2html1499" HREF="node149.html#26416">
-relation between coordinate systems in a manipulator</A>
-<LI><A NAME="tex2html1525" HREF="node152.html#26791"> MARS window display example (left).
-And overall program structure (right).</A>
-<LI><A NAME="tex2html1526" HREF="node152.html#26792"> Internal structure of a robot object
-(left). And an example behavior-based robot configuration (right).</A>
Deleted: trunk/EusLisp/doc/html/footnode.html
===================================================================
--- trunk/EusLisp/doc/html/footnode.html 2013-05-20 17:06:25 UTC (rev 638)
+++ trunk/EusLisp/doc/html/footnode.html 2013-05-21 00:28:00 UTC (rev 639)
@@ -1,85 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
-<!--Converted with LaTeX2HTML 96.1 (Feb 5, 1996) by Nikos Drakos (ni...@cb...), CBLU, University of Leeds -->
-<HTML>
-<HEAD>
-<TITLE>Footnotes</TITLE>
-<META NAME="description" CONTENT="Footnotes">
-<META NAME="keywords" CONTENT="manual">
-<META NAME="resource-type" CONTENT="document">
-<META NAME="distribution" CONTENT="global">
-<LINK REL=STYLESHEET HREF="manual.css">
-</HEAD>
-<BODY LANG="EN">
-<DL> <DT><A NAME="599">...function.</A><DD>In CLtL-2 a quoted lambda...
[truncated message content] |
|
From: <k-...@us...> - 2013-05-20 17:06:34
|
Revision: 638
http://sourceforge.net/p/euslisp/code/638
Author: k-okada
Date: 2013-05-20 17:06:25 +0000 (Mon, 20 May 2013)
Log Message:
-----------
fix eusversion
Modified Paths:
--------------
trunk/EusLisp/doc/jlatex/jmanual.dvi
trunk/EusLisp/doc/jlatex/jmanual.pdf
trunk/EusLisp/doc/jlatex/jmanual.tex
trunk/EusLisp/doc/latex/manual.dvi
trunk/EusLisp/doc/latex/manual.pdf
trunk/EusLisp/doc/latex/manual.tex
Modified: trunk/EusLisp/doc/jlatex/jmanual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.pdf
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.tex
===================================================================
--- trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 15:40:42 UTC (rev 637)
+++ trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 17:06:25 UTC (rev 638)
@@ -10,7 +10,7 @@
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
%%%
-\newcommand{\eusversion}{9.01}
+\newcommand{\eusversion}{9.00}
\flushbottom
Modified: trunk/EusLisp/doc/latex/manual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.pdf
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.tex
===================================================================
--- trunk/EusLisp/doc/latex/manual.tex 2013-05-20 15:40:42 UTC (rev 637)
+++ trunk/EusLisp/doc/latex/manual.tex 2013-05-20 17:06:25 UTC (rev 638)
@@ -5,7 +5,7 @@
\evensidemargin=0cm
%%%
-\newcommand{\eusversion}{9.01}
+\newcommand{\eusversion}{9.00}
% A4 size
\textwidth=16.5cm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-20 17:06:32
|
Revision: 638
http://sourceforge.net/p/euslisp/code/638
Author: k-okada
Date: 2013-05-20 17:06:25 +0000 (Mon, 20 May 2013)
Log Message:
-----------
fix eusversion
Modified Paths:
--------------
trunk/EusLisp/doc/jlatex/jmanual.dvi
trunk/EusLisp/doc/jlatex/jmanual.pdf
trunk/EusLisp/doc/jlatex/jmanual.tex
trunk/EusLisp/doc/latex/manual.dvi
trunk/EusLisp/doc/latex/manual.pdf
trunk/EusLisp/doc/latex/manual.tex
Modified: trunk/EusLisp/doc/jlatex/jmanual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.pdf
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.tex
===================================================================
--- trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 15:40:42 UTC (rev 637)
+++ trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 17:06:25 UTC (rev 638)
@@ -10,7 +10,7 @@
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
%%%
-\newcommand{\eusversion}{9.01}
+\newcommand{\eusversion}{9.00}
\flushbottom
Modified: trunk/EusLisp/doc/latex/manual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.pdf
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.tex
===================================================================
--- trunk/EusLisp/doc/latex/manual.tex 2013-05-20 15:40:42 UTC (rev 637)
+++ trunk/EusLisp/doc/latex/manual.tex 2013-05-20 17:06:25 UTC (rev 638)
@@ -5,7 +5,7 @@
\evensidemargin=0cm
%%%
-\newcommand{\eusversion}{9.01}
+\newcommand{\eusversion}{9.00}
% A4 size
\textwidth=16.5cm
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-20 15:40:54
|
Revision: 637
http://sourceforge.net/p/euslisp/code/637
Author: k-okada
Date: 2013-05-20 15:40:42 +0000 (Mon, 20 May 2013)
Log Message:
-----------
use \eusversion
Modified Paths:
--------------
trunk/EusLisp/doc/jlatex/jmanual.dvi
trunk/EusLisp/doc/jlatex/jmanual.pdf
trunk/EusLisp/doc/jlatex/jmanual.tex
trunk/EusLisp/doc/latex/manual.dvi
trunk/EusLisp/doc/latex/manual.idx
trunk/EusLisp/doc/latex/manual.pdf
trunk/EusLisp/doc/latex/manual.tex
Modified: trunk/EusLisp/doc/jlatex/jmanual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.pdf
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.tex
===================================================================
--- trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 15:31:26 UTC (rev 636)
+++ trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 15:40:42 UTC (rev 637)
@@ -10,9 +10,9 @@
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
%%%
+\newcommand{\eusversion}{9.01}
-
\flushbottom
\makeindex
\pagestyle{myheadings}
@@ -118,7 +118,7 @@
\date{}
\title{{\Huge \bf EusLisp} \\
-{\large \bf version 9.00} \\
+{\large \bf version \eusversion} \\
{\LARGE \bf $B%j%U%!%l%s%9%^%K%e%"%k(B} \\
{\large -$B%^%k%A%9%l%C%I$H(BXToolKit$B$N<B8=(B-} \\
\vspace{10mm}
@@ -143,7 +143,7 @@
\newpage
\pagenumbering{arabic}
\part{EusLisp $B4pK\(B}
-\markboth{EusLisp version 9.00 $B%j%U%!%l%s%9%^%K%e%"%k(B (Part I)}{$B$O$8$a$K(B}
+\markboth{EusLisp version \eusversion $B%j%U%!%l%s%9%^%K%e%"%k(B (Part I)}{$B$O$8$a$K(B}
\input{jintro}
\input{jgenerals}
\input{jcontrols}
@@ -156,7 +156,7 @@
\input{jevaluation}
\newpage
\part{EusLisp $B3HD%(B}
-\markboth{EusLisp version 9.00 $B%j%U%!%l%s%9%^%K%e%"%k(B (Part II)}{$B%7%9%F%`4X?t(B}
+\markboth{EusLisp version \eusversion $B%j%U%!%l%s%9%^%K%e%"%k(B (Part II)}{$B%7%9%F%`4X?t(B}
\input{jsysfunc}
\input{jvxw}
\input{jmthread}
@@ -172,7 +172,7 @@
\input{jmars-pre}
%
\cleardoublepage
-\markboth{Euslisp version 9.00 $B%j%U%!%l%s%9%^%K%e%"%k(B}{Index}
+\markboth{Euslisp version \eusversion $B%j%U%!%l%s%9%^%K%e%"%k(B}{Index}
\footnotesize
\printindex
\end{document}
Modified: trunk/EusLisp/doc/latex/manual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.idx
===================================================================
--- trunk/EusLisp/doc/latex/manual.idx 2013-05-20 15:31:26 UTC (rev 636)
+++ trunk/EusLisp/doc/latex/manual.idx 2013-05-20 15:40:42 UTC (rev 637)
@@ -1,1578 +1,1578 @@
\indexentry{animation}{4}
\indexentry{ray-tracing}{4}
-\indexentry{d}{11}
-\indexentry{:}{11}
-\indexentry{i}{11}
-\indexentry{:}{11}
-\indexentry{f}{11}
-\indexentry{:}{11}
-\indexentry{:}{11}
-\indexentry{f}{11}
-\indexentry{e}{11}
-\indexentry{m}{11}
-\indexentry{:}{11}
-\indexentry{c}{11}
-\indexentry{:}{11}
-\indexentry{b}{11}
-\indexentry{d}{11}
-\indexentry{s}{11}
-\indexentry{s}{11}
-\indexentry{:}{11}
-\indexentry{c}{11}
-\indexentry{:}{11}
-\indexentry{b}{11}
-\indexentry{:}{11}
-\indexentry{s}{11}
-\indexentry{and}{16}
-\indexentry{or}{16}
-\indexentry{if}{16}
-\indexentry{when}{16}
-\indexentry{unless}{16}
-\indexentry{cond}{16}
-\indexentry{case}{16}
-\indexentry{prog1}{16}
-\indexentry{progn}{16}
-\indexentry{setf}{16}
-\indexentry{let}{16}
-\indexentry{let*}{16}
-\indexentry{flet}{17}
-\indexentry{labels}{17}
-\indexentry{block}{17}
-\indexentry{return-from}{17}
-\indexentry{return}{17}
-\indexentry{catch}{17}
-\indexentry{throw}{17}
-\indexentry{unwind-protect}{17}
-\indexentry{while}{17}
-\indexentry{tagbody}{17}
-\indexentry{go}{17}
-\indexentry{prog}{17}
-\indexentry{do}{17}
-\indexentry{do*}{18}
-\indexentry{dotimes}{18}
-\indexentry{dolist}{18}
-\indexentry{until}{18}
-\indexentry{loop}{18}
-\indexentry{eq}{18}
-\indexentry{eql}{18}
-\indexentry{equal}{18}
-\indexentry{superequal}{18}
-\indexentry{null}{18}
-\indexentry{not}{18}
-\indexentry{atom}{18}
-\indexentry{every}{18}
-\indexentry{some}{18}
-\indexentry{functionp}{18}
-\indexentry{compiled-function-p}{19}
-\indexentry{defclass}{20}
-\indexentry{defmethod}{20}
-\indexentry{defclassmethod}{20}
-\indexentry{classp}{21}
-\indexentry{subclassp}{21}
-\indexentry{vector-class-p}{21}
-\indexentry{delete-method}{21}
-\indexentry{class-hierarchy}{21}
-\indexentry{system:list-all-classes}{21}
-\indexentry{system:find-method}{21}
-\indexentry{system:method-cache}{21}
-\indexentry{send}{21}
-\indexentry{send-message}{21}
-\indexentry{send*}{21}
-\indexentry{send-all}{21}
-\indexentry{send-super}{21}
-\indexentry{send-super*}{21}
-\indexentry{instantiate}{21}
-\indexentry{instance}{21}
-\indexentry{make-instance}{22}
-\indexentry{copy-object}{22}
-\indexentry{become}{22}
-\indexentry{replace-object}{22}
-\indexentry{class}{22}
-\indexentry{derivedp}{22}
-\indexentry{slot}{22}
-\indexentry{setslot}{22}
-\indexentry{object}{22}
+\indexentry{d}{10}
+\indexentry{:}{10}
+\indexentry{i}{10}
+\indexentry{:}{10}
+\indexentry{f}{10}
+\indexentry{:}{10}
+\indexentry{:}{10}
+\indexentry{f}{10}
+\indexentry{e}{10}
+\indexentry{m}{10}
+\indexentry{:}{10}
+\indexentry{c}{10}
+\indexentry{:}{10}
+\indexentry{b}{10}
+\indexentry{d}{10}
+\indexentry{s}{10}
+\indexentry{s}{10}
+\indexentry{:}{10}
+\indexentry{c}{10}
+\indexentry{:}{10}
+\indexentry{b}{10}
+\indexentry{:}{10}
+\indexentry{s}{10}
+\indexentry{and}{15}
+\indexentry{or}{15}
+\indexentry{if}{15}
+\indexentry{when}{15}
+\indexentry{unless}{15}
+\indexentry{cond}{15}
+\indexentry{case}{15}
+\indexentry{prog1}{15}
+\indexentry{progn}{15}
+\indexentry{setf}{15}
+\indexentry{let}{15}
+\indexentry{let*}{15}
+\indexentry{flet}{16}
+\indexentry{labels}{16}
+\indexentry{block}{16}
+\indexentry{return-from}{16}
+\indexentry{return}{16}
+\indexentry{catch}{16}
+\indexentry{throw}{16}
+\indexentry{unwind-protect}{16}
+\indexentry{while}{16}
+\indexentry{tagbody}{16}
+\indexentry{go}{16}
+\indexentry{prog}{16}
+\indexentry{do}{16}
+\indexentry{do*}{17}
+\indexentry{dotimes}{17}
+\indexentry{dolist}{17}
+\indexentry{until}{17}
+\indexentry{loop}{17}
+\indexentry{eq}{17}
+\indexentry{eql}{17}
+\indexentry{equal}{17}
+\indexentry{superequal}{17}
+\indexentry{null}{17}
+\indexentry{not}{17}
+\indexentry{atom}{17}
+\indexentry{every}{17}
+\indexentry{some}{17}
+\indexentry{functionp}{17}
+\indexentry{compiled-function-p}{18}
+\indexentry{defclass}{19}
+\indexentry{defmethod}{19}
+\indexentry{defclassmethod}{19}
+\indexentry{classp}{20}
+\indexentry{subclassp}{20}
+\indexentry{vector-class-p}{20}
+\indexentry{delete-method}{20}
+\indexentry{class-hierarchy}{20}
+\indexentry{system:list-all-classes}{20}
+\indexentry{system:find-method}{20}
+\indexentry{system:method-cache}{20}
+\indexentry{send}{20}
+\indexentry{send-message}{20}
+\indexentry{send*}{20}
+\indexentry{send-all}{20}
+\indexentry{send-super}{20}
+\indexentry{send-super*}{20}
+\indexentry{instantiate}{20}
+\indexentry{instance}{20}
+\indexentry{make-instance}{21}
+\indexentry{copy-object}{21}
+\indexentry{become}{21}
+\indexentry{replace-object}{21}
+\indexentry{class}{21}
+\indexentry{derivedp}{21}
+\indexentry{slot}{21}
+\indexentry{setslot}{21}
+\indexentry{object}{21}
+\indexentry{:prin1}{21}
+\indexentry{:slots}{21}
+\indexentry{propertied-object}{22}
+\indexentry{:plist}{22}
+\indexentry{:get}{22}
+\indexentry{:put}{22}
+\indexentry{:remprop}{22}
+\indexentry{:name}{22}
\indexentry{:prin1}{22}
\indexentry{:slots}{22}
-\indexentry{propertied-object}{23}
-\indexentry{:plist}{23}
-\indexentry{:get}{23}
-\indexentry{:put}{23}
-\indexentry{:remprop}{23}
+\indexentry{:methods}{22}
+\indexentry{:get-val}{22}
+\indexentry{:set-val}{22}
+\indexentry{metaclass}{22}
+\indexentry{:new}{22}
+\indexentry{:super}{22}
+\indexentry{:methods}{22}
+\indexentry{:method}{23}
+\indexentry{:method-names}{23}
+\indexentry{:all-methods}{23}
+\indexentry{:all-method-names}{23}
+\indexentry{:slots}{23}
\indexentry{:name}{23}
-\indexentry{:prin1}{23}
-\indexentry{:slots}{23}
-\indexentry{:methods}{23}
-\indexentry{:get-val}{23}
-\indexentry{:set-val}{23}
-\indexentry{metaclass}{23}
-\indexentry{:new}{23}
-\indexentry{:super}{23}
-\indexentry{:methods}{23}
-\indexentry{:method}{24}
-\indexentry{:method-names}{24}
-\indexentry{:all-methods}{24}
-\indexentry{:all-method-names}{24}
-\indexentry{:slots}{24}
-\indexentry{:name}{24}
-\indexentry{:cid}{24}
-\indexentry{:subclasses}{24}
-\indexentry{:hierarchy}{24}
-\indexentry{find-method}{24}
-\indexentry{most-positive-fixnum}{25}
-\indexentry{most-negative-fixnum}{25}
-\indexentry{short-float-epsilon}{25}
-\indexentry{single-float-epsilon}{25}
-\indexentry{long-float-epsilon}{25}
-\indexentry{pi}{25}
-\indexentry{2pi}{25}
-\indexentry{pi/2}{25}
-\indexentry{-pi}{25}
-\indexentry{-2pi}{25}
-\indexentry{-pi/2}{25}
-\indexentry{numberp}{25}
-\indexentry{integerp}{25}
-\indexentry{floatp}{25}
-\indexentry{zerop}{25}
-\indexentry{plusp}{25}
-\indexentry{minusp}{25}
-\indexentry{oddp}{25}
-\indexentry{evenp}{26}
-\indexentry{/=}{26}
-\indexentry{=}{26}
-\indexentry{$>$}{26}
-\indexentry{$<$}{26}
-\indexentry{$>=$}{26}
-\indexentry{$<=$}{26}
-\indexentry{mod}{26}
-\indexentry{1-}{26}
-\indexentry{1+}{26}
-\indexentry{logand}{26}
-\indexentry{logior}{26}
-\indexentry{logxor}{26}
-\indexentry{logeqv}{26}
-\indexentry{lognand}{26}
-\indexentry{lognor}{26}
-\indexentry{lognot}{26}
-\indexentry{logtest}{26}
-\indexentry{logbitp}{27}
-\indexentry{ash}{27}
-\indexentry{ldb}{27}
-\indexentry{dpb}{27}
-\indexentry{+}{27}
-\indexentry{-}{27}
-\indexentry{*}{27}
-\indexentry{/}{27}
-\indexentry{abs}{27}
-\indexentry{round}{27}
-\indexentry{floor}{27}
-\indexentry{ceiling}{27}
-\indexentry{truncate}{27}
-\indexentry{float}{27}
-\indexentry{max}{27}
-\indexentry{min}{27}
-\indexentry{random}{27}
-\indexentry{incf}{27}
-\indexentry{decf}{28}
-\indexentry{reduce}{28}
-\indexentry{rad2deg}{28}
-\indexentry{deg2rad}{28}
-\indexentry{sin}{28}
-\indexentry{cos}{28}
-\indexentry{tan}{28}
-\indexentry{sinh}{28}
-\indexentry{cosh}{28}
-\indexentry{tanh}{28}
-\indexentry{asin}{28}
-\indexentry{acos}{28}
-\indexentry{atan}{28}
-\indexentry{asinh}{28}
-\indexentry{acosh}{28}
-\indexentry{atanh}{28}
-\indexentry{sqrt}{28}
-\indexentry{log}{28}
-\indexentry{exp}{29}
-\indexentry{expt}{29}
-\indexentry{symbolp}{30}
-\indexentry{symbol-value}{30}
-\indexentry{symbol-function}{30}
-\indexentry{symbol-package}{30}
-\indexentry{symbol-name}{30}
-\indexentry{symbol-plist}{30}
-\indexentry{boundp}{30}
-\indexentry{fboundp}{30}
-\indexentry{makunbound}{30}
-\indexentry{get}{30}
-\indexentry{putprop}{31}
-\indexentry{remprop}{31}
-\indexentry{setq}{31}
-\indexentry{set}{31}
-\indexentry{defun}{31}
-\indexentry{defmacro}{31}
-\indexentry{defvar}{31}
-\indexentry{defparameter}{31}
-\indexentry{defconstant}{31}
-\indexentry{keywordp}{31}
-\indexentry{constantp}{31}
-\indexentry{documentation}{31}
-\indexentry{gensym}{31}
-\indexentry{gentemp}{31}
-\indexentry{i}{32}
-\indexentry{u}{32}
-\indexentry{S}{32}
-\indexentry{*}{32}
-\indexentry{*lisp-package*}{32}
-\indexentry{*user-package*}{32}
-\indexentry{*unix-package*}{32}
-\indexentry{*system-package*}{32}
-\indexentry{*keyword-package*}{32}
-\indexentry{find-symbol}{32}
-\indexentry{make-symbol}{32}
-\indexentry{intern}{32}
-\indexentry{list-all-packages}{32}
-\indexentry{find-package}{32}
-\indexentry{make-package}{33}
-\indexentry{in-package}{33}
-\indexentry{package-name}{33}
-\indexentry{package-nicknames}{33}
-\indexentry{rename-package}{33}
-\indexentry{package-use-list}{33}
-\indexentry{packagep}{33}
-\indexentry{use-package}{33}
-\indexentry{unuse-package}{33}
-\indexentry{shadow}{33}
-\indexentry{export}{33}
-\indexentry{unexport}{33}
-\indexentry{import}{33}
-\indexentry{do-symbols}{33}
-\indexentry{do-external-symbols}{33}
-\indexentry{do-all-symbols}{33}
-\indexentry{elt}{34}
-\indexentry{length}{34}
-\indexentry{l}{34}
-\indexentry{subseq}{34}
-\indexentry{copy-seq}{34}
-\indexentry{reverse}{34}
-\indexentry{nreverse}{34}
-\indexentry{concatenate}{34}
-\indexentry{coerce}{34}
-\indexentry{map}{34}
-\indexentry{fill}{34}
-\indexentry{replace}{34}
-\indexentry{sort}{35}
-\indexentry{merge}{35}
-\indexentry{merge-list}{35}
-\indexentry{position}{35}
-\indexentry{position-if}{35}
-\indexentry{position-if-not}{35}
-\indexentry{find}{35}
-\indexentry{find-if}{35}
-\indexentry{find-if-not}{35}
-\indexentry{count}{35}
-\indexentry{count-if}{35}
-\indexentry{count-if-not}{35}
-\indexentry{remove}{35}
-\indexentry{remove-if}{35}
-\indexentry{remove-if-not}{35}
-\indexentry{remove-duplicates}{36}
-\indexentry{delete}{36}
-\indexentry{delete-if}{36}
-\indexentry{delete-if-not}{36}
-\indexentry{substitute}{36}
-\indexentry{substitute-if}{36}
-\indexentry{substitute-if-not}{36}
-\indexentry{nsubstitute}{36}
-\indexentry{nsubstitute-if}{36}
-\indexentry{nsubstitute-if-not}{36}
-\indexentry{listp}{37}
-\indexentry{consp}{37}
-\indexentry{car}{37}
-\indexentry{cdr}{37}
-\indexentry{cadr}{37}
-\indexentry{cddr}{37}
-\indexentry{cdar}{37}
-\indexentry{caar}{37}
-\indexentry{caddr}{37}
-\indexentry{caadr}{37}
-\indexentry{caaar}{37}
-\indexentry{cdadr}{37}
-\indexentry{cdadr}{37}
-\indexentry{cdaar}{37}
-\indexentry{cdddr}{37}
-\indexentry{cdddr}{37}
-\indexentry{cddar}{37}
-\indexentry{first}{37}
-\indexentry{s}{37}
-\indexentry{nth}{37}
-\indexentry{nthcdr}{37}
-\indexentry{last}{37}
-\indexentry{butlast}{38}
-\indexentry{cons}{38}
-\indexentry{list}{38}
-\indexentry{list*}{38}
-\indexentry{list-length}{38}
-\indexentry{make-list}{38}
-\indexentry{rplaca}{38}
-\indexentry{rplacd}{38}
-\indexentry{memq}{38}
-\indexentry{member}{38}
-\indexentry{assq}{38}
-\indexentry{assoc}{38}
-\indexentry{rassoc}{38}
-\indexentry{pairlis}{38}
-\indexentry{acons}{38}
-\indexentry{append}{38}
-\indexentry{nconc}{38}
-\indexentry{subst}{38}
-\indexentry{flatten}{38}
-\indexentry{push}{39}
-\indexentry{pop}{39}
-\indexentry{pushnew}{39}
-\indexentry{adjoin}{39}
-\indexentry{union}{39}
-\indexentry{subsetp}{39}
-\indexentry{intersection}{39}
-\indexentry{set-difference}{39}
-\indexentry{set-exclusive-or}{39}
-\indexentry{list-insert}{39}
-\indexentry{copy-tree}{39}
-\indexentry{mapc}{39}
-\indexentry{mapcar}{39}
-\indexentry{mapcan}{39}
-\indexentry{array-rank-limit}{40}
-\indexentry{array-dimension-limit}{40}
-\indexentry{vectorp}{40}
-\indexentry{vector}{40}
-\indexentry{make-array}{40}
-\indexentry{svref}{40}
-\indexentry{aref}{40}
-\indexentry{vector-push}{40}
-\indexentry{vector-push-extend}{40}
-\indexentry{arrayp}{40}
-\indexentry{array-total-size}{40}
-\indexentry{fill-pointer}{41}
-\indexentry{array-rank}{41}
-\indexentry{array-dimensions}{41}
-\indexentry{array-dimension}{41}
-\indexentry{bit}{41}
-\indexentry{bit-and}{41}
-\indexentry{bit-ior}{41}
-\indexentry{bit-xor}{41}
-\indexentry{bit-eqv}{41}
-\indexentry{bit-nand}{41}
-\indexentry{bit-nor}{41}
-\indexentry{bit-not}{41}
-\indexentry{digit-char-p}{42}
-\indexentry{alpha-char-p}{42}
-\indexentry{upper-case-p}{42}
-\indexentry{lower-case-p}{42}
-\indexentry{alphanumeric-p}{42}
-\indexentry{char-upcase}{42}
-\indexentry{char-downcase}{42}
-\indexentry{char}{42}
-\indexentry{schar}{42}
-\indexentry{stringp}{42}
-\indexentry{string-upcase}{42}
-\indexentry{string-downcase}{42}
-\indexentry{nstring-upcase}{42}
-\indexentry{nstring-downcase}{42}
-\indexentry{string=}{42}
-\indexentry{string-equal}{42}
-\indexentry{string}{42}
-\indexentry{string$<$}{42}
-\indexentry{string$<=$}{43}
-\indexentry{string$>$}{43}
-\indexentry{string$>=$}{43}
-\indexentry{string-left-trim}{43}
-\indexentry{string-right-trim}{43}
-\indexentry{string-trim}{43}
-\indexentry{substringp}{43}
-\indexentry{make-foreign-string}{43}
-\indexentry{sxhash}{44}
-\indexentry{make-hash-table}{44}
-\indexentry{gethash}{44}
-\indexentry{remhash}{44}
-\indexentry{maphash}{44}
-\indexentry{hash-table-p}{44}
-\indexentry{hash-table}{44}
-\indexentry{:hash-function}{44}
-\indexentry{queue}{45}
-\indexentry{:init}{45}
-\indexentry{:enqueue}{45}
-\indexentry{:dequeue}{45}
-\indexentry{:empty?}{45}
-\indexentry{:length}{45}
-\indexentry{romkan}{46}
-\indexentry{romanji}{46}
-\indexentry{sjis2euc}{46}
-\indexentry{euc2sjis}{46}
-\indexentry{jis2euc}{46}
-\indexentry{kana-date}{46}
-\indexentry{kana-date}{46}
-\indexentry{hira2kata}{46}
-\indexentry{kata2hira}{46}
-\indexentry{iconv-open}{46}
-\indexentry{regmatch}{47}
-\indexentry{base64encode}{47}
-\indexentry{base64decode}{47}
-\indexentry{crypt}{47}
-\indexentry{rcrypt}{47}
-\indexentry{random-string}{47}
-\indexentry{compcrypt}{47}
-\indexentry{time}{48}
-\indexentry{:now}{48}
-\indexentry{:init}{48}
-\indexentry{:make}{48}
-\indexentry{:year}{48}
-\indexentry{:month}{48}
-\indexentry{:day}{48}
-\indexentry{:weekday}{48}
-\indexentry{:hour}{48}
-\indexentry{:minute}{48}
-\indexentry{:second}{48}
-\indexentry{:seconds}{48}
-\indexentry{:year-day}{48}
-\indexentry{:difference}{48}
-\indexentry{:add}{48}
-\indexentry{streamp}{49}
-\indexentry{s}{49}
-\indexentry{i}{49}
-\indexentry{input-stream-p}{49}
-\indexentry{output-stream-p}{49}
-\indexentry{io-stream-p}{49}
-\indexentry{open}{49}
-\indexentry{with-open-file}{49}
-\indexentry{close}{49}
-\indexentry{make-string-input-stream}{49}
-\indexentry{make-string-output-stream}{49}
-\indexentry{get-output-stream-string}{49}
-\indexentry{make-broadcast-stream}{50}
-\indexentry{read}{52}
-\indexentry{read-delimited-list}{52}
-\indexentry{read-line}{53}
-\indexentry{read-char}{53}
-\indexentry{read-from-string}{53}
-\indexentry{m}{53}
-\indexentry{unread-char}{53}
-\indexentry{peek-char}{53}
-\indexentry{y-or-n-p}{53}
-\indexentry{yes-or-no-p}{53}
-\indexentry{readtable-p}{53}
-\indexentry{copy-readtable}{53}
-\indexentry{set-syntax-from-char}{53}
-\indexentry{set-macro-character}{53}
-\indexentry{get-macro-character}{53}
-\indexentry{set-dispatch-macro-character}{53}
-\indexentry{get-dispatch-macro-character}{53}
-\indexentry{print}{54}
-\indexentry{prin1}{54}
-\indexentry{princ}{54}
-\indexentry{terpri}{54}
-\indexentry{finish-output}{54}
-\indexentry{princ-to-string}{54}
-\indexentry{prin1-to-string}{54}
-\indexentry{format}{54}
-\indexentry{pprint}{54}
-\indexentry{print-functions}{54}
-\indexentry{write-byte}{55}
-\indexentry{write-word}{55}
-\indexentry{write-long}{55}
-\indexentry{spaces}{55}
-\indexentry{pf}{55}
-\indexentry{pp-method}{55}
-\indexentry{tprint}{55}
-\indexentry{print-size}{55}
-\indexentry{map-file}{56}
-\indexentry{f}{56}
-\indexentry{make-msgq-input-stream}{56}
-\indexentry{make-msgq-output-stream}{56}
-\indexentry{make-socket-address}{58}
-\indexentry{make-socket-port}{58}
-\indexentry{make-server-socket-stream}{58}
-\indexentry{make-client-socket-stream}{58}
-\indexentry{open-server}{58}
-\indexentry{connect-server}{58}
-\indexentry{select-stream}{58}
-\indexentry{def-async}{58}
-\indexentry{pathnamep}{59}
-\indexentry{pathname}{59}
-\indexentry{pathname-directory}{59}
-\indexentry{pathname-name}{59}
-\indexentry{pathname-type}{59}
-\indexentry{make-pathname}{59}
-\indexentry{merge-pathnames}{59}
-\indexentry{namestring}{59}
-\indexentry{parse-namestring}{59}
-\indexentry{truename}{59}
-\indexentry{url-pathname}{59}
-\indexentry{digits-string}{59}
-\indexentry{sequential-file-name}{59}
-\indexentry{timed-file-name}{60}
-\indexentry{dated-file-name}{60}
-\indexentry{probe-file}{61}
-\indexentry{file-size}{61}
-\indexentry{directory-p}{61}
-\indexentry{find-executable}{61}
-\indexentry{file-write-date}{61}
-\indexentry{file-newer}{61}
-\indexentry{object-file-p}{61}
-\indexentry{directory}{61}
-\indexentry{dir}{61}
-\indexentry{identity}{62}
-\indexentry{eval}{62}
-\indexentry{apply}{62}
-\indexentry{funcall}{62}
-\indexentry{quote}{62}
-\indexentry{function}{62}
-\indexentry{evalhook}{62}
-\indexentry{eval-dynamic}{62}
-\indexentry{macroexpand}{62}
-\indexentry{eval-when}{62}
-\indexentry{the}{63}
-\indexentry{declare}{63}
-\indexentry{i}{63}
-\indexentry{:}{63}
-\indexentry{f}{63}
-\indexentry{:}{63}
-\indexentry{f}{63}
-\indexentry{proclaim}{63}
-\indexentry{warn}{63}
-\indexentry{error}{63}
-\indexentry{install-error-handler}{63}
-\indexentry{-}{64}
-\indexentry{+}{64}
-\indexentry{++}{64}
-\indexentry{+++}{64}
-\indexentry{*}{65}
-\indexentry{**}{65}
-\indexentry{***}{65}
-\indexentry{*prompt-string*}{65}
-\indexentry{*program-name*}{65}
-\indexentry{eustop}{65}
-\indexentry{eussig}{65}
-\indexentry{sigint-handler}{65}
-\indexentry{euserror}{65}
-\indexentry{reset}{65}
-\indexentry{exit}{65}
-\indexentry{*top-selector*}{65}
-\indexentry{h}{65}
-\indexentry{!}{65}
-\indexentry{new-history}{65}
-\indexentry{euscomp}{67}
-\indexentry{compile-file}{67}
-\indexentry{compile}{67}
-\indexentry{compile-file-if-src-newer}{67}
-\indexentry{*optimize*}{67}
-\indexentry{*verbose*}{67}
-\indexentry{*safety*}{67}
-\indexentry{load}{68}
-\indexentry{load-files}{68}
-\indexentry{*modules*}{68}
-\indexentry{provide}{68}
-\indexentry{require}{68}
-\indexentry{system:binload}{69}
-\indexentry{system:txtload}{69}
-\indexentry{describe}{70}
-\indexentry{describe-list}{70}
-\indexentry{inspect}{70}
-\indexentry{more}{70}
-\indexentry{break}{70}
-\indexentry{help}{70}
-\indexentry{apropos}{70}
-\indexentry{apropos-list}{70}
-\indexentry{constants}{70}
-\indexentry{variables}{70}
-\indexentry{functions}{70}
-\indexentry{btrace}{70}
-\indexentry{step-hook}{70}
-\indexentry{step}{70}
-\indexentry{trace}{70}
-\indexentry{untrace}{70}
-\indexentry{timing}{70}
-\indexentry{time}{71}
-\indexentry{sys:list-all-catchers}{71}
-\indexentry{sys:list-all-instances}{71}
-\indexentry{sys:list-all-bindings}{71}
-\indexentry{sys:list-all-special-bindings}{71}
-\indexentry{dump-object}{72}
-\indexentry{dump-structure}{72}
-\indexentry{dump-loadable-structure}{72}
-\indexentry{save}{72}
-\indexentry{save}{72}
-\indexentry{lisp-implementation-type}{73}
-\indexentry{lisp-implementation-version}{73}
-\indexentry{sys:gc}{74}
-\indexentry{sys:*gc-hook*}{75}
-\indexentry{sys:gctime}{75}
-\indexentry{sys:alloc}{75}
-\indexentry{sys:newstack}{75}
-\indexentry{sys:*gc-merge*}{75}
-\indexentry{sys:*gc-margin*}{75}
-\indexentry{sys:reclaim}{75}
-\indexentry{sys:reclaim-tree}{75}
-\indexentry{sys:btrace}{75}
-\indexentry{sys:memory-report}{75}
-\indexentry{sys:room}{75}
-\indexentry{sys:address}{75}
-\indexentry{sys:peek}{75}
-\indexentry{sys:poke}{75}
-\indexentry{sys:list-all-chunks}{76}
-\indexentry{sys:object-size}{76}
-\indexentry{unix:ptimes}{77}
-\indexentry{unix:runtime}{77}
-\indexentry{unix:localtime}{77}
-\indexentry{unix:asctime}{77}
-\indexentry{unix:getpid}{77}
-\indexentry{unix:getppid}{77}
-\indexentry{unix:getpgrp}{77}
-\indexentry{unix:setpgrp}{77}
-\indexentry{unix:getuid}{77}
-\indexentry{unix:geteuid}{77}
-\indexentry{unix:getgid}{77}
-\indexentry{unix:getegid}{77}
-\indexentry{unix:setuid}{77}
-\indexentry{unix:setgid}{77}
-\indexentry{unix:fork}{77}
-\indexentry{unix:vfork}{78}
-\indexentry{unix:exec}{78}
-\indexentry{unix:wait}{78}
-\indexentry{unix:exit}{78}
-\indexentry{sys:*exit-hook*}{78}
-\indexentry{unix:getpriority}{78}
-\indexentry{unix:setpriority}{78}
-\indexentry{unix:getrusage}{78}
-\indexentry{unix:system}{78}
-\indexentry{unix:getenv}{78}
-\indexentry{unix:putenv}{78}
-\indexentry{unix:sleep}{78}
-\indexentry{unix:usleep}{79}
-\indexentry{unix:uread}{79}
-\indexentry{unix:write}{79}
-\indexentry{unix:fcntl}{79}
-\indexentry{unix:ioctl}{79}
-\indexentry{unix:ioctl\_}{79}
-\indexentry{unix:ioctl\_R}{79}
-\indexentry{unix:ioctl\_W}{79}
-\indexentry{unix:ioctl\_WR}{79}
-\indexentry{unix:close}{79}
-\indexentry{unix:dup}{79}
-\indexentry{unix:pipe}{79}
-\indexentry{unix:lseek}{79}
-\indexentry{unix:link}{79}
-\indexentry{unix:unlink}{79}
-\indexentry{unix:mknod}{79}
-\indexentry{unix:access}{79}
-\indexentry{unix:stat}{79}
-\indexentry{unix:chdir}{80}
-\indexentry{unix:getwd}{80}
-\indexentry{unix:chmod}{80}
-\indexentry{unix:chown}{80}
-\indexentry{unix:isatty}{80}
-\indexentry{unix:msgget}{80}
-\indexentry{unix:msgsnd}{80}
-\indexentry{unix:msgrcv}{80}
-\indexentry{unix:socket}{80}
-\indexentry{unix:bind}{80}
-\indexentry{unix:connect}{80}
-\indexentry{unix:listen}{80}
-\indexentry{unix:accept}{80}
-\indexentry{unix:recvfrom}{80}
-\indexentry{unix:sendto}{80}
-\indexentry{unix:getservbyname}{80}
-\indexentry{unix:gethostbyname}{81}
-\indexentry{unix:syserrlist}{81}
-\indexentry{unix:signal}{81}
-\indexentry{unix:kill}{81}
-\indexentry{unix:pause}{81}
-\indexentry{unix:alarm}{81}
-\indexentry{unix:ualarm}{81}
-\indexentry{unix:getitimer}{81}
-\indexentry{unix:setitimer}{81}
-\indexentry{unix:select}{81}
-\indexentry{unix:select-read-fd}{81}
-\indexentry{unix:thr-self}{82}
-\indexentry{unix:thr-getprio}{82}
-\indexentry{unix:thr-setprio}{82}
-\indexentry{unix:thr-getconcurrency}{82}
-\indexentry{unix:thr-setconcurrency}{82}
-\indexentry{unix:thr-create}{82}
-\indexentry{unix:malloc}{82}
-\indexentry{unix:free}{82}
-\indexentry{unix:valloc}{82}
-\indexentry{unix:mmap}{82}
-\indexentry{unix:munmap}{82}
-\indexentry{unix:vadvise}{82}
-\indexentry{unix:tiocgetp}{83}
-\indexentry{unix:tiocsetp}{83}
-\indexentry{unix:tiocsetn}{83}
-\indexentry{unix:tiocgetd}{83}
-\indexentry{unix:tiocflush}{83}
-\indexentry{unix:tiocgpgrp}{83}
-\indexentry{unix:tiocspgrp}{83}
-\indexentry{unix:tiocoutq}{83}
-\indexentry{unix:fionread}{83}
+\indexentry{:cid}{23}
+\indexentry{:subclasses}{23}
+\indexentry{:hierarchy}{23}
+\indexentry{find-method}{23}
+\indexentry{most-positive-fixnum}{24}
+\indexentry{most-negative-fixnum}{24}
+\indexentry{short-float-epsilon}{24}
+\indexentry{single-float-epsilon}{24}
+\indexentry{long-float-epsilon}{24}
+\indexentry{pi}{24}
+\indexentry{2pi}{24}
+\indexentry{pi/2}{24}
+\indexentry{-pi}{24}
+\indexentry{-2pi}{24}
+\indexentry{-pi/2}{24}
+\indexentry{numberp}{24}
+\indexentry{integerp}{24}
+\indexentry{floatp}{24}
+\indexentry{zerop}{24}
+\indexentry{plusp}{24}
+\indexentry{minusp}{24}
+\indexentry{oddp}{24}
+\indexentry{evenp}{25}
+\indexentry{/=}{25}
+\indexentry{=}{25}
+\indexentry{$>$}{25}
+\indexentry{$<$}{25}
+\indexentry{$>=$}{25}
+\indexentry{$<=$}{25}
+\indexentry{mod}{25}
+\indexentry{1-}{25}
+\indexentry{1+}{25}
+\indexentry{logand}{25}
+\indexentry{logior}{25}
+\indexentry{logxor}{25}
+\indexentry{logeqv}{25}
+\indexentry{lognand}{25}
+\indexentry{lognor}{25}
+\indexentry{lognot}{25}
+\indexentry{logtest}{25}
+\indexentry{logbitp}{26}
+\indexentry{ash}{26}
+\indexentry{ldb}{26}
+\indexentry{dpb}{26}
+\indexentry{+}{26}
+\indexentry{-}{26}
+\indexentry{*}{26}
+\indexentry{/}{26}
+\indexentry{abs}{26}
+\indexentry{round}{26}
+\indexentry{floor}{26}
+\indexentry{ceiling}{26}
+\indexentry{truncate}{26}
+\indexentry{float}{26}
+\indexentry{max}{26}
+\indexentry{min}{26}
+\indexentry{random}{26}
+\indexentry{incf}{26}
+\indexentry{decf}{27}
+\indexentry{reduce}{27}
+\indexentry{rad2deg}{27}
+\indexentry{deg2rad}{27}
+\indexentry{sin}{27}
+\indexentry{cos}{27}
+\indexentry{tan}{27}
+\indexentry{sinh}{27}
+\indexentry{cosh}{27}
+\indexentry{tanh}{27}
+\indexentry{asin}{27}
+\indexentry{acos}{27}
+\indexentry{atan}{27}
+\indexentry{asinh}{27}
+\indexentry{acosh}{27}
+\indexentry{atanh}{27}
+\indexentry{sqrt}{27}
+\indexentry{log}{27}
+\indexentry{exp}{28}
+\indexentry{expt}{28}
+\indexentry{symbolp}{29}
+\indexentry{symbol-value}{29}
+\indexentry{symbol-function}{29}
+\indexentry{symbol-package}{29}
+\indexentry{symbol-name}{29}
+\indexentry{symbol-plist}{29}
+\indexentry{boundp}{29}
+\indexentry{fboundp}{29}
+\indexentry{makunbound}{29}
+\indexentry{get}{29}
+\indexentry{putprop}{30}
+\indexentry{remprop}{30}
+\indexentry{setq}{30}
+\indexentry{set}{30}
+\indexentry{defun}{30}
+\indexentry{defmacro}{30}
+\indexentry{defvar}{30}
+\indexentry{defparameter}{30}
+\indexentry{defconstant}{30}
+\indexentry{keywordp}{30}
+\indexentry{constantp}{30}
+\indexentry{documentation}{30}
+\indexentry{gensym}{30}
+\indexentry{gentemp}{30}
+\indexentry{i}{31}
+\indexentry{u}{31}
+\indexentry{S}{31}
+\indexentry{*}{31}
+\indexentry{*lisp-package*}{31}
+\indexentry{*user-package*}{31}
+\indexentry{*unix-package*}{31}
+\indexentry{*system-package*}{31}
+\indexentry{*keyword-package*}{31}
+\indexentry{find-symbol}{31}
+\indexentry{make-symbol}{31}
+\indexentry{intern}{31}
+\indexentry{list-all-packages}{31}
+\indexentry{find-package}{31}
+\indexentry{make-package}{32}
+\indexentry{in-package}{32}
+\indexentry{package-name}{32}
+\indexentry{package-nicknames}{32}
+\indexentry{rename-package}{32}
+\indexentry{package-use-list}{32}
+\indexentry{packagep}{32}
+\indexentry{use-package}{32}
+\indexentry{unuse-package}{32}
+\indexentry{shadow}{32}
+\indexentry{export}{32}
+\indexentry{unexport}{32}
+\indexentry{import}{32}
+\indexentry{do-symbols}{32}
+\indexentry{do-external-symbols}{32}
+\indexentry{do-all-symbols}{32}
+\indexentry{elt}{33}
+\indexentry{length}{33}
+\indexentry{l}{33}
+\indexentry{subseq}{33}
+\indexentry{copy-seq}{33}
+\indexentry{reverse}{33}
+\indexentry{nreverse}{33}
+\indexentry{concatenate}{33}
+\indexentry{coerce}{33}
+\indexentry{map}{33}
+\indexentry{fill}{33}
+\indexentry{replace}{33}
+\indexentry{sort}{34}
+\indexentry{merge}{34}
+\indexentry{merge-list}{34}
+\indexentry{position}{34}
+\indexentry{position-if}{34}
+\indexentry{position-if-not}{34}
+\indexentry{find}{34}
+\indexentry{find-if}{34}
+\indexentry{find-if-not}{34}
+\indexentry{count}{34}
+\indexentry{count-if}{34}
+\indexentry{count-if-not}{34}
+\indexentry{remove}{34}
+\indexentry{remove-if}{34}
+\indexentry{remove-if-not}{34}
+\indexentry{remove-duplicates}{35}
+\indexentry{delete}{35}
+\indexentry{delete-if}{35}
+\indexentry{delete-if-not}{35}
+\indexentry{substitute}{35}
+\indexentry{substitute-if}{35}
+\indexentry{substitute-if-not}{35}
+\indexentry{nsubstitute}{35}
+\indexentry{nsubstitute-if}{35}
+\indexentry{nsubstitute-if-not}{35}
+\indexentry{listp}{36}
+\indexentry{consp}{36}
+\indexentry{car}{36}
+\indexentry{cdr}{36}
+\indexentry{cadr}{36}
+\indexentry{cddr}{36}
+\indexentry{cdar}{36}
+\indexentry{caar}{36}
+\indexentry{caddr}{36}
+\indexentry{caadr}{36}
+\indexentry{caaar}{36}
+\indexentry{cdadr}{36}
+\indexentry{cdadr}{36}
+\indexentry{cdaar}{36}
+\indexentry{cdddr}{36}
+\indexentry{cdddr}{36}
+\indexentry{cddar}{36}
+\indexentry{first}{36}
+\indexentry{s}{36}
+\indexentry{nth}{36}
+\indexentry{nthcdr}{36}
+\indexentry{last}{36}
+\indexentry{butlast}{37}
+\indexentry{cons}{37}
+\indexentry{list}{37}
+\indexentry{list*}{37}
+\indexentry{list-length}{37}
+\indexentry{make-list}{37}
+\indexentry{rplaca}{37}
+\indexentry{rplacd}{37}
+\indexentry{memq}{37}
+\indexentry{member}{37}
+\indexentry{assq}{37}
+\indexentry{assoc}{37}
+\indexentry{rassoc}{37}
+\indexentry{pairlis}{37}
+\indexentry{acons}{37}
+\indexentry{append}{37}
+\indexentry{nconc}{37}
+\indexentry{subst}{37}
+\indexentry{flatten}{37}
+\indexentry{push}{38}
+\indexentry{pop}{38}
+\indexentry{pushnew}{38}
+\indexentry{adjoin}{38}
+\indexentry{union}{38}
+\indexentry{subsetp}{38}
+\indexentry{intersection}{38}
+\indexentry{set-difference}{38}
+\indexentry{set-exclusive-or}{38}
+\indexentry{list-insert}{38}
+\indexentry{copy-tree}{38}
+\indexentry{mapc}{38}
+\indexentry{mapcar}{38}
+\indexentry{mapcan}{38}
+\indexentry{array-rank-limit}{39}
+\indexentry{array-dimension-limit}{39}
+\indexentry{vectorp}{39}
+\indexentry{vector}{39}
+\indexentry{make-array}{39}
+\indexentry{svref}{39}
+\indexentry{aref}{39}
+\indexentry{vector-push}{39}
+\indexentry{vector-push-extend}{39}
+\indexentry{arrayp}{39}
+\indexentry{array-total-size}{39}
+\indexentry{fill-pointer}{40}
+\indexentry{array-rank}{40}
+\indexentry{array-dimensions}{40}
+\indexentry{array-dimension}{40}
+\indexentry{bit}{40}
+\indexentry{bit-and}{40}
+\indexentry{bit-ior}{40}
+\indexentry{bit-xor}{40}
+\indexentry{bit-eqv}{40}
+\indexentry{bit-nand}{40}
+\indexentry{bit-nor}{40}
+\indexentry{bit-not}{40}
+\indexentry{digit-char-p}{41}
+\indexentry{alpha-char-p}{41}
+\indexentry{upper-case-p}{41}
+\indexentry{lower-case-p}{41}
+\indexentry{alphanumeric-p}{41}
+\indexentry{char-upcase}{41}
+\indexentry{char-downcase}{41}
+\indexentry{char}{41}
+\indexentry{schar}{41}
+\indexentry{stringp}{41}
+\indexentry{string-upcase}{41}
+\indexentry{string-downcase}{41}
+\indexentry{nstring-upcase}{41}
+\indexentry{nstring-downcase}{41}
+\indexentry{string=}{41}
+\indexentry{string-equal}{41}
+\indexentry{string}{41}
+\indexentry{string$<$}{41}
+\indexentry{string$<=$}{42}
+\indexentry{string$>$}{42}
+\indexentry{string$>=$}{42}
+\indexentry{string-left-trim}{42}
+\indexentry{string-right-trim}{42}
+\indexentry{string-trim}{42}
+\indexentry{substringp}{42}
+\indexentry{make-foreign-string}{42}
+\indexentry{sxhash}{43}
+\indexentry{make-hash-table}{43}
+\indexentry{gethash}{43}
+\indexentry{remhash}{43}
+\indexentry{maphash}{43}
+\indexentry{hash-table-p}{43}
+\indexentry{hash-table}{43}
+\indexentry{:hash-function}{43}
+\indexentry{queue}{44}
+\indexentry{:init}{44}
+\indexentry{:enqueue}{44}
+\indexentry{:dequeue}{44}
+\indexentry{:empty?}{44}
+\indexentry{:length}{44}
+\indexentry{romkan}{45}
+\indexentry{romanji}{45}
+\indexentry{sjis2euc}{45}
+\indexentry{euc2sjis}{45}
+\indexentry{jis2euc}{45}
+\indexentry{kana-date}{45}
+\indexentry{kana-date}{45}
+\indexentry{hira2kata}{45}
+\indexentry{kata2hira}{45}
+\indexentry{iconv-open}{45}
+\indexentry{regmatch}{46}
+\indexentry{base64encode}{46}
+\indexentry{base64decode}{46}
+\indexentry{crypt}{46}
+\indexentry{rcrypt}{46}
+\indexentry{random-string}{46}
+\indexentry{compcrypt}{46}
+\indexentry{time}{47}
+\indexentry{:now}{47}
+\indexentry{:init}{47}
+\indexentry{:make}{47}
+\indexentry{:year}{47}
+\indexentry{:month}{47}
+\indexentry{:day}{47}
+\indexentry{:weekday}{47}
+\indexentry{:hour}{47}
+\indexentry{:minute}{47}
+\indexentry{:second}{47}
+\indexentry{:seconds}{47}
+\indexentry{:year-day}{47}
+\indexentry{:difference}{47}
+\indexentry{:add}{47}
+\indexentry{streamp}{48}
+\indexentry{s}{48}
+\indexentry{i}{48}
+\indexentry{input-stream-p}{48}
+\indexentry{output-stream-p}{48}
+\indexentry{io-stream-p}{48}
+\indexentry{open}{48}
+\indexentry{with-open-file}{48}
+\indexentry{close}{48}
+\indexentry{make-string-input-stream}{48}
+\indexentry{make-string-output-stream}{48}
+\indexentry{get-output-stream-string}{48}
+\indexentry{make-broadcast-stream}{49}
+\indexentry{read}{51}
+\indexentry{read-delimited-list}{51}
+\indexentry{read-line}{52}
+\indexentry{read-char}{52}
+\indexentry{read-from-string}{52}
+\indexentry{m}{52}
+\indexentry{unread-char}{52}
+\indexentry{peek-char}{52}
+\indexentry{y-or-n-p}{52}
+\indexentry{yes-or-no-p}{52}
+\indexentry{readtable-p}{52}
+\indexentry{copy-readtable}{52}
+\indexentry{set-syntax-from-char}{52}
+\indexentry{set-macro-character}{52}
+\indexentry{get-macro-character}{52}
+\indexentry{set-dispatch-macro-character}{52}
+\indexentry{get-dispatch-macro-character}{52}
+\indexentry{print}{53}
+\indexentry{prin1}{53}
+\indexentry{princ}{53}
+\indexentry{terpri}{53}
+\indexentry{finish-output}{53}
+\indexentry{princ-to-string}{53}
+\indexentry{prin1-to-string}{53}
+\indexentry{format}{53}
+\indexentry{pprint}{53}
+\indexentry{print-functions}{53}
+\indexentry{write-byte}{54}
+\indexentry{write-word}{54}
+\indexentry{write-long}{54}
+\indexentry{spaces}{54}
+\indexentry{pf}{54}
+\indexentry{pp-method}{54}
+\indexentry{tprint}{54}
+\indexentry{print-size}{54}
+\indexentry{map-file}{55}
+\indexentry{f}{55}
+\indexentry{make-msgq-input-stream}{55}
+\indexentry{make-msgq-output-stream}{55}
+\indexentry{make-socket-address}{57}
+\indexentry{make-socket-port}{57}
+\indexentry{make-server-socket-stream}{57}
+\indexentry{make-client-socket-stream}{57}
+\indexentry{open-server}{57}
+\indexentry{connect-server}{57}
+\indexentry{select-stream}{57}
+\indexentry{def-async}{57}
+\indexentry{pathnamep}{58}
+\indexentry{pathname}{58}
+\indexentry{pathname-directory}{58}
+\indexentry{pathname-name}{58}
+\indexentry{pathname-type}{58}
+\indexentry{make-pathname}{58}
+\indexentry{merge-pathnames}{58}
+\indexentry{namestring}{58}
+\indexentry{parse-namestring}{58}
+\indexentry{truename}{58}
+\indexentry{url-pathname}{58}
+\indexentry{digits-string}{58}
+\indexentry{sequential-file-name}{58}
+\indexentry{timed-file-name}{59}
+\indexentry{dated-file-name}{59}
+\indexentry{probe-file}{60}
+\indexentry{file-size}{60}
+\indexentry{directory-p}{60}
+\indexentry{find-executable}{60}
+\indexentry{file-write-date}{60}
+\indexentry{file-newer}{60}
+\indexentry{object-file-p}{60}
+\indexentry{directory}{60}
+\indexentry{dir}{60}
+\indexentry{identity}{61}
+\indexentry{eval}{61}
+\indexentry{apply}{61}
+\indexentry{funcall}{61}
+\indexentry{quote}{61}
+\indexentry{function}{61}
+\indexentry{evalhook}{61}
+\indexentry{eval-dynamic}{61}
+\indexentry{macroexpand}{61}
+\indexentry{eval-when}{61}
+\indexentry{the}{62}
+\indexentry{declare}{62}
+\indexentry{i}{62}
+\indexentry{:}{62}
+\indexentry{f}{62}
+\indexentry{:}{62}
+\indexentry{f}{62}
+\indexentry{proclaim}{62}
+\indexentry{warn}{62}
+\indexentry{error}{62}
+\indexentry{install-error-handler}{62}
+\indexentry{-}{63}
+\indexentry{+}{63}
+\indexentry{++}{63}
+\indexentry{+++}{63}
+\indexentry{*}{64}
+\indexentry{**}{64}
+\indexentry{***}{64}
+\indexentry{*prompt-string*}{64}
+\indexentry{*program-name*}{64}
+\indexentry{eustop}{64}
+\indexentry{eussig}{64}
+\indexentry{sigint-handler}{64}
+\indexentry{euserror}{64}
+\indexentry{reset}{64}
+\indexentry{exit}{64}
+\indexentry{*top-selector*}{64}
+\indexentry{h}{64}
+\indexentry{!}{64}
+\indexentry{new-history}{64}
+\indexentry{euscomp}{66}
+\indexentry{compile-file}{66}
+\indexentry{compile}{66}
+\indexentry{compile-file-if-src-newer}{66}
+\indexentry{*optimize*}{66}
+\indexentry{*verbose*}{66}
+\indexentry{*safety*}{66}
+\indexentry{load}{67}
+\indexentry{load-files}{67}
+\indexentry{*modules*}{67}
+\indexentry{provide}{67}
+\indexentry{require}{67}
+\indexentry{system:binload}{68}
+\indexentry{system:txtload}{68}
+\indexentry{describe}{69}
+\indexentry{describe-list}{69}
+\indexentry{inspect}{69}
+\indexentry{more}{69}
+\indexentry{break}{69}
+\indexentry{help}{69}
+\indexentry{apropos}{69}
+\indexentry{apropos-list}{69}
+\indexentry{constants}{69}
+\indexentry{variables}{69}
+\indexentry{functions}{69}
+\indexentry{btrace}{69}
+\indexentry{step-hook}{69}
+\indexentry{step}{69}
+\indexentry{trace}{69}
+\indexentry{untrace}{69}
+\indexentry{timing}{69}
+\indexentry{time}{70}
+\indexentry{sys:list-all-catchers}{70}
+\indexentry{sys:list-all-instances}{70}
+\indexentry{sys:list-all-bindings}{70}
+\indexentry{sys:list-all-special-bindings}{70}
+\indexentry{dump-object}{71}
+\indexentry{dump-structure}{71}
+\indexentry{dump-loadable-structure}{71}
+\indexentry{save}{71}
+\indexentry{save}{71}
+\indexentry{lisp-implementation-type}{72}
+\indexentry{lisp-implementation-version}{72}
+\indexentry{sys:gc}{73}
+\indexentry{sys:*gc-hook*}{74}
+\indexentry{sys:gctime}{74}
+\indexentry{sys:alloc}{74}
+\indexentry{sys:newstack}{74}
+\indexentry{sys:*gc-merge*}{74}
+\indexentry{sys:*gc-margin*}{74}
+\indexentry{sys:reclaim}{74}
+\indexentry{sys:reclaim-tree}{74}
+\indexentry{sys:btrace}{74}
+\indexentry{sys:memory-report}{74}
+\indexentry{sys:room}{74}
+\indexentry{sys:address}{74}
+\indexentry{sys:peek}{74}
+\indexentry{sys:poke}{74}
+\indexentry{sys:list-all-chunks}{75}
+\indexentry{sys:object-size}{75}
+\indexentry{unix:ptimes}{76}
+\indexentry{unix:runtime}{76}
+\indexentry{unix:localtime}{76}
+\indexentry{unix:asctime}{76}
+\indexentry{unix:getpid}{76}
+\indexentry{unix:getppid}{76}
+\indexentry{unix:getpgrp}{76}
+\indexentry{unix:setpgrp}{76}
+\indexentry{unix:getuid}{76}
+\indexentry{unix:geteuid}{76}
+\indexentry{unix:getgid}{76}
+\indexentry{unix:getegid}{76}
+\indexentry{unix:setuid}{76}
+\indexentry{unix:setgid}{76}
+\indexentry{unix:fork}{76}
+\indexentry{unix:vfork}{77}
+\indexentry{unix:exec}{77}
+\indexentry{unix:wait}{77}
+\indexentry{unix:exit}{77}
+\indexentry{sys:*exit-hook*}{77}
+\indexentry{unix:getpriority}{77}
+\indexentry{unix:setpriority}{77}
+\indexentry{unix:getrusage}{77}
+\indexentry{unix:system}{77}
+\indexentry{unix:getenv}{77}
+\indexentry{unix:putenv}{77}
+\indexentry{unix:sleep}{77}
+\indexentry{unix:usleep}{78}
+\indexentry{unix:uread}{78}
+\indexentry{unix:write}{78}
+\indexentry{unix:fcntl}{78}
+\indexentry{unix:ioctl}{78}
+\indexentry{unix:ioctl\_}{78}
+\indexentry{unix:ioctl\_R}{78}
+\indexentry{unix:ioctl\_W}{78}
+\indexentry{unix:ioctl\_WR}{78}
+\indexentry{unix:close}{78}
+\indexentry{unix:dup}{78}
+\indexentry{unix:pipe}{78}
+\indexentry{unix:lseek}{78}
+\indexentry{unix:link}{78}
+\indexentry{unix:unlink}{78}
+\indexentry{unix:mknod}{78}
+\indexentry{unix:access}{78}
+\indexentry{unix:stat}{78}
+\indexentry{unix:chdir}{79}
+\indexentry{unix:getwd}{79}
+\indexentry{unix:chmod}{79}
+\indexentry{unix:chown}{79}
+\indexentry{unix:isatty}{79}
+\indexentry{unix:msgget}{79}
+\indexentry{unix:msgsnd}{79}
+\indexentry{unix:msgrcv}{79}
+\indexentry{unix:socket}{79}
+\indexentry{unix:bind}{79}
+\indexentry{unix:connect}{79}
+\indexentry{unix:listen}{79}
+\indexentry{unix:accept}{79}
+\indexentry{unix:recvfrom}{79}
+\indexentry{unix:sendto}{79}
+\indexentry{unix:getservbyname}{79}
+\indexentry{unix:gethostbyname}{80}
+\indexentry{unix:syserrlist}{80}
+\indexentry{unix:signal}{80}
+\indexentry{unix:kill}{80}
+\indexentry{unix:pause}{80}
+\indexentry{unix:alarm}{80}
+\indexentry{unix:ualarm}{80}
+\indexentry{unix:getitimer}{80}
+\indexentry{unix:setitimer}{80}
+\indexentry{unix:select}{80}
+\indexentry{unix:select-read-fd}{80}
+\indexentry{unix:thr-self}{81}
+\indexentry{unix:thr-getprio}{81}
+\indexentry{unix:thr-setprio}{81}
+\indexentry{unix:thr-getconcurrency}{81}
+\indexentry{unix:thr-setconcurrency}{81}
+\indexentry{unix:thr-create}{81}
+\indexentry{unix:malloc}{81}
+\indexentry{unix:free}{81}
+\indexentry{unix:valloc}{81}
+\indexentry{unix:mmap}{81}
+\indexentry{unix:munmap}{81}
+\indexentry{unix:vadvise}{81}
+\indexentry{unix:tiocgetp}{82}
+\indexentry{unix:tiocsetp}{82}
+\indexentry{unix:tiocsetn}{82}
+\indexentry{unix:tiocgetd}{82}
+\indexentry{unix:tiocflush}{82}
+\indexentry{unix:tiocgpgrp}{82}
+\indexentry{unix:tiocspgrp}{82}
+\indexentry{unix:tiocoutq}{82}
+\indexentry{unix:fionread}{82}
+\indexentry{unix:tiocsetc}{82}
+\indexentry{unix:tioclbis}{82}
+\indexentry{unix:tioclbic}{82}
+\indexentry{unix:tioclset}{82}
+\indexentry{unix:tioclget}{82}
+\indexentry{unix:tcseta}{82}
+\indexentry{unix:tcsets}{82}
+\indexentry{unix:tcsetsw}{82}
+\indexentry{unix:tcsetsf}{82}
\indexentry{unix:tiocsetc}{83}
-\indexentry{unix:tioclbis}{83}
-\indexentry{unix:tioclbic}{83}
-\indexentry{unix:tioclset}{83}
-\indexentry{unix:tioclget}{83}
-\indexentry{unix:tcseta}{83}
-\indexentry{unix:tcsets}{83}
-\indexentry{unix:tcsetsw}{83}
-\indexentry{unix:tcsetsf}{83}
-\indexentry{unix:tiocsetc}{84}
-\indexentry{unix:tcsetaf}{84}
-\indexentry{unix:tcsetaw}{84}
-\indexentry{unix:tcgeta}{84}
-\indexentry{unix:tcgets}{84}
-\indexentry{unix:tcgetattr}{84}
-\indexentry{unix:tcsetattr}{84}
-\indexentry{dbm-open}{84}
-\indexentry{dbm-store}{84}
-\indexentry{dbm-fetch}{84}
-\indexentry{cd}{85}
-\indexentry{ez}{85}
-\indexentry{piped-fork}{85}
-\indexentry{xfork}{85}
-\indexentry{rusage}{85}
-\indexentry{load-foreign}{88}
-\indexentry{defforeign}{89}
-\indexentry{defun-c-callable}{89}
-\indexentry{f}{89}
-\indexentry{pod-address}{89}
-\indexentry{array-entity}{89}
-\indexentry{float2double}{89}
-\indexentry{double2float}{89}
-\indexentry{sys:make-thread}{94}
-\indexentry{sys:*threads*}{95}
-\indexentry{sys::free-threads}{95}
-\indexentry{sys:thread}{95}
-\indexentry{sys:thread-no-wait}{95}
-\indexentry{sys:wait-thread}{95}
-\indexentry{sys:plist}{95}
-\indexentry{sys:make-mutex-lock}{95}
-\indexentry{sys:mutex-lock}{95}
-\indexentry{sys:mutex-unlock}{95}
-\indexentry{sys:mutex}{95}
-\indexentry{sys:make-cond}{96}
-\indexentry{sys:cond-wait}{96}
-\indexentry{sys:cond-signal}{96}
-\indexentry{sys:make-semaphore}{96}
-\indexentry{sys:sema-post}{96}
-\indexentry{sys:sema-wait}{96}
-\indexentry{sys:barrier-synch}{96}
+\indexentry{unix:tcsetaf}{83}
+\indexentry{unix:tcsetaw}{83}
+\indexentry{unix:tcgeta}{83}
+\indexentry{unix:tcgets}{83}
+\indexentry{unix:tcgetattr}{83}
+\indexentry{unix:tcsetattr}{83}
+\indexentry{dbm-open}{83}
+\indexentry{dbm-store}{83}
+\indexentry{dbm-fetch}{83}
+\indexentry{cd}{84}
+\indexentry{ez}{84}
+\indexentry{piped-fork}{84}
+\indexentry{xfork}{84}
+\indexentry{rusage}{84}
+\indexentry{load-foreign}{87}
+\indexentry{defforeign}{88}
+\indexentry{defun-c-callable}{88}
+\indexentry{f}{88}
+\indexentry{pod-address}{88}
+\indexentry{array-entity}{88}
+\indexentry{float2double}{88}
+\indexentry{double2float}{88}
+\indexentry{sys:make-thread}{93}
+\indexentry{sys:*threads*}{94}
+\indexentry{sys::free-threads}{94}
+\indexentry{sys:thread}{94}
+\indexentry{sys:thread-no-wait}{94}
+\indexentry{sys:wait-thread}{94}
+\indexentry{sys:plist}{94}
+\indexentry{sys:make-mutex-lock}{94}
+\indexentry{sys:mutex-lock}{94}
+\indexentry{sys:mutex-unlock}{94}
+\indexentry{sys:mutex}{94}
+\indexentry{sys:make-cond}{95}
+\indexentry{sys:cond-wait}{95}
+\indexentry{sys:cond-signal}{95}
+\indexentry{sys:make-semaphore}{95}
+\indexentry{sys:sema-post}{95}
+\indexentry{sys:sema-wait}{95}
+\indexentry{sys:barrier-synch}{95}
+\indexentry{:init}{95}
+\indexentry{:add}{95}
+\indexentry{:remove}{95}
+\indexentry{:wait}{95}
+\indexentry{sys:synch-memory-port}{95}
+\indexentry{:read}{96}
+\indexentry{:write}{96}
\indexentry{:init}{96}
-\indexentry{:add}{96}
-\indexentry{:remove}{96}
-\indexentry{:wait}{96}
-\indexentry{sys:synch-memory-port}{96}
-\indexentry{:read}{97}
-\indexentry{:write}{97}
-\indexentry{:init}{97}
-\indexentry{float-vector}{98}
-\indexentry{float-vector-p}{98}
-\indexentry{v+}{98}
-\indexentry{v-}{98}
-\indexentry{v.}{98}
-\indexentry{v*}{98}
-\indexentry{v.*}{98}
-\indexentry{v$<$}{98}
-\indexentry{v$>$}{98}
-\indexentry{vmin}{98}
-\indexentry{vmax}{98}
-\indexentry{minimal-box}{98}
-\indexentry{scale}{98}
-\indexentry{norm}{98}
-\indexentry{norm2}{98}
-\indexentry{normalize-vector}{98}
-\indexentry{distance}{98}
-\indexentry{distance2}{99}
-\indexentry{homo2normal}{99}
-\indexentry{homogenize}{99}
-\indexentry{midpoint}{99}
-\indexentry{rotate-vector}{99}
-\indexentry{matrix}{99}
-\indexentry{make-matrix}{99}
-\indexentry{matrixp}{99}
-\indexentry{matrix-row}{99}
-\indexentry{matrix-column}{100}
-\indexentry{m*}{100}
-\indexentry{transpose}{100}
-\indexentry{unit-matrix}{100}
-\indexentry{replace-matrix}{100}
-\indexentry{scale-matrix}{100}
-\indexentry{copy-matrix}{100}
-\indexentry{transform}{100}
-\indexentry{transform}{100}
-\indexentry{rotate-matrix}{100}
-\indexentry{rotation-matrix}{100}
-\indexentry{rotation-angle}{100}
-\indexentry{rpy-matrix}{100}
-\indexentry{rpy-angle}{100}
-\indexentry{Euler-matrix}{100}
-\indexentry{Euler-angle}{100}
-\indexentry{lu-decompose}{101}
-\indexentry{lu-solve}{101}
-\indexentry{lu-determinant}{101}
-\indexentry{simultaneous-equation}{101}
-\indexentry{inverse-matrix}{101}
-\indexentry{pseudo-inverse}{101}
-\indexentry{coordinates}{102}
-\indexentry{coordinates-p}{102}
-\indexentry{:rot}{102}
-\indexentry{:pos}{102}
-\indexentry{:newcoords}{102}
-\indexentry{:replace-coords}{102}
-\indexentry{:coords}{102}
-\indexentry{:copy-coords}{102}
-\indexentry{:reset-coords}{102}
-\indexentry{:worldpos}{102}
-\indexentry{:worldrot}{102}
-\indexentry{:worldcoords}{102}
-\indexentry{:copy-worldcoords}{102}
-\indexentry{:rotate-vector}{102}
-\indexentry{:transform-vector}{102}
-\indexentry{:inverse-transform-vector}{103}
-\indexentry{:transform}{103}
-\indexentry{:move-to}{103}
-\indexentry{:translate}{103}
-\indexentry{:locate}{103}
-\indexentry{:rotate}{103}
-\indexentry{:orient}{103}
-\indexentry{:inverse-transformation}{103}
-\indexentry{:transformation}{103}
-\indexentry{:Euler}{103}
-\indexentry{:roll-pitch-yaw}{103}
-\indexentry{:4x4}{103}
-\indexentry{:init}{103}
-\indexentry{cascaded-coords}{104}
-\indexentry{c}{104}
-\indexentry{:inheritance}{104}
-\indexentry{:assoc}{104}
-\indexentry{:dissoc}{104}
-\indexentry{:changed}{104}
-\indexentry{:update}{104}
-\indexentry{:worldcoords}{104}
-\indexentry{:worldpos}{105}
-\indexentry{:worldrot}{105}
-\indexentry{:transform-vector}{105}
-\indexentry{:inverse-transform-vector}{105}
-\indexentry{:inverse-transformation}{105}
-\indexentry{:transform}{105}
-\indexentry{:translate}{105}
-\indexentry{:locate}{105}
-\indexentry{:rotate}{105}
-\indexentry{:orient}{105}
-\indexentry{make-coords}{105}
-\indexentry{make-cascoords}{105}
-\indexentry{coords}{105}
-\indexentry{cascoords}{105}
-\indexentry{transform-coords}{105}
-\indexentry{transform-coords*}{105}
-\indexentry{wrt}{105}
-\indexentry{B}{106}
-\indexentry{vplus}{106}
-\indexentry{vector-mean}{106}
-\indexentry{triangle}{106}
-\indexentry{triangle-normal}{107}
-\indexentry{vector-angle}{107}
-\indexentry{face-normal-vector}{107}
-\indexentry{farthest}{107}
-\indexentry{farthest-pair}{107}
-\indexentry{maxindex}{107}
-\indexentry{random-vector}{107}
-\indexentry{random-normalized-vector}{107}
-\indexentry{random-vectors}{107}
-\indexentry{line-intersection}{107}
-\indexentry{collinear-p}{107}
-\indexentry{find-coplanar-vertices}{107}
-\indexentry{find-connecting-edge}{107}
-\indexentry{make-vertex-edge-htab}{107}
-\indexentry{left-points}{107}
-\indexentry{right-points}{107}
-\indexentry{left-most-point}{107}
-\indexentry{right-most-point}{108}
-\indexentry{eps=}{108}
-\indexentry{eps$<$}{108}
-\indexentry{eps$<=$}{108}
-\indexentry{eps$>$}{108}
-\indexentry{eps$>=$}{108}
-\indexentry{bounding-box}{108}
-\indexentry{:box}{108}
-\indexentry{:volume}{108}
-\indexentry{:grow}{108}
-\indexentry{:inner}{108}
-\indexentry{:intersection}{108}
-\indexentry{:union}{108}
-\indexentry{:intersectionp}{108}
-\indexentry{:extreme-point}{108}
-\indexentry{:corners}{108}
-\indexentry{:below}{108}
-\indexentry{:body}{108}
-\indexentry{:init}{109}
-\indexentry{make-bounding-box}{109}
-\indexentry{bounding-box-union}{109}
-\indexentry{bounding-box-intersection}{109}
-\indexentry{line}{110}
-\indexentry{:vertices}{110}
-\indexentry{:point}{110}
-\indexentry{:parameter}{110}
-\indexentry{:direction}{110}
-\indexentry{:end-point}{110}
-\indexentry{:box}{110}
-\indexentry{:boxtest}{110}
-\indexentry{:length}{110}
-\indexentry{:distance}{110}
-\indexentry{:foot}{110}
-\indexentry{:common-perpendicular}{110}
-\indexentry{:project}{110}
-\indexentry{:collinear-point}{110}
-\indexentry{:on-line-point}{110}
-\indexentry{:collinear-line}{111}
-\indexentry{:coplanar}{111}
-\indexentry{:intersection}{111}
-\indexentry{:intersect-line}{111}
-\indexentry{edge}{111}
-\indexentry{make-line}{111}
-\indexentry{:pvertex}{111}
-\indexentry{:nvertex}{111}
-\indexentry{:body}{111}
-\indexentry{:pface}{111}
-\indexentry{:nface}{111}
-\indexentry{:binormal}{111}
-\indexentry{:angle}{111}
-\indexentry{:set-angle}{111}
-\indexentry{:invert}{111}
-\indexentry{:set-face}{111}
-\indexentry{:contourp}{112}
-\indexentry{:approximated-p}{112}
-\indexentry{:set-approximated-flag}{112}
+\indexentry{float-vector}{97}
+\indexentry{float-vector-p}{97}
+\indexentry{v+}{97}
+\indexentry{v-}{97}
+\indexentry{v.}{97}
+\indexentry{v*}{97}
+\indexentry{v.*}{97}
+\indexentry{v$<$}{97}
+\indexentry{v$>$}{97}
+\indexentry{vmin}{97}
+\indexentry{vmax}{97}
+\indexentry{minimal-box}{97}
+\indexentry{scale}{97}
+\indexentry{norm}{97}
+\indexentry{norm2}{97}
+\indexentry{normalize-vector}{97}
+\indexentry{distance}{97}
+\indexentry{distance2}{98}
+\indexentry{homo2normal}{98}
+\indexentry{homogenize}{98}
+\indexentry{midpoint}{98}
+\indexentry{rotate-vector}{98}
+\indexentry{matrix}{98}
+\indexentry{make-matrix}{98}
+\indexentry{matrixp}{98}
+\indexentry{matrix-row}{98}
+\indexentry{matrix-column}{99}
+\indexentry{m*}{99}
+\indexentry{transpose}{99}
+\indexentry{unit-matrix}{99}
+\indexentry{replace-matrix}{99}
+\indexentry{scale-matrix}{99}
+\indexentry{copy-matrix}{99}
+\indexentry{transform}{99}
+\indexentry{transform}{99}
+\indexentry{rotate-matrix}{99}
+\indexentry{rotation-matrix}{99}
+\indexentry{rotation-angle}{99}
+\indexentry{rpy-matrix}{99}
+\indexentry{rpy-angle}{99}
+\indexentry{Euler-matrix}{99}
+\indexentry{Euler-angle}{99}
+\indexentry{lu-decompose}{100}
+\indexentry{lu-solve}{100}
+\indexentry{lu-determinant}{100}
+\indexentry{simultaneous-equation}{100}
+\indexentry{inverse-matrix}{100}
+\indexentry{pseudo-inverse}{100}
+\indexentry{coordinates}{101}
+\indexentry{coordinates-p}{101}
+\indexentry{:rot}{101}
+\indexentry{:pos}{101}
+\indexentry{:newcoords}{101}
+\indexentry{:replace-coords}{101}
+\indexentry{:coords}{101}
+\indexentry{:copy-coords}{101}
+\indexentry{:reset-coords}{101}
+\indexentry{:worldpos}{101}
+\indexentry{:worldrot}{101}
+\indexentry{:worldcoords}{101}
+\indexentry{:copy-worldcoords}{101}
+\indexentry{:rotate-vector}{101}
+\indexentry{:transform-vector}{101}
+\indexentry{:inverse-transform-vector}{102}
+\indexentry{:transform}{102}
+\indexentry{:move-to}{102}
+\indexentry{:translate}{102}
+\indexentry{:locate}{102}
+\indexentry{:rotate}{102}
+\indexentry{:orient}{102}
+\indexentry{:inverse-transformation}{102}
+\indexentry{:transformation}{102}
+\indexentry{:Euler}{102}
+\indexentry{:roll-pitch-yaw}{102}
+\indexentry{:4x4}{102}
+\indexentry{:init}{102}
+\indexentry{cascaded-coords}{103}
+\indexentry{c}{103}
+\indexentry{:inheritance}{103}
+\indexentry{:assoc}{103}
+\indexentry{:dissoc}{103}
+\indexentry{:changed}{103}
+\indexentry{:update}{103}
+\indexentry{:worldcoords}{103}
+\indexentry{:worldpos}{104}
+\indexentry{:worldrot}{104}
+\indexentry{:transform-vector}{104}
+\indexentry{:inverse-transform-vector}{104}
+\indexentry{:inverse-transformation}{104}
+\indexentry{:transform}{104}
+\indexentry{:translate}{104}
+\indexentry{:locate}{104}
+\indexentry{:rotate}{104}
+\indexentry{:orient}{104}
+\indexentry{make-coords}{104}
+\indexentry{make-cascoords}{104}
+\indexentry{coords}{104}
+\indexentry{cascoords}{104}
+\indexentry{transform-coords}{104}
+\indexentry{transform-coords*}{104}
+\indexentry{wrt}{104}
+\indexentry{B}{105}
+\indexentry{vplus}{105}
+\indexentry{vector-mean}{105}
+\indexentry{triangle}{105}
+\indexentry{triangle-normal}{106}
+\indexentry{vector-angle}{106}
+\indexentry{face-normal-vector}{106}
+\indexentry{farthest}{106}
+\indexentry{farthest-pair}{106}
+\indexentry{maxindex}{106}
+\indexentry{random-vector}{106}
+\indexentry{random-normalized-vector}{106}
+\indexentry{random-vectors}{106}
+\indexentry{line-intersection}{106}
+\indexentry{collinear-p}{106}
+\indexentry{find-coplanar-vertices}{106}
+\indexentry{find-connecting-edge}{106}
+\indexentry{make-vertex-edge-htab}{106}
+\indexentry{left-points}{106}
+\indexentry{right-points}{106}
+\indexentry{left-most-point}{106}
+\indexentry{right-most-point}{107}
+\indexentry{eps=}{107}
+\indexentry{eps$<$}{107}
+\indexentry{eps$<=$}{107}
+\indexentry{eps$>$}{107}
+\indexentry{eps$>=$}{107}
+\indexentry{bounding-box}{107}
+\indexentry{:box}{107}
+\indexentry{:volume}{107}
+\indexentry{:grow}{107}
+\indexentry{:inner}{107}
+\indexentry{:intersection}{107}
+\indexentry{:union}{107}
+\indexentry{:intersectionp}{107}
+\indexentry{:extreme-point}{107}
+\indexentry{:corners}{107}
+\indexentry{:below}{107}
+\indexentry{:body}{107}
+\indexentry{:init}{108}
+\indexentry{make-bounding-box}{108}
+\indexentry{bounding-box-union}{108}
+\indexentry{bounding-box-intersection}{108}
+\indexentry{line}{109}
+\indexentry{:vertices}{109}
+\indexentry{:point}{109}
+\indexentry{:parameter}{109}
+\indexentry{:direction}{109}
+\indexentry{:end-point}{109}
+\indexentry{:box}{109}
+\indexentry{:boxtest}{109}
+\indexentry{:length}{109}
+\indexentry{:distance}{109}
+\indexentry{:foot}{109}
+\indexentry{:common-perpendicular}{109}
+\indexentry{:project}{109}
+\indexentry{:collinear-point}{109}
+\indexentry{:on-line-point}{109}
+\indexentry{:collinear-line}{110}
+\indexentry{:coplanar}{110}
+\indexentry{:intersection}{110}
+\indexentry{:intersect-line}{110}
+\indexentry{edge}{110}
+\indexentry{make-line}{110}
+\indexentry{:pvertex}{110}
+\indexentry{:nvertex}{110}
+\indexentry{:body}{110}
+\indexentry{:pface}{110}
+\indexentry{:nface}{110}
+\indexentry{:binormal}{110}
+\indexentry{:angle}{110}
+\indexentry{:set-angle}{110}
+\indexentry{:invert}{110}
+\indexentry{:set-face}{110}
+\indexentry{:contourp}{111}
+\indexentry{:approximated-p}{111}
+\indexentry{:set-approximated-flag}{111}
+\indexentry{:init}{111}
+\indexentry{plane}{112}
+\indexentry{:normal}{112}
+\indexentry{:distance}{112}
+\indexentry{:coplanar-point}{112}
+\indexentry{:coplanar-line}{112}
+\indexentry{:intersection}{112}
+\indexentry{:intersection-edge}{112}
+\indexentry{:foot}{112}
\indexentry{:init}{112}
-\indexentry{plane}{113}
-\indexentry{:normal}{113}
-\indexentry{:distance}{113}
-\indexentry{:coplanar-point}{113}
-\indexentry{:coplanar-line}{113}
-\indexentry{:intersection}{113}
-\indexentry{:intersection-edge}{113}
-\indexentry{:foot}{113}
+\indexentry{polygon}{112}
+\indexentry{:box}{112}
+\indexentry{:boxtest}{112}
+\indexentry{:edges}{112}
+\indexentry{:edge}{113}
+\indexentry{:vertices}{113}
+\indexentry{:vertex}{113}
+\indexentry{:insidep}{113}
+\indexentry{:intersect-point-vector}{113}
+\indexentry{:intersect-line}{113}
+\indexentry{:intersect-edge}{113}
+\indexentry{:intersect-face}{113}
+\indexentry{:transform-normal}{113}
+\indexentry{:reset-normal}{113}
+\indexentry{:invert}{113}
+\indexentry{:area}{113}
\indexentry{:init}{113}
-\indexentry{polygon}{113}
-\indexentry{:box}{113}
-\indexentry{:boxtest}{113}
-\indexentry{:edges}{113}
-\indexentry{:edge}{114}
-\indexentry{:vertices}{114}
-\indexentry{:vertex}{114}
+\indexentry{face}{113}
+\indexentry{:all-edges}{113}
+\indexentry{:all-vertices}{113}
\indexentry{:insidep}{114}
-\indexentry{:intersect-point-vector}{114}
-\indexentry{:intersect-line}{114}
-\indexentry{:intersect-edge}{114}
-\indexentry{:intersect-face}{114}
-\indexentry{:transform-normal}{114}
-\indexentry{:reset-normal}{114}
+\indexentry{:area}{114}
+\indexentry{:centroid}{114}
\indexentry{:invert}{114}
-\indexentry{:area}{114}
+\indexentry{:enter-hole}{114}
+\indexentry{:primitive-body}{114}
+\indexentry{:id}{114}
+\indexentry{:face-id}{114}
+\indexentry{:body-type}{114}
\indexentry{:init}{114}
-\indexentry{face}{114}
-\indexentry{:all-edges}{114}
-\indexentry{:all-vertices}{114}
+\indexentry{hole}{114}
+\indexentry{:face}{114}
+\indexentry{:enter-face}{114}
+\indexentry{:init}{114}
+\indexentry{body}{115}
+\indexentry{:magnify}{115}
+\indexentry{:translate-vertices}{115}
+\indexentry{:rotate-vertices}{115}
+\indexentry{:reset-model-vertices}{115}
+\indexentry{:newcoords}{115}
+\indexentry{:vertices}{115}
+\indexentry{:edges}{115}
+\indexentry{:faces}{115}
+\indexentry{:box}{115}
+\indexentry{:Euler}{115}
+\indexentry{:perimeter}{115}
+\indexentry{:volume}{115}
+\indexentry{:centroid}{115}
+\indexentry{:possibly-interfering-faces}{115}
+\indexentry{:common-box}{115}
\indexentry{:insidep}{115}
-\indexentry{:area}{115}
-\indexentry{:centroid}{115}
-\indexentry{:invert}{115}
-\indexentry{:enter-hole}{115}
-\indexentry{:primitive-body}{115}
-\indexentry{:id}{115}
-\indexentry{:face-id}{115}
-\indexentry{:body-type}{115}
-\indexentry{:init}{115}
-\indexentry{hole}{115}
-\indexentry{:face}{115}
-\indexentry{:enter-face}{115}
-\indexentry{:init}{115}
-\indexentry{body}{116}
-\indexentry{:magnify}{116}
-\indexentry{:translate-vertices}{116}
-\indexentry{:rotate-vertices}{116}
-\indexentry{:reset-model-vertices}{116}
-\indexentry{:newcoords}{116}
-\indexentry{:vertices}{116}
-\indexentry{:edges}{116}
-\indexentry{:faces}{116}
-\indexentry{:box}{116}
-\indexentry{:Euler}{116}
-\indexentry{:perimeter}{116}
-\indexentry{:volume}{116}
-\indexentry{:centroid}{116}
-\indexentry{:possibly-interfering-faces}{116}
-\indexentry{:common-box}{116}
-\indexentry{:insidep}{116}
-\indexentry{:intersect-face}{116}
-\indexentry{:intersectp}{116}
-\indexentry{:evert}{117}
-\indexentry{:faces-intersect-with-point-vector}{117}
-\indexentry{:distance}{117}
-\indexentry{:csg}{117}
-\indexentry{:primitive-body}{117}
-\indexentry{:primitive-body-p}{117}
-\indexentry{:creation-form}{117}
-\indexentry{:body-type}{117}
-\indexentry{:primitive-groups}{117}
-\indexentry{:get-face}{117}
-\indexentry{:init}{117}
-\indexentry{make-plane}{118}
-\indexentry{*xy-plane*}{118}
-\indexentry{*yz-plane*}{118}
-\indexentry{*zx-plane*}{118}
-\indexentry{make-cube}{118}
-\indexentry{make-prism}{118}
-\indexentry{make-cylinder}{118}
-\indexentry{make-cone}{118}
-\indexentry{make-solid-of-revolution}{118}
-\indexentry{make-torus}{118}
-\indexentry{make-icosahedron}{118}
-\indexentry{make-dodecahedron}{118}
-\indexentry{make-gdome}{118}
-\indexentry{graha...
[truncated message content] |
|
From: <k-...@us...> - 2013-05-20 15:40:52
|
Revision: 637
http://sourceforge.net/p/euslisp/code/637
Author: k-okada
Date: 2013-05-20 15:40:42 +0000 (Mon, 20 May 2013)
Log Message:
-----------
use \eusversion
Modified Paths:
--------------
trunk/EusLisp/doc/jlatex/jmanual.dvi
trunk/EusLisp/doc/jlatex/jmanual.pdf
trunk/EusLisp/doc/jlatex/jmanual.tex
trunk/EusLisp/doc/latex/manual.dvi
trunk/EusLisp/doc/latex/manual.idx
trunk/EusLisp/doc/latex/manual.pdf
trunk/EusLisp/doc/latex/manual.tex
Modified: trunk/EusLisp/doc/jlatex/jmanual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.pdf
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.tex
===================================================================
--- trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 15:31:26 UTC (rev 636)
+++ trunk/EusLisp/doc/jlatex/jmanual.tex 2013-05-20 15:40:42 UTC (rev 637)
@@ -10,9 +10,9 @@
\AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
%%%
+\newcommand{\eusversion}{9.01}
-
\flushbottom
\makeindex
\pagestyle{myheadings}
@@ -118,7 +118,7 @@
\date{}
\title{{\Huge \bf EusLisp} \\
-{\large \bf version 9.00} \\
+{\large \bf version \eusversion} \\
{\LARGE \bf $B%j%U%!%l%s%9%^%K%e%"%k(B} \\
{\large -$B%^%k%A%9%l%C%I$H(BXToolKit$B$N<B8=(B-} \\
\vspace{10mm}
@@ -143,7 +143,7 @@
\newpage
\pagenumbering{arabic}
\part{EusLisp $B4pK\(B}
-\markboth{EusLisp version 9.00 $B%j%U%!%l%s%9%^%K%e%"%k(B (Part I)}{$B$O$8$a$K(B}
+\markboth{EusLisp version \eusversion $B%j%U%!%l%s%9%^%K%e%"%k(B (Part I)}{$B$O$8$a$K(B}
\input{jintro}
\input{jgenerals}
\input{jcontrols}
@@ -156,7 +156,7 @@
\input{jevaluation}
\newpage
\part{EusLisp $B3HD%(B}
-\markboth{EusLisp version 9.00 $B%j%U%!%l%s%9%^%K%e%"%k(B (Part II)}{$B%7%9%F%`4X?t(B}
+\markboth{EusLisp version \eusversion $B%j%U%!%l%s%9%^%K%e%"%k(B (Part II)}{$B%7%9%F%`4X?t(B}
\input{jsysfunc}
\input{jvxw}
\input{jmthread}
@@ -172,7 +172,7 @@
\input{jmars-pre}
%
\cleardoublepage
-\markboth{Euslisp version 9.00 $B%j%U%!%l%s%9%^%K%e%"%k(B}{Index}
+\markboth{Euslisp version \eusversion $B%j%U%!%l%s%9%^%K%e%"%k(B}{Index}
\footnotesize
\printindex
\end{document}
Modified: trunk/EusLisp/doc/latex/manual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.idx
===================================================================
--- trunk/EusLisp/doc/latex/manual.idx 2013-05-20 15:31:26 UTC (rev 636)
+++ trunk/EusLisp/doc/latex/manual.idx 2013-05-20 15:40:42 UTC (rev 637)
@@ -1,1578 +1,1578 @@
\indexentry{animation}{4}
\indexentry{ray-tracing}{4}
-\indexentry{d}{11}
-\indexentry{:}{11}
-\indexentry{i}{11}
-\indexentry{:}{11}
-\indexentry{f}{11}
-\indexentry{:}{11}
-\indexentry{:}{11}
-\indexentry{f}{11}
-\indexentry{e}{11}
-\indexentry{m}{11}
-\indexentry{:}{11}
-\indexentry{c}{11}
-\indexentry{:}{11}
-\indexentry{b}{11}
-\indexentry{d}{11}
-\indexentry{s}{11}
-\indexentry{s}{11}
-\indexentry{:}{11}
-\indexentry{c}{11}
-\indexentry{:}{11}
-\indexentry{b}{11}
-\indexentry{:}{11}
-\indexentry{s}{11}
-\indexentry{and}{16}
-\indexentry{or}{16}
-\indexentry{if}{16}
-\indexentry{when}{16}
-\indexentry{unless}{16}
-\indexentry{cond}{16}
-\indexentry{case}{16}
-\indexentry{prog1}{16}
-\indexentry{progn}{16}
-\indexentry{setf}{16}
-\indexentry{let}{16}
-\indexentry{let*}{16}
-\indexentry{flet}{17}
-\indexentry{labels}{17}
-\indexentry{block}{17}
-\indexentry{return-from}{17}
-\indexentry{return}{17}
-\indexentry{catch}{17}
-\indexentry{throw}{17}
-\indexentry{unwind-protect}{17}
-\indexentry{while}{17}
-\indexentry{tagbody}{17}
-\indexentry{go}{17}
-\indexentry{prog}{17}
-\indexentry{do}{17}
-\indexentry{do*}{18}
-\indexentry{dotimes}{18}
-\indexentry{dolist}{18}
-\indexentry{until}{18}
-\indexentry{loop}{18}
-\indexentry{eq}{18}
-\indexentry{eql}{18}
-\indexentry{equal}{18}
-\indexentry{superequal}{18}
-\indexentry{null}{18}
-\indexentry{not}{18}
-\indexentry{atom}{18}
-\indexentry{every}{18}
-\indexentry{some}{18}
-\indexentry{functionp}{18}
-\indexentry{compiled-function-p}{19}
-\indexentry{defclass}{20}
-\indexentry{defmethod}{20}
-\indexentry{defclassmethod}{20}
-\indexentry{classp}{21}
-\indexentry{subclassp}{21}
-\indexentry{vector-class-p}{21}
-\indexentry{delete-method}{21}
-\indexentry{class-hierarchy}{21}
-\indexentry{system:list-all-classes}{21}
-\indexentry{system:find-method}{21}
-\indexentry{system:method-cache}{21}
-\indexentry{send}{21}
-\indexentry{send-message}{21}
-\indexentry{send*}{21}
-\indexentry{send-all}{21}
-\indexentry{send-super}{21}
-\indexentry{send-super*}{21}
-\indexentry{instantiate}{21}
-\indexentry{instance}{21}
-\indexentry{make-instance}{22}
-\indexentry{copy-object}{22}
-\indexentry{become}{22}
-\indexentry{replace-object}{22}
-\indexentry{class}{22}
-\indexentry{derivedp}{22}
-\indexentry{slot}{22}
-\indexentry{setslot}{22}
-\indexentry{object}{22}
+\indexentry{d}{10}
+\indexentry{:}{10}
+\indexentry{i}{10}
+\indexentry{:}{10}
+\indexentry{f}{10}
+\indexentry{:}{10}
+\indexentry{:}{10}
+\indexentry{f}{10}
+\indexentry{e}{10}
+\indexentry{m}{10}
+\indexentry{:}{10}
+\indexentry{c}{10}
+\indexentry{:}{10}
+\indexentry{b}{10}
+\indexentry{d}{10}
+\indexentry{s}{10}
+\indexentry{s}{10}
+\indexentry{:}{10}
+\indexentry{c}{10}
+\indexentry{:}{10}
+\indexentry{b}{10}
+\indexentry{:}{10}
+\indexentry{s}{10}
+\indexentry{and}{15}
+\indexentry{or}{15}
+\indexentry{if}{15}
+\indexentry{when}{15}
+\indexentry{unless}{15}
+\indexentry{cond}{15}
+\indexentry{case}{15}
+\indexentry{prog1}{15}
+\indexentry{progn}{15}
+\indexentry{setf}{15}
+\indexentry{let}{15}
+\indexentry{let*}{15}
+\indexentry{flet}{16}
+\indexentry{labels}{16}
+\indexentry{block}{16}
+\indexentry{return-from}{16}
+\indexentry{return}{16}
+\indexentry{catch}{16}
+\indexentry{throw}{16}
+\indexentry{unwind-protect}{16}
+\indexentry{while}{16}
+\indexentry{tagbody}{16}
+\indexentry{go}{16}
+\indexentry{prog}{16}
+\indexentry{do}{16}
+\indexentry{do*}{17}
+\indexentry{dotimes}{17}
+\indexentry{dolist}{17}
+\indexentry{until}{17}
+\indexentry{loop}{17}
+\indexentry{eq}{17}
+\indexentry{eql}{17}
+\indexentry{equal}{17}
+\indexentry{superequal}{17}
+\indexentry{null}{17}
+\indexentry{not}{17}
+\indexentry{atom}{17}
+\indexentry{every}{17}
+\indexentry{some}{17}
+\indexentry{functionp}{17}
+\indexentry{compiled-function-p}{18}
+\indexentry{defclass}{19}
+\indexentry{defmethod}{19}
+\indexentry{defclassmethod}{19}
+\indexentry{classp}{20}
+\indexentry{subclassp}{20}
+\indexentry{vector-class-p}{20}
+\indexentry{delete-method}{20}
+\indexentry{class-hierarchy}{20}
+\indexentry{system:list-all-classes}{20}
+\indexentry{system:find-method}{20}
+\indexentry{system:method-cache}{20}
+\indexentry{send}{20}
+\indexentry{send-message}{20}
+\indexentry{send*}{20}
+\indexentry{send-all}{20}
+\indexentry{send-super}{20}
+\indexentry{send-super*}{20}
+\indexentry{instantiate}{20}
+\indexentry{instance}{20}
+\indexentry{make-instance}{21}
+\indexentry{copy-object}{21}
+\indexentry{become}{21}
+\indexentry{replace-object}{21}
+\indexentry{class}{21}
+\indexentry{derivedp}{21}
+\indexentry{slot}{21}
+\indexentry{setslot}{21}
+\indexentry{object}{21}
+\indexentry{:prin1}{21}
+\indexentry{:slots}{21}
+\indexentry{propertied-object}{22}
+\indexentry{:plist}{22}
+\indexentry{:get}{22}
+\indexentry{:put}{22}
+\indexentry{:remprop}{22}
+\indexentry{:name}{22}
\indexentry{:prin1}{22}
\indexentry{:slots}{22}
-\indexentry{propertied-object}{23}
-\indexentry{:plist}{23}
-\indexentry{:get}{23}
-\indexentry{:put}{23}
-\indexentry{:remprop}{23}
+\indexentry{:methods}{22}
+\indexentry{:get-val}{22}
+\indexentry{:set-val}{22}
+\indexentry{metaclass}{22}
+\indexentry{:new}{22}
+\indexentry{:super}{22}
+\indexentry{:methods}{22}
+\indexentry{:method}{23}
+\indexentry{:method-names}{23}
+\indexentry{:all-methods}{23}
+\indexentry{:all-method-names}{23}
+\indexentry{:slots}{23}
\indexentry{:name}{23}
-\indexentry{:prin1}{23}
-\indexentry{:slots}{23}
-\indexentry{:methods}{23}
-\indexentry{:get-val}{23}
-\indexentry{:set-val}{23}
-\indexentry{metaclass}{23}
-\indexentry{:new}{23}
-\indexentry{:super}{23}
-\indexentry{:methods}{23}
-\indexentry{:method}{24}
-\indexentry{:method-names}{24}
-\indexentry{:all-methods}{24}
-\indexentry{:all-method-names}{24}
-\indexentry{:slots}{24}
-\indexentry{:name}{24}
-\indexentry{:cid}{24}
-\indexentry{:subclasses}{24}
-\indexentry{:hierarchy}{24}
-\indexentry{find-method}{24}
-\indexentry{most-positive-fixnum}{25}
-\indexentry{most-negative-fixnum}{25}
-\indexentry{short-float-epsilon}{25}
-\indexentry{single-float-epsilon}{25}
-\indexentry{long-float-epsilon}{25}
-\indexentry{pi}{25}
-\indexentry{2pi}{25}
-\indexentry{pi/2}{25}
-\indexentry{-pi}{25}
-\indexentry{-2pi}{25}
-\indexentry{-pi/2}{25}
-\indexentry{numberp}{25}
-\indexentry{integerp}{25}
-\indexentry{floatp}{25}
-\indexentry{zerop}{25}
-\indexentry{plusp}{25}
-\indexentry{minusp}{25}
-\indexentry{oddp}{25}
-\indexentry{evenp}{26}
-\indexentry{/=}{26}
-\indexentry{=}{26}
-\indexentry{$>$}{26}
-\indexentry{$<$}{26}
-\indexentry{$>=$}{26}
-\indexentry{$<=$}{26}
-\indexentry{mod}{26}
-\indexentry{1-}{26}
-\indexentry{1+}{26}
-\indexentry{logand}{26}
-\indexentry{logior}{26}
-\indexentry{logxor}{26}
-\indexentry{logeqv}{26}
-\indexentry{lognand}{26}
-\indexentry{lognor}{26}
-\indexentry{lognot}{26}
-\indexentry{logtest}{26}
-\indexentry{logbitp}{27}
-\indexentry{ash}{27}
-\indexentry{ldb}{27}
-\indexentry{dpb}{27}
-\indexentry{+}{27}
-\indexentry{-}{27}
-\indexentry{*}{27}
-\indexentry{/}{27}
-\indexentry{abs}{27}
-\indexentry{round}{27}
-\indexentry{floor}{27}
-\indexentry{ceiling}{27}
-\indexentry{truncate}{27}
-\indexentry{float}{27}
-\indexentry{max}{27}
-\indexentry{min}{27}
-\indexentry{random}{27}
-\indexentry{incf}{27}
-\indexentry{decf}{28}
-\indexentry{reduce}{28}
-\indexentry{rad2deg}{28}
-\indexentry{deg2rad}{28}
-\indexentry{sin}{28}
-\indexentry{cos}{28}
-\indexentry{tan}{28}
-\indexentry{sinh}{28}
-\indexentry{cosh}{28}
-\indexentry{tanh}{28}
-\indexentry{asin}{28}
-\indexentry{acos}{28}
-\indexentry{atan}{28}
-\indexentry{asinh}{28}
-\indexentry{acosh}{28}
-\indexentry{atanh}{28}
-\indexentry{sqrt}{28}
-\indexentry{log}{28}
-\indexentry{exp}{29}
-\indexentry{expt}{29}
-\indexentry{symbolp}{30}
-\indexentry{symbol-value}{30}
-\indexentry{symbol-function}{30}
-\indexentry{symbol-package}{30}
-\indexentry{symbol-name}{30}
-\indexentry{symbol-plist}{30}
-\indexentry{boundp}{30}
-\indexentry{fboundp}{30}
-\indexentry{makunbound}{30}
-\indexentry{get}{30}
-\indexentry{putprop}{31}
-\indexentry{remprop}{31}
-\indexentry{setq}{31}
-\indexentry{set}{31}
-\indexentry{defun}{31}
-\indexentry{defmacro}{31}
-\indexentry{defvar}{31}
-\indexentry{defparameter}{31}
-\indexentry{defconstant}{31}
-\indexentry{keywordp}{31}
-\indexentry{constantp}{31}
-\indexentry{documentation}{31}
-\indexentry{gensym}{31}
-\indexentry{gentemp}{31}
-\indexentry{i}{32}
-\indexentry{u}{32}
-\indexentry{S}{32}
-\indexentry{*}{32}
-\indexentry{*lisp-package*}{32}
-\indexentry{*user-package*}{32}
-\indexentry{*unix-package*}{32}
-\indexentry{*system-package*}{32}
-\indexentry{*keyword-package*}{32}
-\indexentry{find-symbol}{32}
-\indexentry{make-symbol}{32}
-\indexentry{intern}{32}
-\indexentry{list-all-packages}{32}
-\indexentry{find-package}{32}
-\indexentry{make-package}{33}
-\indexentry{in-package}{33}
-\indexentry{package-name}{33}
-\indexentry{package-nicknames}{33}
-\indexentry{rename-package}{33}
-\indexentry{package-use-list}{33}
-\indexentry{packagep}{33}
-\indexentry{use-package}{33}
-\indexentry{unuse-package}{33}
-\indexentry{shadow}{33}
-\indexentry{export}{33}
-\indexentry{unexport}{33}
-\indexentry{import}{33}
-\indexentry{do-symbols}{33}
-\indexentry{do-external-symbols}{33}
-\indexentry{do-all-symbols}{33}
-\indexentry{elt}{34}
-\indexentry{length}{34}
-\indexentry{l}{34}
-\indexentry{subseq}{34}
-\indexentry{copy-seq}{34}
-\indexentry{reverse}{34}
-\indexentry{nreverse}{34}
-\indexentry{concatenate}{34}
-\indexentry{coerce}{34}
-\indexentry{map}{34}
-\indexentry{fill}{34}
-\indexentry{replace}{34}
-\indexentry{sort}{35}
-\indexentry{merge}{35}
-\indexentry{merge-list}{35}
-\indexentry{position}{35}
-\indexentry{position-if}{35}
-\indexentry{position-if-not}{35}
-\indexentry{find}{35}
-\indexentry{find-if}{35}
-\indexentry{find-if-not}{35}
-\indexentry{count}{35}
-\indexentry{count-if}{35}
-\indexentry{count-if-not}{35}
-\indexentry{remove}{35}
-\indexentry{remove-if}{35}
-\indexentry{remove-if-not}{35}
-\indexentry{remove-duplicates}{36}
-\indexentry{delete}{36}
-\indexentry{delete-if}{36}
-\indexentry{delete-if-not}{36}
-\indexentry{substitute}{36}
-\indexentry{substitute-if}{36}
-\indexentry{substitute-if-not}{36}
-\indexentry{nsubstitute}{36}
-\indexentry{nsubstitute-if}{36}
-\indexentry{nsubstitute-if-not}{36}
-\indexentry{listp}{37}
-\indexentry{consp}{37}
-\indexentry{car}{37}
-\indexentry{cdr}{37}
-\indexentry{cadr}{37}
-\indexentry{cddr}{37}
-\indexentry{cdar}{37}
-\indexentry{caar}{37}
-\indexentry{caddr}{37}
-\indexentry{caadr}{37}
-\indexentry{caaar}{37}
-\indexentry{cdadr}{37}
-\indexentry{cdadr}{37}
-\indexentry{cdaar}{37}
-\indexentry{cdddr}{37}
-\indexentry{cdddr}{37}
-\indexentry{cddar}{37}
-\indexentry{first}{37}
-\indexentry{s}{37}
-\indexentry{nth}{37}
-\indexentry{nthcdr}{37}
-\indexentry{last}{37}
-\indexentry{butlast}{38}
-\indexentry{cons}{38}
-\indexentry{list}{38}
-\indexentry{list*}{38}
-\indexentry{list-length}{38}
-\indexentry{make-list}{38}
-\indexentry{rplaca}{38}
-\indexentry{rplacd}{38}
-\indexentry{memq}{38}
-\indexentry{member}{38}
-\indexentry{assq}{38}
-\indexentry{assoc}{38}
-\indexentry{rassoc}{38}
-\indexentry{pairlis}{38}
-\indexentry{acons}{38}
-\indexentry{append}{38}
-\indexentry{nconc}{38}
-\indexentry{subst}{38}
-\indexentry{flatten}{38}
-\indexentry{push}{39}
-\indexentry{pop}{39}
-\indexentry{pushnew}{39}
-\indexentry{adjoin}{39}
-\indexentry{union}{39}
-\indexentry{subsetp}{39}
-\indexentry{intersection}{39}
-\indexentry{set-difference}{39}
-\indexentry{set-exclusive-or}{39}
-\indexentry{list-insert}{39}
-\indexentry{copy-tree}{39}
-\indexentry{mapc}{39}
-\indexentry{mapcar}{39}
-\indexentry{mapcan}{39}
-\indexentry{array-rank-limit}{40}
-\indexentry{array-dimension-limit}{40}
-\indexentry{vectorp}{40}
-\indexentry{vector}{40}
-\indexentry{make-array}{40}
-\indexentry{svref}{40}
-\indexentry{aref}{40}
-\indexentry{vector-push}{40}
-\indexentry{vector-push-extend}{40}
-\indexentry{arrayp}{40}
-\indexentry{array-total-size}{40}
-\indexentry{fill-pointer}{41}
-\indexentry{array-rank}{41}
-\indexentry{array-dimensions}{41}
-\indexentry{array-dimension}{41}
-\indexentry{bit}{41}
-\indexentry{bit-and}{41}
-\indexentry{bit-ior}{41}
-\indexentry{bit-xor}{41}
-\indexentry{bit-eqv}{41}
-\indexentry{bit-nand}{41}
-\indexentry{bit-nor}{41}
-\indexentry{bit-not}{41}
-\indexentry{digit-char-p}{42}
-\indexentry{alpha-char-p}{42}
-\indexentry{upper-case-p}{42}
-\indexentry{lower-case-p}{42}
-\indexentry{alphanumeric-p}{42}
-\indexentry{char-upcase}{42}
-\indexentry{char-downcase}{42}
-\indexentry{char}{42}
-\indexentry{schar}{42}
-\indexentry{stringp}{42}
-\indexentry{string-upcase}{42}
-\indexentry{string-downcase}{42}
-\indexentry{nstring-upcase}{42}
-\indexentry{nstring-downcase}{42}
-\indexentry{string=}{42}
-\indexentry{string-equal}{42}
-\indexentry{string}{42}
-\indexentry{string$<$}{42}
-\indexentry{string$<=$}{43}
-\indexentry{string$>$}{43}
-\indexentry{string$>=$}{43}
-\indexentry{string-left-trim}{43}
-\indexentry{string-right-trim}{43}
-\indexentry{string-trim}{43}
-\indexentry{substringp}{43}
-\indexentry{make-foreign-string}{43}
-\indexentry{sxhash}{44}
-\indexentry{make-hash-table}{44}
-\indexentry{gethash}{44}
-\indexentry{remhash}{44}
-\indexentry{maphash}{44}
-\indexentry{hash-table-p}{44}
-\indexentry{hash-table}{44}
-\indexentry{:hash-function}{44}
-\indexentry{queue}{45}
-\indexentry{:init}{45}
-\indexentry{:enqueue}{45}
-\indexentry{:dequeue}{45}
-\indexentry{:empty?}{45}
-\indexentry{:length}{45}
-\indexentry{romkan}{46}
-\indexentry{romanji}{46}
-\indexentry{sjis2euc}{46}
-\indexentry{euc2sjis}{46}
-\indexentry{jis2euc}{46}
-\indexentry{kana-date}{46}
-\indexentry{kana-date}{46}
-\indexentry{hira2kata}{46}
-\indexentry{kata2hira}{46}
-\indexentry{iconv-open}{46}
-\indexentry{regmatch}{47}
-\indexentry{base64encode}{47}
-\indexentry{base64decode}{47}
-\indexentry{crypt}{47}
-\indexentry{rcrypt}{47}
-\indexentry{random-string}{47}
-\indexentry{compcrypt}{47}
-\indexentry{time}{48}
-\indexentry{:now}{48}
-\indexentry{:init}{48}
-\indexentry{:make}{48}
-\indexentry{:year}{48}
-\indexentry{:month}{48}
-\indexentry{:day}{48}
-\indexentry{:weekday}{48}
-\indexentry{:hour}{48}
-\indexentry{:minute}{48}
-\indexentry{:second}{48}
-\indexentry{:seconds}{48}
-\indexentry{:year-day}{48}
-\indexentry{:difference}{48}
-\indexentry{:add}{48}
-\indexentry{streamp}{49}
-\indexentry{s}{49}
-\indexentry{i}{49}
-\indexentry{input-stream-p}{49}
-\indexentry{output-stream-p}{49}
-\indexentry{io-stream-p}{49}
-\indexentry{open}{49}
-\indexentry{with-open-file}{49}
-\indexentry{close}{49}
-\indexentry{make-string-input-stream}{49}
-\indexentry{make-string-output-stream}{49}
-\indexentry{get-output-stream-string}{49}
-\indexentry{make-broadcast-stream}{50}
-\indexentry{read}{52}
-\indexentry{read-delimited-list}{52}
-\indexentry{read-line}{53}
-\indexentry{read-char}{53}
-\indexentry{read-from-string}{53}
-\indexentry{m}{53}
-\indexentry{unread-char}{53}
-\indexentry{peek-char}{53}
-\indexentry{y-or-n-p}{53}
-\indexentry{yes-or-no-p}{53}
-\indexentry{readtable-p}{53}
-\indexentry{copy-readtable}{53}
-\indexentry{set-syntax-from-char}{53}
-\indexentry{set-macro-character}{53}
-\indexentry{get-macro-character}{53}
-\indexentry{set-dispatch-macro-character}{53}
-\indexentry{get-dispatch-macro-character}{53}
-\indexentry{print}{54}
-\indexentry{prin1}{54}
-\indexentry{princ}{54}
-\indexentry{terpri}{54}
-\indexentry{finish-output}{54}
-\indexentry{princ-to-string}{54}
-\indexentry{prin1-to-string}{54}
-\indexentry{format}{54}
-\indexentry{pprint}{54}
-\indexentry{print-functions}{54}
-\indexentry{write-byte}{55}
-\indexentry{write-word}{55}
-\indexentry{write-long}{55}
-\indexentry{spaces}{55}
-\indexentry{pf}{55}
-\indexentry{pp-method}{55}
-\indexentry{tprint}{55}
-\indexentry{print-size}{55}
-\indexentry{map-file}{56}
-\indexentry{f}{56}
-\indexentry{make-msgq-input-stream}{56}
-\indexentry{make-msgq-output-stream}{56}
-\indexentry{make-socket-address}{58}
-\indexentry{make-socket-port}{58}
-\indexentry{make-server-socket-stream}{58}
-\indexentry{make-client-socket-stream}{58}
-\indexentry{open-server}{58}
-\indexentry{connect-server}{58}
-\indexentry{select-stream}{58}
-\indexentry{def-async}{58}
-\indexentry{pathnamep}{59}
-\indexentry{pathname}{59}
-\indexentry{pathname-directory}{59}
-\indexentry{pathname-name}{59}
-\indexentry{pathname-type}{59}
-\indexentry{make-pathname}{59}
-\indexentry{merge-pathnames}{59}
-\indexentry{namestring}{59}
-\indexentry{parse-namestring}{59}
-\indexentry{truename}{59}
-\indexentry{url-pathname}{59}
-\indexentry{digits-string}{59}
-\indexentry{sequential-file-name}{59}
-\indexentry{timed-file-name}{60}
-\indexentry{dated-file-name}{60}
-\indexentry{probe-file}{61}
-\indexentry{file-size}{61}
-\indexentry{directory-p}{61}
-\indexentry{find-executable}{61}
-\indexentry{file-write-date}{61}
-\indexentry{file-newer}{61}
-\indexentry{object-file-p}{61}
-\indexentry{directory}{61}
-\indexentry{dir}{61}
-\indexentry{identity}{62}
-\indexentry{eval}{62}
-\indexentry{apply}{62}
-\indexentry{funcall}{62}
-\indexentry{quote}{62}
-\indexentry{function}{62}
-\indexentry{evalhook}{62}
-\indexentry{eval-dynamic}{62}
-\indexentry{macroexpand}{62}
-\indexentry{eval-when}{62}
-\indexentry{the}{63}
-\indexentry{declare}{63}
-\indexentry{i}{63}
-\indexentry{:}{63}
-\indexentry{f}{63}
-\indexentry{:}{63}
-\indexentry{f}{63}
-\indexentry{proclaim}{63}
-\indexentry{warn}{63}
-\indexentry{error}{63}
-\indexentry{install-error-handler}{63}
-\indexentry{-}{64}
-\indexentry{+}{64}
-\indexentry{++}{64}
-\indexentry{+++}{64}
-\indexentry{*}{65}
-\indexentry{**}{65}
-\indexentry{***}{65}
-\indexentry{*prompt-string*}{65}
-\indexentry{*program-name*}{65}
-\indexentry{eustop}{65}
-\indexentry{eussig}{65}
-\indexentry{sigint-handler}{65}
-\indexentry{euserror}{65}
-\indexentry{reset}{65}
-\indexentry{exit}{65}
-\indexentry{*top-selector*}{65}
-\indexentry{h}{65}
-\indexentry{!}{65}
-\indexentry{new-history}{65}
-\indexentry{euscomp}{67}
-\indexentry{compile-file}{67}
-\indexentry{compile}{67}
-\indexentry{compile-file-if-src-newer}{67}
-\indexentry{*optimize*}{67}
-\indexentry{*verbose*}{67}
-\indexentry{*safety*}{67}
-\indexentry{load}{68}
-\indexentry{load-files}{68}
-\indexentry{*modules*}{68}
-\indexentry{provide}{68}
-\indexentry{require}{68}
-\indexentry{system:binload}{69}
-\indexentry{system:txtload}{69}
-\indexentry{describe}{70}
-\indexentry{describe-list}{70}
-\indexentry{inspect}{70}
-\indexentry{more}{70}
-\indexentry{break}{70}
-\indexentry{help}{70}
-\indexentry{apropos}{70}
-\indexentry{apropos-list}{70}
-\indexentry{constants}{70}
-\indexentry{variables}{70}
-\indexentry{functions}{70}
-\indexentry{btrace}{70}
-\indexentry{step-hook}{70}
-\indexentry{step}{70}
-\indexentry{trace}{70}
-\indexentry{untrace}{70}
-\indexentry{timing}{70}
-\indexentry{time}{71}
-\indexentry{sys:list-all-catchers}{71}
-\indexentry{sys:list-all-instances}{71}
-\indexentry{sys:list-all-bindings}{71}
-\indexentry{sys:list-all-special-bindings}{71}
-\indexentry{dump-object}{72}
-\indexentry{dump-structure}{72}
-\indexentry{dump-loadable-structure}{72}
-\indexentry{save}{72}
-\indexentry{save}{72}
-\indexentry{lisp-implementation-type}{73}
-\indexentry{lisp-implementation-version}{73}
-\indexentry{sys:gc}{74}
-\indexentry{sys:*gc-hook*}{75}
-\indexentry{sys:gctime}{75}
-\indexentry{sys:alloc}{75}
-\indexentry{sys:newstack}{75}
-\indexentry{sys:*gc-merge*}{75}
-\indexentry{sys:*gc-margin*}{75}
-\indexentry{sys:reclaim}{75}
-\indexentry{sys:reclaim-tree}{75}
-\indexentry{sys:btrace}{75}
-\indexentry{sys:memory-report}{75}
-\indexentry{sys:room}{75}
-\indexentry{sys:address}{75}
-\indexentry{sys:peek}{75}
-\indexentry{sys:poke}{75}
-\indexentry{sys:list-all-chunks}{76}
-\indexentry{sys:object-size}{76}
-\indexentry{unix:ptimes}{77}
-\indexentry{unix:runtime}{77}
-\indexentry{unix:localtime}{77}
-\indexentry{unix:asctime}{77}
-\indexentry{unix:getpid}{77}
-\indexentry{unix:getppid}{77}
-\indexentry{unix:getpgrp}{77}
-\indexentry{unix:setpgrp}{77}
-\indexentry{unix:getuid}{77}
-\indexentry{unix:geteuid}{77}
-\indexentry{unix:getgid}{77}
-\indexentry{unix:getegid}{77}
-\indexentry{unix:setuid}{77}
-\indexentry{unix:setgid}{77}
-\indexentry{unix:fork}{77}
-\indexentry{unix:vfork}{78}
-\indexentry{unix:exec}{78}
-\indexentry{unix:wait}{78}
-\indexentry{unix:exit}{78}
-\indexentry{sys:*exit-hook*}{78}
-\indexentry{unix:getpriority}{78}
-\indexentry{unix:setpriority}{78}
-\indexentry{unix:getrusage}{78}
-\indexentry{unix:system}{78}
-\indexentry{unix:getenv}{78}
-\indexentry{unix:putenv}{78}
-\indexentry{unix:sleep}{78}
-\indexentry{unix:usleep}{79}
-\indexentry{unix:uread}{79}
-\indexentry{unix:write}{79}
-\indexentry{unix:fcntl}{79}
-\indexentry{unix:ioctl}{79}
-\indexentry{unix:ioctl\_}{79}
-\indexentry{unix:ioctl\_R}{79}
-\indexentry{unix:ioctl\_W}{79}
-\indexentry{unix:ioctl\_WR}{79}
-\indexentry{unix:close}{79}
-\indexentry{unix:dup}{79}
-\indexentry{unix:pipe}{79}
-\indexentry{unix:lseek}{79}
-\indexentry{unix:link}{79}
-\indexentry{unix:unlink}{79}
-\indexentry{unix:mknod}{79}
-\indexentry{unix:access}{79}
-\indexentry{unix:stat}{79}
-\indexentry{unix:chdir}{80}
-\indexentry{unix:getwd}{80}
-\indexentry{unix:chmod}{80}
-\indexentry{unix:chown}{80}
-\indexentry{unix:isatty}{80}
-\indexentry{unix:msgget}{80}
-\indexentry{unix:msgsnd}{80}
-\indexentry{unix:msgrcv}{80}
-\indexentry{unix:socket}{80}
-\indexentry{unix:bind}{80}
-\indexentry{unix:connect}{80}
-\indexentry{unix:listen}{80}
-\indexentry{unix:accept}{80}
-\indexentry{unix:recvfrom}{80}
-\indexentry{unix:sendto}{80}
-\indexentry{unix:getservbyname}{80}
-\indexentry{unix:gethostbyname}{81}
-\indexentry{unix:syserrlist}{81}
-\indexentry{unix:signal}{81}
-\indexentry{unix:kill}{81}
-\indexentry{unix:pause}{81}
-\indexentry{unix:alarm}{81}
-\indexentry{unix:ualarm}{81}
-\indexentry{unix:getitimer}{81}
-\indexentry{unix:setitimer}{81}
-\indexentry{unix:select}{81}
-\indexentry{unix:select-read-fd}{81}
-\indexentry{unix:thr-self}{82}
-\indexentry{unix:thr-getprio}{82}
-\indexentry{unix:thr-setprio}{82}
-\indexentry{unix:thr-getconcurrency}{82}
-\indexentry{unix:thr-setconcurrency}{82}
-\indexentry{unix:thr-create}{82}
-\indexentry{unix:malloc}{82}
-\indexentry{unix:free}{82}
-\indexentry{unix:valloc}{82}
-\indexentry{unix:mmap}{82}
-\indexentry{unix:munmap}{82}
-\indexentry{unix:vadvise}{82}
-\indexentry{unix:tiocgetp}{83}
-\indexentry{unix:tiocsetp}{83}
-\indexentry{unix:tiocsetn}{83}
-\indexentry{unix:tiocgetd}{83}
-\indexentry{unix:tiocflush}{83}
-\indexentry{unix:tiocgpgrp}{83}
-\indexentry{unix:tiocspgrp}{83}
-\indexentry{unix:tiocoutq}{83}
-\indexentry{unix:fionread}{83}
+\indexentry{:cid}{23}
+\indexentry{:subclasses}{23}
+\indexentry{:hierarchy}{23}
+\indexentry{find-method}{23}
+\indexentry{most-positive-fixnum}{24}
+\indexentry{most-negative-fixnum}{24}
+\indexentry{short-float-epsilon}{24}
+\indexentry{single-float-epsilon}{24}
+\indexentry{long-float-epsilon}{24}
+\indexentry{pi}{24}
+\indexentry{2pi}{24}
+\indexentry{pi/2}{24}
+\indexentry{-pi}{24}
+\indexentry{-2pi}{24}
+\indexentry{-pi/2}{24}
+\indexentry{numberp}{24}
+\indexentry{integerp}{24}
+\indexentry{floatp}{24}
+\indexentry{zerop}{24}
+\indexentry{plusp}{24}
+\indexentry{minusp}{24}
+\indexentry{oddp}{24}
+\indexentry{evenp}{25}
+\indexentry{/=}{25}
+\indexentry{=}{25}
+\indexentry{$>$}{25}
+\indexentry{$<$}{25}
+\indexentry{$>=$}{25}
+\indexentry{$<=$}{25}
+\indexentry{mod}{25}
+\indexentry{1-}{25}
+\indexentry{1+}{25}
+\indexentry{logand}{25}
+\indexentry{logior}{25}
+\indexentry{logxor}{25}
+\indexentry{logeqv}{25}
+\indexentry{lognand}{25}
+\indexentry{lognor}{25}
+\indexentry{lognot}{25}
+\indexentry{logtest}{25}
+\indexentry{logbitp}{26}
+\indexentry{ash}{26}
+\indexentry{ldb}{26}
+\indexentry{dpb}{26}
+\indexentry{+}{26}
+\indexentry{-}{26}
+\indexentry{*}{26}
+\indexentry{/}{26}
+\indexentry{abs}{26}
+\indexentry{round}{26}
+\indexentry{floor}{26}
+\indexentry{ceiling}{26}
+\indexentry{truncate}{26}
+\indexentry{float}{26}
+\indexentry{max}{26}
+\indexentry{min}{26}
+\indexentry{random}{26}
+\indexentry{incf}{26}
+\indexentry{decf}{27}
+\indexentry{reduce}{27}
+\indexentry{rad2deg}{27}
+\indexentry{deg2rad}{27}
+\indexentry{sin}{27}
+\indexentry{cos}{27}
+\indexentry{tan}{27}
+\indexentry{sinh}{27}
+\indexentry{cosh}{27}
+\indexentry{tanh}{27}
+\indexentry{asin}{27}
+\indexentry{acos}{27}
+\indexentry{atan}{27}
+\indexentry{asinh}{27}
+\indexentry{acosh}{27}
+\indexentry{atanh}{27}
+\indexentry{sqrt}{27}
+\indexentry{log}{27}
+\indexentry{exp}{28}
+\indexentry{expt}{28}
+\indexentry{symbolp}{29}
+\indexentry{symbol-value}{29}
+\indexentry{symbol-function}{29}
+\indexentry{symbol-package}{29}
+\indexentry{symbol-name}{29}
+\indexentry{symbol-plist}{29}
+\indexentry{boundp}{29}
+\indexentry{fboundp}{29}
+\indexentry{makunbound}{29}
+\indexentry{get}{29}
+\indexentry{putprop}{30}
+\indexentry{remprop}{30}
+\indexentry{setq}{30}
+\indexentry{set}{30}
+\indexentry{defun}{30}
+\indexentry{defmacro}{30}
+\indexentry{defvar}{30}
+\indexentry{defparameter}{30}
+\indexentry{defconstant}{30}
+\indexentry{keywordp}{30}
+\indexentry{constantp}{30}
+\indexentry{documentation}{30}
+\indexentry{gensym}{30}
+\indexentry{gentemp}{30}
+\indexentry{i}{31}
+\indexentry{u}{31}
+\indexentry{S}{31}
+\indexentry{*}{31}
+\indexentry{*lisp-package*}{31}
+\indexentry{*user-package*}{31}
+\indexentry{*unix-package*}{31}
+\indexentry{*system-package*}{31}
+\indexentry{*keyword-package*}{31}
+\indexentry{find-symbol}{31}
+\indexentry{make-symbol}{31}
+\indexentry{intern}{31}
+\indexentry{list-all-packages}{31}
+\indexentry{find-package}{31}
+\indexentry{make-package}{32}
+\indexentry{in-package}{32}
+\indexentry{package-name}{32}
+\indexentry{package-nicknames}{32}
+\indexentry{rename-package}{32}
+\indexentry{package-use-list}{32}
+\indexentry{packagep}{32}
+\indexentry{use-package}{32}
+\indexentry{unuse-package}{32}
+\indexentry{shadow}{32}
+\indexentry{export}{32}
+\indexentry{unexport}{32}
+\indexentry{import}{32}
+\indexentry{do-symbols}{32}
+\indexentry{do-external-symbols}{32}
+\indexentry{do-all-symbols}{32}
+\indexentry{elt}{33}
+\indexentry{length}{33}
+\indexentry{l}{33}
+\indexentry{subseq}{33}
+\indexentry{copy-seq}{33}
+\indexentry{reverse}{33}
+\indexentry{nreverse}{33}
+\indexentry{concatenate}{33}
+\indexentry{coerce}{33}
+\indexentry{map}{33}
+\indexentry{fill}{33}
+\indexentry{replace}{33}
+\indexentry{sort}{34}
+\indexentry{merge}{34}
+\indexentry{merge-list}{34}
+\indexentry{position}{34}
+\indexentry{position-if}{34}
+\indexentry{position-if-not}{34}
+\indexentry{find}{34}
+\indexentry{find-if}{34}
+\indexentry{find-if-not}{34}
+\indexentry{count}{34}
+\indexentry{count-if}{34}
+\indexentry{count-if-not}{34}
+\indexentry{remove}{34}
+\indexentry{remove-if}{34}
+\indexentry{remove-if-not}{34}
+\indexentry{remove-duplicates}{35}
+\indexentry{delete}{35}
+\indexentry{delete-if}{35}
+\indexentry{delete-if-not}{35}
+\indexentry{substitute}{35}
+\indexentry{substitute-if}{35}
+\indexentry{substitute-if-not}{35}
+\indexentry{nsubstitute}{35}
+\indexentry{nsubstitute-if}{35}
+\indexentry{nsubstitute-if-not}{35}
+\indexentry{listp}{36}
+\indexentry{consp}{36}
+\indexentry{car}{36}
+\indexentry{cdr}{36}
+\indexentry{cadr}{36}
+\indexentry{cddr}{36}
+\indexentry{cdar}{36}
+\indexentry{caar}{36}
+\indexentry{caddr}{36}
+\indexentry{caadr}{36}
+\indexentry{caaar}{36}
+\indexentry{cdadr}{36}
+\indexentry{cdadr}{36}
+\indexentry{cdaar}{36}
+\indexentry{cdddr}{36}
+\indexentry{cdddr}{36}
+\indexentry{cddar}{36}
+\indexentry{first}{36}
+\indexentry{s}{36}
+\indexentry{nth}{36}
+\indexentry{nthcdr}{36}
+\indexentry{last}{36}
+\indexentry{butlast}{37}
+\indexentry{cons}{37}
+\indexentry{list}{37}
+\indexentry{list*}{37}
+\indexentry{list-length}{37}
+\indexentry{make-list}{37}
+\indexentry{rplaca}{37}
+\indexentry{rplacd}{37}
+\indexentry{memq}{37}
+\indexentry{member}{37}
+\indexentry{assq}{37}
+\indexentry{assoc}{37}
+\indexentry{rassoc}{37}
+\indexentry{pairlis}{37}
+\indexentry{acons}{37}
+\indexentry{append}{37}
+\indexentry{nconc}{37}
+\indexentry{subst}{37}
+\indexentry{flatten}{37}
+\indexentry{push}{38}
+\indexentry{pop}{38}
+\indexentry{pushnew}{38}
+\indexentry{adjoin}{38}
+\indexentry{union}{38}
+\indexentry{subsetp}{38}
+\indexentry{intersection}{38}
+\indexentry{set-difference}{38}
+\indexentry{set-exclusive-or}{38}
+\indexentry{list-insert}{38}
+\indexentry{copy-tree}{38}
+\indexentry{mapc}{38}
+\indexentry{mapcar}{38}
+\indexentry{mapcan}{38}
+\indexentry{array-rank-limit}{39}
+\indexentry{array-dimension-limit}{39}
+\indexentry{vectorp}{39}
+\indexentry{vector}{39}
+\indexentry{make-array}{39}
+\indexentry{svref}{39}
+\indexentry{aref}{39}
+\indexentry{vector-push}{39}
+\indexentry{vector-push-extend}{39}
+\indexentry{arrayp}{39}
+\indexentry{array-total-size}{39}
+\indexentry{fill-pointer}{40}
+\indexentry{array-rank}{40}
+\indexentry{array-dimensions}{40}
+\indexentry{array-dimension}{40}
+\indexentry{bit}{40}
+\indexentry{bit-and}{40}
+\indexentry{bit-ior}{40}
+\indexentry{bit-xor}{40}
+\indexentry{bit-eqv}{40}
+\indexentry{bit-nand}{40}
+\indexentry{bit-nor}{40}
+\indexentry{bit-not}{40}
+\indexentry{digit-char-p}{41}
+\indexentry{alpha-char-p}{41}
+\indexentry{upper-case-p}{41}
+\indexentry{lower-case-p}{41}
+\indexentry{alphanumeric-p}{41}
+\indexentry{char-upcase}{41}
+\indexentry{char-downcase}{41}
+\indexentry{char}{41}
+\indexentry{schar}{41}
+\indexentry{stringp}{41}
+\indexentry{string-upcase}{41}
+\indexentry{string-downcase}{41}
+\indexentry{nstring-upcase}{41}
+\indexentry{nstring-downcase}{41}
+\indexentry{string=}{41}
+\indexentry{string-equal}{41}
+\indexentry{string}{41}
+\indexentry{string$<$}{41}
+\indexentry{string$<=$}{42}
+\indexentry{string$>$}{42}
+\indexentry{string$>=$}{42}
+\indexentry{string-left-trim}{42}
+\indexentry{string-right-trim}{42}
+\indexentry{string-trim}{42}
+\indexentry{substringp}{42}
+\indexentry{make-foreign-string}{42}
+\indexentry{sxhash}{43}
+\indexentry{make-hash-table}{43}
+\indexentry{gethash}{43}
+\indexentry{remhash}{43}
+\indexentry{maphash}{43}
+\indexentry{hash-table-p}{43}
+\indexentry{hash-table}{43}
+\indexentry{:hash-function}{43}
+\indexentry{queue}{44}
+\indexentry{:init}{44}
+\indexentry{:enqueue}{44}
+\indexentry{:dequeue}{44}
+\indexentry{:empty?}{44}
+\indexentry{:length}{44}
+\indexentry{romkan}{45}
+\indexentry{romanji}{45}
+\indexentry{sjis2euc}{45}
+\indexentry{euc2sjis}{45}
+\indexentry{jis2euc}{45}
+\indexentry{kana-date}{45}
+\indexentry{kana-date}{45}
+\indexentry{hira2kata}{45}
+\indexentry{kata2hira}{45}
+\indexentry{iconv-open}{45}
+\indexentry{regmatch}{46}
+\indexentry{base64encode}{46}
+\indexentry{base64decode}{46}
+\indexentry{crypt}{46}
+\indexentry{rcrypt}{46}
+\indexentry{random-string}{46}
+\indexentry{compcrypt}{46}
+\indexentry{time}{47}
+\indexentry{:now}{47}
+\indexentry{:init}{47}
+\indexentry{:make}{47}
+\indexentry{:year}{47}
+\indexentry{:month}{47}
+\indexentry{:day}{47}
+\indexentry{:weekday}{47}
+\indexentry{:hour}{47}
+\indexentry{:minute}{47}
+\indexentry{:second}{47}
+\indexentry{:seconds}{47}
+\indexentry{:year-day}{47}
+\indexentry{:difference}{47}
+\indexentry{:add}{47}
+\indexentry{streamp}{48}
+\indexentry{s}{48}
+\indexentry{i}{48}
+\indexentry{input-stream-p}{48}
+\indexentry{output-stream-p}{48}
+\indexentry{io-stream-p}{48}
+\indexentry{open}{48}
+\indexentry{with-open-file}{48}
+\indexentry{close}{48}
+\indexentry{make-string-input-stream}{48}
+\indexentry{make-string-output-stream}{48}
+\indexentry{get-output-stream-string}{48}
+\indexentry{make-broadcast-stream}{49}
+\indexentry{read}{51}
+\indexentry{read-delimited-list}{51}
+\indexentry{read-line}{52}
+\indexentry{read-char}{52}
+\indexentry{read-from-string}{52}
+\indexentry{m}{52}
+\indexentry{unread-char}{52}
+\indexentry{peek-char}{52}
+\indexentry{y-or-n-p}{52}
+\indexentry{yes-or-no-p}{52}
+\indexentry{readtable-p}{52}
+\indexentry{copy-readtable}{52}
+\indexentry{set-syntax-from-char}{52}
+\indexentry{set-macro-character}{52}
+\indexentry{get-macro-character}{52}
+\indexentry{set-dispatch-macro-character}{52}
+\indexentry{get-dispatch-macro-character}{52}
+\indexentry{print}{53}
+\indexentry{prin1}{53}
+\indexentry{princ}{53}
+\indexentry{terpri}{53}
+\indexentry{finish-output}{53}
+\indexentry{princ-to-string}{53}
+\indexentry{prin1-to-string}{53}
+\indexentry{format}{53}
+\indexentry{pprint}{53}
+\indexentry{print-functions}{53}
+\indexentry{write-byte}{54}
+\indexentry{write-word}{54}
+\indexentry{write-long}{54}
+\indexentry{spaces}{54}
+\indexentry{pf}{54}
+\indexentry{pp-method}{54}
+\indexentry{tprint}{54}
+\indexentry{print-size}{54}
+\indexentry{map-file}{55}
+\indexentry{f}{55}
+\indexentry{make-msgq-input-stream}{55}
+\indexentry{make-msgq-output-stream}{55}
+\indexentry{make-socket-address}{57}
+\indexentry{make-socket-port}{57}
+\indexentry{make-server-socket-stream}{57}
+\indexentry{make-client-socket-stream}{57}
+\indexentry{open-server}{57}
+\indexentry{connect-server}{57}
+\indexentry{select-stream}{57}
+\indexentry{def-async}{57}
+\indexentry{pathnamep}{58}
+\indexentry{pathname}{58}
+\indexentry{pathname-directory}{58}
+\indexentry{pathname-name}{58}
+\indexentry{pathname-type}{58}
+\indexentry{make-pathname}{58}
+\indexentry{merge-pathnames}{58}
+\indexentry{namestring}{58}
+\indexentry{parse-namestring}{58}
+\indexentry{truename}{58}
+\indexentry{url-pathname}{58}
+\indexentry{digits-string}{58}
+\indexentry{sequential-file-name}{58}
+\indexentry{timed-file-name}{59}
+\indexentry{dated-file-name}{59}
+\indexentry{probe-file}{60}
+\indexentry{file-size}{60}
+\indexentry{directory-p}{60}
+\indexentry{find-executable}{60}
+\indexentry{file-write-date}{60}
+\indexentry{file-newer}{60}
+\indexentry{object-file-p}{60}
+\indexentry{directory}{60}
+\indexentry{dir}{60}
+\indexentry{identity}{61}
+\indexentry{eval}{61}
+\indexentry{apply}{61}
+\indexentry{funcall}{61}
+\indexentry{quote}{61}
+\indexentry{function}{61}
+\indexentry{evalhook}{61}
+\indexentry{eval-dynamic}{61}
+\indexentry{macroexpand}{61}
+\indexentry{eval-when}{61}
+\indexentry{the}{62}
+\indexentry{declare}{62}
+\indexentry{i}{62}
+\indexentry{:}{62}
+\indexentry{f}{62}
+\indexentry{:}{62}
+\indexentry{f}{62}
+\indexentry{proclaim}{62}
+\indexentry{warn}{62}
+\indexentry{error}{62}
+\indexentry{install-error-handler}{62}
+\indexentry{-}{63}
+\indexentry{+}{63}
+\indexentry{++}{63}
+\indexentry{+++}{63}
+\indexentry{*}{64}
+\indexentry{**}{64}
+\indexentry{***}{64}
+\indexentry{*prompt-string*}{64}
+\indexentry{*program-name*}{64}
+\indexentry{eustop}{64}
+\indexentry{eussig}{64}
+\indexentry{sigint-handler}{64}
+\indexentry{euserror}{64}
+\indexentry{reset}{64}
+\indexentry{exit}{64}
+\indexentry{*top-selector*}{64}
+\indexentry{h}{64}
+\indexentry{!}{64}
+\indexentry{new-history}{64}
+\indexentry{euscomp}{66}
+\indexentry{compile-file}{66}
+\indexentry{compile}{66}
+\indexentry{compile-file-if-src-newer}{66}
+\indexentry{*optimize*}{66}
+\indexentry{*verbose*}{66}
+\indexentry{*safety*}{66}
+\indexentry{load}{67}
+\indexentry{load-files}{67}
+\indexentry{*modules*}{67}
+\indexentry{provide}{67}
+\indexentry{require}{67}
+\indexentry{system:binload}{68}
+\indexentry{system:txtload}{68}
+\indexentry{describe}{69}
+\indexentry{describe-list}{69}
+\indexentry{inspect}{69}
+\indexentry{more}{69}
+\indexentry{break}{69}
+\indexentry{help}{69}
+\indexentry{apropos}{69}
+\indexentry{apropos-list}{69}
+\indexentry{constants}{69}
+\indexentry{variables}{69}
+\indexentry{functions}{69}
+\indexentry{btrace}{69}
+\indexentry{step-hook}{69}
+\indexentry{step}{69}
+\indexentry{trace}{69}
+\indexentry{untrace}{69}
+\indexentry{timing}{69}
+\indexentry{time}{70}
+\indexentry{sys:list-all-catchers}{70}
+\indexentry{sys:list-all-instances}{70}
+\indexentry{sys:list-all-bindings}{70}
+\indexentry{sys:list-all-special-bindings}{70}
+\indexentry{dump-object}{71}
+\indexentry{dump-structure}{71}
+\indexentry{dump-loadable-structure}{71}
+\indexentry{save}{71}
+\indexentry{save}{71}
+\indexentry{lisp-implementation-type}{72}
+\indexentry{lisp-implementation-version}{72}
+\indexentry{sys:gc}{73}
+\indexentry{sys:*gc-hook*}{74}
+\indexentry{sys:gctime}{74}
+\indexentry{sys:alloc}{74}
+\indexentry{sys:newstack}{74}
+\indexentry{sys:*gc-merge*}{74}
+\indexentry{sys:*gc-margin*}{74}
+\indexentry{sys:reclaim}{74}
+\indexentry{sys:reclaim-tree}{74}
+\indexentry{sys:btrace}{74}
+\indexentry{sys:memory-report}{74}
+\indexentry{sys:room}{74}
+\indexentry{sys:address}{74}
+\indexentry{sys:peek}{74}
+\indexentry{sys:poke}{74}
+\indexentry{sys:list-all-chunks}{75}
+\indexentry{sys:object-size}{75}
+\indexentry{unix:ptimes}{76}
+\indexentry{unix:runtime}{76}
+\indexentry{unix:localtime}{76}
+\indexentry{unix:asctime}{76}
+\indexentry{unix:getpid}{76}
+\indexentry{unix:getppid}{76}
+\indexentry{unix:getpgrp}{76}
+\indexentry{unix:setpgrp}{76}
+\indexentry{unix:getuid}{76}
+\indexentry{unix:geteuid}{76}
+\indexentry{unix:getgid}{76}
+\indexentry{unix:getegid}{76}
+\indexentry{unix:setuid}{76}
+\indexentry{unix:setgid}{76}
+\indexentry{unix:fork}{76}
+\indexentry{unix:vfork}{77}
+\indexentry{unix:exec}{77}
+\indexentry{unix:wait}{77}
+\indexentry{unix:exit}{77}
+\indexentry{sys:*exit-hook*}{77}
+\indexentry{unix:getpriority}{77}
+\indexentry{unix:setpriority}{77}
+\indexentry{unix:getrusage}{77}
+\indexentry{unix:system}{77}
+\indexentry{unix:getenv}{77}
+\indexentry{unix:putenv}{77}
+\indexentry{unix:sleep}{77}
+\indexentry{unix:usleep}{78}
+\indexentry{unix:uread}{78}
+\indexentry{unix:write}{78}
+\indexentry{unix:fcntl}{78}
+\indexentry{unix:ioctl}{78}
+\indexentry{unix:ioctl\_}{78}
+\indexentry{unix:ioctl\_R}{78}
+\indexentry{unix:ioctl\_W}{78}
+\indexentry{unix:ioctl\_WR}{78}
+\indexentry{unix:close}{78}
+\indexentry{unix:dup}{78}
+\indexentry{unix:pipe}{78}
+\indexentry{unix:lseek}{78}
+\indexentry{unix:link}{78}
+\indexentry{unix:unlink}{78}
+\indexentry{unix:mknod}{78}
+\indexentry{unix:access}{78}
+\indexentry{unix:stat}{78}
+\indexentry{unix:chdir}{79}
+\indexentry{unix:getwd}{79}
+\indexentry{unix:chmod}{79}
+\indexentry{unix:chown}{79}
+\indexentry{unix:isatty}{79}
+\indexentry{unix:msgget}{79}
+\indexentry{unix:msgsnd}{79}
+\indexentry{unix:msgrcv}{79}
+\indexentry{unix:socket}{79}
+\indexentry{unix:bind}{79}
+\indexentry{unix:connect}{79}
+\indexentry{unix:listen}{79}
+\indexentry{unix:accept}{79}
+\indexentry{unix:recvfrom}{79}
+\indexentry{unix:sendto}{79}
+\indexentry{unix:getservbyname}{79}
+\indexentry{unix:gethostbyname}{80}
+\indexentry{unix:syserrlist}{80}
+\indexentry{unix:signal}{80}
+\indexentry{unix:kill}{80}
+\indexentry{unix:pause}{80}
+\indexentry{unix:alarm}{80}
+\indexentry{unix:ualarm}{80}
+\indexentry{unix:getitimer}{80}
+\indexentry{unix:setitimer}{80}
+\indexentry{unix:select}{80}
+\indexentry{unix:select-read-fd}{80}
+\indexentry{unix:thr-self}{81}
+\indexentry{unix:thr-getprio}{81}
+\indexentry{unix:thr-setprio}{81}
+\indexentry{unix:thr-getconcurrency}{81}
+\indexentry{unix:thr-setconcurrency}{81}
+\indexentry{unix:thr-create}{81}
+\indexentry{unix:malloc}{81}
+\indexentry{unix:free}{81}
+\indexentry{unix:valloc}{81}
+\indexentry{unix:mmap}{81}
+\indexentry{unix:munmap}{81}
+\indexentry{unix:vadvise}{81}
+\indexentry{unix:tiocgetp}{82}
+\indexentry{unix:tiocsetp}{82}
+\indexentry{unix:tiocsetn}{82}
+\indexentry{unix:tiocgetd}{82}
+\indexentry{unix:tiocflush}{82}
+\indexentry{unix:tiocgpgrp}{82}
+\indexentry{unix:tiocspgrp}{82}
+\indexentry{unix:tiocoutq}{82}
+\indexentry{unix:fionread}{82}
+\indexentry{unix:tiocsetc}{82}
+\indexentry{unix:tioclbis}{82}
+\indexentry{unix:tioclbic}{82}
+\indexentry{unix:tioclset}{82}
+\indexentry{unix:tioclget}{82}
+\indexentry{unix:tcseta}{82}
+\indexentry{unix:tcsets}{82}
+\indexentry{unix:tcsetsw}{82}
+\indexentry{unix:tcsetsf}{82}
\indexentry{unix:tiocsetc}{83}
-\indexentry{unix:tioclbis}{83}
-\indexentry{unix:tioclbic}{83}
-\indexentry{unix:tioclset}{83}
-\indexentry{unix:tioclget}{83}
-\indexentry{unix:tcseta}{83}
-\indexentry{unix:tcsets}{83}
-\indexentry{unix:tcsetsw}{83}
-\indexentry{unix:tcsetsf}{83}
-\indexentry{unix:tiocsetc}{84}
-\indexentry{unix:tcsetaf}{84}
-\indexentry{unix:tcsetaw}{84}
-\indexentry{unix:tcgeta}{84}
-\indexentry{unix:tcgets}{84}
-\indexentry{unix:tcgetattr}{84}
-\indexentry{unix:tcsetattr}{84}
-\indexentry{dbm-open}{84}
-\indexentry{dbm-store}{84}
-\indexentry{dbm-fetch}{84}
-\indexentry{cd}{85}
-\indexentry{ez}{85}
-\indexentry{piped-fork}{85}
-\indexentry{xfork}{85}
-\indexentry{rusage}{85}
-\indexentry{load-foreign}{88}
-\indexentry{defforeign}{89}
-\indexentry{defun-c-callable}{89}
-\indexentry{f}{89}
-\indexentry{pod-address}{89}
-\indexentry{array-entity}{89}
-\indexentry{float2double}{89}
-\indexentry{double2float}{89}
-\indexentry{sys:make-thread}{94}
-\indexentry{sys:*threads*}{95}
-\indexentry{sys::free-threads}{95}
-\indexentry{sys:thread}{95}
-\indexentry{sys:thread-no-wait}{95}
-\indexentry{sys:wait-thread}{95}
-\indexentry{sys:plist}{95}
-\indexentry{sys:make-mutex-lock}{95}
-\indexentry{sys:mutex-lock}{95}
-\indexentry{sys:mutex-unlock}{95}
-\indexentry{sys:mutex}{95}
-\indexentry{sys:make-cond}{96}
-\indexentry{sys:cond-wait}{96}
-\indexentry{sys:cond-signal}{96}
-\indexentry{sys:make-semaphore}{96}
-\indexentry{sys:sema-post}{96}
-\indexentry{sys:sema-wait}{96}
-\indexentry{sys:barrier-synch}{96}
+\indexentry{unix:tcsetaf}{83}
+\indexentry{unix:tcsetaw}{83}
+\indexentry{unix:tcgeta}{83}
+\indexentry{unix:tcgets}{83}
+\indexentry{unix:tcgetattr}{83}
+\indexentry{unix:tcsetattr}{83}
+\indexentry{dbm-open}{83}
+\indexentry{dbm-store}{83}
+\indexentry{dbm-fetch}{83}
+\indexentry{cd}{84}
+\indexentry{ez}{84}
+\indexentry{piped-fork}{84}
+\indexentry{xfork}{84}
+\indexentry{rusage}{84}
+\indexentry{load-foreign}{87}
+\indexentry{defforeign}{88}
+\indexentry{defun-c-callable}{88}
+\indexentry{f}{88}
+\indexentry{pod-address}{88}
+\indexentry{array-entity}{88}
+\indexentry{float2double}{88}
+\indexentry{double2float}{88}
+\indexentry{sys:make-thread}{93}
+\indexentry{sys:*threads*}{94}
+\indexentry{sys::free-threads}{94}
+\indexentry{sys:thread}{94}
+\indexentry{sys:thread-no-wait}{94}
+\indexentry{sys:wait-thread}{94}
+\indexentry{sys:plist}{94}
+\indexentry{sys:make-mutex-lock}{94}
+\indexentry{sys:mutex-lock}{94}
+\indexentry{sys:mutex-unlock}{94}
+\indexentry{sys:mutex}{94}
+\indexentry{sys:make-cond}{95}
+\indexentry{sys:cond-wait}{95}
+\indexentry{sys:cond-signal}{95}
+\indexentry{sys:make-semaphore}{95}
+\indexentry{sys:sema-post}{95}
+\indexentry{sys:sema-wait}{95}
+\indexentry{sys:barrier-synch}{95}
+\indexentry{:init}{95}
+\indexentry{:add}{95}
+\indexentry{:remove}{95}
+\indexentry{:wait}{95}
+\indexentry{sys:synch-memory-port}{95}
+\indexentry{:read}{96}
+\indexentry{:write}{96}
\indexentry{:init}{96}
-\indexentry{:add}{96}
-\indexentry{:remove}{96}
-\indexentry{:wait}{96}
-\indexentry{sys:synch-memory-port}{96}
-\indexentry{:read}{97}
-\indexentry{:write}{97}
-\indexentry{:init}{97}
-\indexentry{float-vector}{98}
-\indexentry{float-vector-p}{98}
-\indexentry{v+}{98}
-\indexentry{v-}{98}
-\indexentry{v.}{98}
-\indexentry{v*}{98}
-\indexentry{v.*}{98}
-\indexentry{v$<$}{98}
-\indexentry{v$>$}{98}
-\indexentry{vmin}{98}
-\indexentry{vmax}{98}
-\indexentry{minimal-box}{98}
-\indexentry{scale}{98}
-\indexentry{norm}{98}
-\indexentry{norm2}{98}
-\indexentry{normalize-vector}{98}
-\indexentry{distance}{98}
-\indexentry{distance2}{99}
-\indexentry{homo2normal}{99}
-\indexentry{homogenize}{99}
-\indexentry{midpoint}{99}
-\indexentry{rotate-vector}{99}
-\indexentry{matrix}{99}
-\indexentry{make-matrix}{99}
-\indexentry{matrixp}{99}
-\indexentry{matrix-row}{99}
-\indexentry{matrix-column}{100}
-\indexentry{m*}{100}
-\indexentry{transpose}{100}
-\indexentry{unit-matrix}{100}
-\indexentry{replace-matrix}{100}
-\indexentry{scale-matrix}{100}
-\indexentry{copy-matrix}{100}
-\indexentry{transform}{100}
-\indexentry{transform}{100}
-\indexentry{rotate-matrix}{100}
-\indexentry{rotation-matrix}{100}
-\indexentry{rotation-angle}{100}
-\indexentry{rpy-matrix}{100}
-\indexentry{rpy-angle}{100}
-\indexentry{Euler-matrix}{100}
-\indexentry{Euler-angle}{100}
-\indexentry{lu-decompose}{101}
-\indexentry{lu-solve}{101}
-\indexentry{lu-determinant}{101}
-\indexentry{simultaneous-equation}{101}
-\indexentry{inverse-matrix}{101}
-\indexentry{pseudo-inverse}{101}
-\indexentry{coordinates}{102}
-\indexentry{coordinates-p}{102}
-\indexentry{:rot}{102}
-\indexentry{:pos}{102}
-\indexentry{:newcoords}{102}
-\indexentry{:replace-coords}{102}
-\indexentry{:coords}{102}
-\indexentry{:copy-coords}{102}
-\indexentry{:reset-coords}{102}
-\indexentry{:worldpos}{102}
-\indexentry{:worldrot}{102}
-\indexentry{:worldcoords}{102}
-\indexentry{:copy-worldcoords}{102}
-\indexentry{:rotate-vector}{102}
-\indexentry{:transform-vector}{102}
-\indexentry{:inverse-transform-vector}{103}
-\indexentry{:transform}{103}
-\indexentry{:move-to}{103}
-\indexentry{:translate}{103}
-\indexentry{:locate}{103}
-\indexentry{:rotate}{103}
-\indexentry{:orient}{103}
-\indexentry{:inverse-transformation}{103}
-\indexentry{:transformation}{103}
-\indexentry{:Euler}{103}
-\indexentry{:roll-pitch-yaw}{103}
-\indexentry{:4x4}{103}
-\indexentry{:init}{103}
-\indexentry{cascaded-coords}{104}
-\indexentry{c}{104}
-\indexentry{:inheritance}{104}
-\indexentry{:assoc}{104}
-\indexentry{:dissoc}{104}
-\indexentry{:changed}{104}
-\indexentry{:update}{104}
-\indexentry{:worldcoords}{104}
-\indexentry{:worldpos}{105}
-\indexentry{:worldrot}{105}
-\indexentry{:transform-vector}{105}
-\indexentry{:inverse-transform-vector}{105}
-\indexentry{:inverse-transformation}{105}
-\indexentry{:transform}{105}
-\indexentry{:translate}{105}
-\indexentry{:locate}{105}
-\indexentry{:rotate}{105}
-\indexentry{:orient}{105}
-\indexentry{make-coords}{105}
-\indexentry{make-cascoords}{105}
-\indexentry{coords}{105}
-\indexentry{cascoords}{105}
-\indexentry{transform-coords}{105}
-\indexentry{transform-coords*}{105}
-\indexentry{wrt}{105}
-\indexentry{B}{106}
-\indexentry{vplus}{106}
-\indexentry{vector-mean}{106}
-\indexentry{triangle}{106}
-\indexentry{triangle-normal}{107}
-\indexentry{vector-angle}{107}
-\indexentry{face-normal-vector}{107}
-\indexentry{farthest}{107}
-\indexentry{farthest-pair}{107}
-\indexentry{maxindex}{107}
-\indexentry{random-vector}{107}
-\indexentry{random-normalized-vector}{107}
-\indexentry{random-vectors}{107}
-\indexentry{line-intersection}{107}
-\indexentry{collinear-p}{107}
-\indexentry{find-coplanar-vertices}{107}
-\indexentry{find-connecting-edge}{107}
-\indexentry{make-vertex-edge-htab}{107}
-\indexentry{left-points}{107}
-\indexentry{right-points}{107}
-\indexentry{left-most-point}{107}
-\indexentry{right-most-point}{108}
-\indexentry{eps=}{108}
-\indexentry{eps$<$}{108}
-\indexentry{eps$<=$}{108}
-\indexentry{eps$>$}{108}
-\indexentry{eps$>=$}{108}
-\indexentry{bounding-box}{108}
-\indexentry{:box}{108}
-\indexentry{:volume}{108}
-\indexentry{:grow}{108}
-\indexentry{:inner}{108}
-\indexentry{:intersection}{108}
-\indexentry{:union}{108}
-\indexentry{:intersectionp}{108}
-\indexentry{:extreme-point}{108}
-\indexentry{:corners}{108}
-\indexentry{:below}{108}
-\indexentry{:body}{108}
-\indexentry{:init}{109}
-\indexentry{make-bounding-box}{109}
-\indexentry{bounding-box-union}{109}
-\indexentry{bounding-box-intersection}{109}
-\indexentry{line}{110}
-\indexentry{:vertices}{110}
-\indexentry{:point}{110}
-\indexentry{:parameter}{110}
-\indexentry{:direction}{110}
-\indexentry{:end-point}{110}
-\indexentry{:box}{110}
-\indexentry{:boxtest}{110}
-\indexentry{:length}{110}
-\indexentry{:distance}{110}
-\indexentry{:foot}{110}
-\indexentry{:common-perpendicular}{110}
-\indexentry{:project}{110}
-\indexentry{:collinear-point}{110}
-\indexentry{:on-line-point}{110}
-\indexentry{:collinear-line}{111}
-\indexentry{:coplanar}{111}
-\indexentry{:intersection}{111}
-\indexentry{:intersect-line}{111}
-\indexentry{edge}{111}
-\indexentry{make-line}{111}
-\indexentry{:pvertex}{111}
-\indexentry{:nvertex}{111}
-\indexentry{:body}{111}
-\indexentry{:pface}{111}
-\indexentry{:nface}{111}
-\indexentry{:binormal}{111}
-\indexentry{:angle}{111}
-\indexentry{:set-angle}{111}
-\indexentry{:invert}{111}
-\indexentry{:set-face}{111}
-\indexentry{:contourp}{112}
-\indexentry{:approximated-p}{112}
-\indexentry{:set-approximated-flag}{112}
+\indexentry{float-vector}{97}
+\indexentry{float-vector-p}{97}
+\indexentry{v+}{97}
+\indexentry{v-}{97}
+\indexentry{v.}{97}
+\indexentry{v*}{97}
+\indexentry{v.*}{97}
+\indexentry{v$<$}{97}
+\indexentry{v$>$}{97}
+\indexentry{vmin}{97}
+\indexentry{vmax}{97}
+\indexentry{minimal-box}{97}
+\indexentry{scale}{97}
+\indexentry{norm}{97}
+\indexentry{norm2}{97}
+\indexentry{normalize-vector}{97}
+\indexentry{distance}{97}
+\indexentry{distance2}{98}
+\indexentry{homo2normal}{98}
+\indexentry{homogenize}{98}
+\indexentry{midpoint}{98}
+\indexentry{rotate-vector}{98}
+\indexentry{matrix}{98}
+\indexentry{make-matrix}{98}
+\indexentry{matrixp}{98}
+\indexentry{matrix-row}{98}
+\indexentry{matrix-column}{99}
+\indexentry{m*}{99}
+\indexentry{transpose}{99}
+\indexentry{unit-matrix}{99}
+\indexentry{replace-matrix}{99}
+\indexentry{scale-matrix}{99}
+\indexentry{copy-matrix}{99}
+\indexentry{transform}{99}
+\indexentry{transform}{99}
+\indexentry{rotate-matrix}{99}
+\indexentry{rotation-matrix}{99}
+\indexentry{rotation-angle}{99}
+\indexentry{rpy-matrix}{99}
+\indexentry{rpy-angle}{99}
+\indexentry{Euler-matrix}{99}
+\indexentry{Euler-angle}{99}
+\indexentry{lu-decompose}{100}
+\indexentry{lu-solve}{100}
+\indexentry{lu-determinant}{100}
+\indexentry{simultaneous-equation}{100}
+\indexentry{inverse-matrix}{100}
+\indexentry{pseudo-inverse}{100}
+\indexentry{coordinates}{101}
+\indexentry{coordinates-p}{101}
+\indexentry{:rot}{101}
+\indexentry{:pos}{101}
+\indexentry{:newcoords}{101}
+\indexentry{:replace-coords}{101}
+\indexentry{:coords}{101}
+\indexentry{:copy-coords}{101}
+\indexentry{:reset-coords}{101}
+\indexentry{:worldpos}{101}
+\indexentry{:worldrot}{101}
+\indexentry{:worldcoords}{101}
+\indexentry{:copy-worldcoords}{101}
+\indexentry{:rotate-vector}{101}
+\indexentry{:transform-vector}{101}
+\indexentry{:inverse-transform-vector}{102}
+\indexentry{:transform}{102}
+\indexentry{:move-to}{102}
+\indexentry{:translate}{102}
+\indexentry{:locate}{102}
+\indexentry{:rotate}{102}
+\indexentry{:orient}{102}
+\indexentry{:inverse-transformation}{102}
+\indexentry{:transformation}{102}
+\indexentry{:Euler}{102}
+\indexentry{:roll-pitch-yaw}{102}
+\indexentry{:4x4}{102}
+\indexentry{:init}{102}
+\indexentry{cascaded-coords}{103}
+\indexentry{c}{103}
+\indexentry{:inheritance}{103}
+\indexentry{:assoc}{103}
+\indexentry{:dissoc}{103}
+\indexentry{:changed}{103}
+\indexentry{:update}{103}
+\indexentry{:worldcoords}{103}
+\indexentry{:worldpos}{104}
+\indexentry{:worldrot}{104}
+\indexentry{:transform-vector}{104}
+\indexentry{:inverse-transform-vector}{104}
+\indexentry{:inverse-transformation}{104}
+\indexentry{:transform}{104}
+\indexentry{:translate}{104}
+\indexentry{:locate}{104}
+\indexentry{:rotate}{104}
+\indexentry{:orient}{104}
+\indexentry{make-coords}{104}
+\indexentry{make-cascoords}{104}
+\indexentry{coords}{104}
+\indexentry{cascoords}{104}
+\indexentry{transform-coords}{104}
+\indexentry{transform-coords*}{104}
+\indexentry{wrt}{104}
+\indexentry{B}{105}
+\indexentry{vplus}{105}
+\indexentry{vector-mean}{105}
+\indexentry{triangle}{105}
+\indexentry{triangle-normal}{106}
+\indexentry{vector-angle}{106}
+\indexentry{face-normal-vector}{106}
+\indexentry{farthest}{106}
+\indexentry{farthest-pair}{106}
+\indexentry{maxindex}{106}
+\indexentry{random-vector}{106}
+\indexentry{random-normalized-vector}{106}
+\indexentry{random-vectors}{106}
+\indexentry{line-intersection}{106}
+\indexentry{collinear-p}{106}
+\indexentry{find-coplanar-vertices}{106}
+\indexentry{find-connecting-edge}{106}
+\indexentry{make-vertex-edge-htab}{106}
+\indexentry{left-points}{106}
+\indexentry{right-points}{106}
+\indexentry{left-most-point}{106}
+\indexentry{right-most-point}{107}
+\indexentry{eps=}{107}
+\indexentry{eps$<$}{107}
+\indexentry{eps$<=$}{107}
+\indexentry{eps$>$}{107}
+\indexentry{eps$>=$}{107}
+\indexentry{bounding-box}{107}
+\indexentry{:box}{107}
+\indexentry{:volume}{107}
+\indexentry{:grow}{107}
+\indexentry{:inner}{107}
+\indexentry{:intersection}{107}
+\indexentry{:union}{107}
+\indexentry{:intersectionp}{107}
+\indexentry{:extreme-point}{107}
+\indexentry{:corners}{107}
+\indexentry{:below}{107}
+\indexentry{:body}{107}
+\indexentry{:init}{108}
+\indexentry{make-bounding-box}{108}
+\indexentry{bounding-box-union}{108}
+\indexentry{bounding-box-intersection}{108}
+\indexentry{line}{109}
+\indexentry{:vertices}{109}
+\indexentry{:point}{109}
+\indexentry{:parameter}{109}
+\indexentry{:direction}{109}
+\indexentry{:end-point}{109}
+\indexentry{:box}{109}
+\indexentry{:boxtest}{109}
+\indexentry{:length}{109}
+\indexentry{:distance}{109}
+\indexentry{:foot}{109}
+\indexentry{:common-perpendicular}{109}
+\indexentry{:project}{109}
+\indexentry{:collinear-point}{109}
+\indexentry{:on-line-point}{109}
+\indexentry{:collinear-line}{110}
+\indexentry{:coplanar}{110}
+\indexentry{:intersection}{110}
+\indexentry{:intersect-line}{110}
+\indexentry{edge}{110}
+\indexentry{make-line}{110}
+\indexentry{:pvertex}{110}
+\indexentry{:nvertex}{110}
+\indexentry{:body}{110}
+\indexentry{:pface}{110}
+\indexentry{:nface}{110}
+\indexentry{:binormal}{110}
+\indexentry{:angle}{110}
+\indexentry{:set-angle}{110}
+\indexentry{:invert}{110}
+\indexentry{:set-face}{110}
+\indexentry{:contourp}{111}
+\indexentry{:approximated-p}{111}
+\indexentry{:set-approximated-flag}{111}
+\indexentry{:init}{111}
+\indexentry{plane}{112}
+\indexentry{:normal}{112}
+\indexentry{:distance}{112}
+\indexentry{:coplanar-point}{112}
+\indexentry{:coplanar-line}{112}
+\indexentry{:intersection}{112}
+\indexentry{:intersection-edge}{112}
+\indexentry{:foot}{112}
\indexentry{:init}{112}
-\indexentry{plane}{113}
-\indexentry{:normal}{113}
-\indexentry{:distance}{113}
-\indexentry{:coplanar-point}{113}
-\indexentry{:coplanar-line}{113}
-\indexentry{:intersection}{113}
-\indexentry{:intersection-edge}{113}
-\indexentry{:foot}{113}
+\indexentry{polygon}{112}
+\indexentry{:box}{112}
+\indexentry{:boxtest}{112}
+\indexentry{:edges}{112}
+\indexentry{:edge}{113}
+\indexentry{:vertices}{113}
+\indexentry{:vertex}{113}
+\indexentry{:insidep}{113}
+\indexentry{:intersect-point-vector}{113}
+\indexentry{:intersect-line}{113}
+\indexentry{:intersect-edge}{113}
+\indexentry{:intersect-face}{113}
+\indexentry{:transform-normal}{113}
+\indexentry{:reset-normal}{113}
+\indexentry{:invert}{113}
+\indexentry{:area}{113}
\indexentry{:init}{113}
-\indexentry{polygon}{113}
-\indexentry{:box}{113}
-\indexentry{:boxtest}{113}
-\indexentry{:edges}{113}
-\indexentry{:edge}{114}
-\indexentry{:vertices}{114}
-\indexentry{:vertex}{114}
+\indexentry{face}{113}
+\indexentry{:all-edges}{113}
+\indexentry{:all-vertices}{113}
\indexentry{:insidep}{114}
-\indexentry{:intersect-point-vector}{114}
-\indexentry{:intersect-line}{114}
-\indexentry{:intersect-edge}{114}
-\indexentry{:intersect-face}{114}
-\indexentry{:transform-normal}{114}
-\indexentry{:reset-normal}{114}
+\indexentry{:area}{114}
+\indexentry{:centroid}{114}
\indexentry{:invert}{114}
-\indexentry{:area}{114}
+\indexentry{:enter-hole}{114}
+\indexentry{:primitive-body}{114}
+\indexentry{:id}{114}
+\indexentry{:face-id}{114}
+\indexentry{:body-type}{114}
\indexentry{:init}{114}
-\indexentry{face}{114}
-\indexentry{:all-edges}{114}
-\indexentry{:all-vertices}{114}
+\indexentry{hole}{114}
+\indexentry{:face}{114}
+\indexentry{:enter-face}{114}
+\indexentry{:init}{114}
+\indexentry{body}{115}
+\indexentry{:magnify}{115}
+\indexentry{:translate-vertices}{115}
+\indexentry{:rotate-vertices}{115}
+\indexentry{:reset-model-vertices}{115}
+\indexentry{:newcoords}{115}
+\indexentry{:vertices}{115}
+\indexentry{:edges}{115}
+\indexentry{:faces}{115}
+\indexentry{:box}{115}
+\indexentry{:Euler}{115}
+\indexentry{:perimeter}{115}
+\indexentry{:volume}{115}
+\indexentry{:centroid}{115}
+\indexentry{:possibly-interfering-faces}{115}
+\indexentry{:common-box}{115}
\indexentry{:insidep}{115}
-\indexentry{:area}{115}
-\indexentry{:centroid}{115}
-\indexentry{:invert}{115}
-\indexentry{:enter-hole}{115}
-\indexentry{:primitive-body}{115}
-\indexentry{:id}{115}
-\indexentry{:face-id}{115}
-\indexentry{:body-type}{115}
-\indexentry{:init}{115}
-\indexentry{hole}{115}
-\indexentry{:face}{115}
-\indexentry{:enter-face}{115}
-\indexentry{:init}{115}
-\indexentry{body}{116}
-\indexentry{:magnify}{116}
-\indexentry{:translate-vertices}{116}
-\indexentry{:rotate-vertices}{116}
-\indexentry{:reset-model-vertices}{116}
-\indexentry{:newcoords}{116}
-\indexentry{:vertices}{116}
-\indexentry{:edges}{116}
-\indexentry{:faces}{116}
-\indexentry{:box}{116}
-\indexentry{:Euler}{116}
-\indexentry{:perimeter}{116}
-\indexentry{:volume}{116}
-\indexentry{:centroid}{116}
-\indexentry{:possibly-interfering-faces}{116}
-\indexentry{:common-box}{116}
-\indexentry{:insidep}{116}
-\indexentry{:intersect-face}{116}
-\indexentry{:intersectp}{116}
-\indexentry{:evert}{117}
-\indexentry{:faces-intersect-with-point-vector}{117}
-\indexentry{:distance}{117}
-\indexentry{:csg}{117}
-\indexentry{:primitive-body}{117}
-\indexentry{:primitive-body-p}{117}
-\indexentry{:creation-form}{117}
-\indexentry{:body-type}{117}
-\indexentry{:primitive-groups}{117}
-\indexentry{:get-face}{117}
-\indexentry{:init}{117}
-\indexentry{make-plane}{118}
-\indexentry{*xy-plane*}{118}
-\indexentry{*yz-plane*}{118}
-\indexentry{*zx-plane*}{118}
-\indexentry{make-cube}{118}
-\indexentry{make-prism}{118}
-\indexentry{make-cylinder}{118}
-\indexentry{make-cone}{118}
-\indexentry{make-solid-of-revolution}{118}
-\indexentry{make-torus}{118}
-\indexentry{make-icosahedron}{118}
-\indexentry{make-dodecahedron}{118}
-\indexentry{make-gdome}{118}
-\indexentry{graha...
[truncated message content] |
|
From: <k-...@us...> - 2013-05-20 15:31:34
|
Revision: 636
http://sourceforge.net/p/euslisp/code/636
Author: k-okada
Date: 2013-05-20 15:31:26 +0000 (Mon, 20 May 2013)
Log Message:
-----------
delete man.tex
Removed Paths:
-------------
trunk/EusLisp/doc/latex/man.tex
Deleted: trunk/EusLisp/doc/latex/man.tex
===================================================================
--- trunk/EusLisp/doc/latex/man.tex 2013-05-20 15:25:12 UTC (rev 635)
+++ trunk/EusLisp/doc/latex/man.tex 2013-05-20 15:31:26 UTC (rev 636)
@@ -1,174 +0,0 @@
-\documentstyle[11pt,titlepage,makeidx,twoside,EPSF/epsf,mytabbing,PSFONTS/times]{article}
-\makeindex
-\pagestyle{myheadings}
-\oddsidemargin=0cm
-\evensidemargin=0cm
-
-% A4 size
-\textwidth=16.5cm
-\textheight=24.6cm
-\topmargin=-0.8cm
-\oddsidemargin= 0.5cm
-\evensidemargin=0.5cm
-
-% Letter size
-%\topmargin=0.5cm
-%\textwidth=17.6cm
-%\textheight=23cm
-%\oddsidemargin= 0.2cm
-%\evensidemargin=0.2cm
-
-\parindent=10mm
-\parskip=1mm
-%\baselineskip 14pt
-
-\setcounter{totalnumber}{3}
-\renewcommand{\topfraction}{0.99} % 85% of a page (from page
- % top)
- % can be occupied by tbl / fig
- %
-\renewcommand{\bottomfraction}{0.99} % 85% of a page (from page
- % bottom)
- % can be occupied by tbl / fig
-\renewcommand{\textfraction}{0.0} % text shoud occupy 15% or
- % more in
- % a page
-%\renewcommand{\floatpagefraction}{0.99} % 70% or more shoud occupy in
- % a
- % a float page
-
-
-\jintercharskip=0pt plus3.0pt minus1pt%
-
-\begin{document}
-
-\newcommand{\ptext}[1]
-{\tt \begin{quote} \begin{tabbing} #1 \end{tabbing} \end{quote} \rm}
-
-\newcommand{\desclist}[1]{
-\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
-\item #1
-\end{list}
-\vspace{3mm}}
-
-\newcommand{\functiondescription}[4]{
-\index{#1}
-{\bf #1} \em #2 \rm \hfill [#3]
-%\if#4 \vspace{3mm} \\ \else \desclist{#4} \fi
-%\ifx#4 \vspace{3mm} \\ \else \desclist{#4} \fi
- \desclist{\hspace{0mm}#4}
-}
-
-
-\newcommand{\bfx}[1]{\index{#1}{\bf #1}}
-\newcommand{\emx}[1]{\index{#1}{\em #1}}
-
-\newcommand{\longdescription}[3]{
-\index{#1}
-\begin{emtabbing}
-{\bf #1}
-\it #2
-\rm
-\end{emtabbing}
-\desclist{#3}
-}
-
-\newcommand{\funcdesc}[3]{\functiondescription{#1}{#2}{function}{#3}}
-\newcommand{\macrodesc}[3]{\functiondescription{#1}{#2}{macro}{#3}}
-\newcommand{\specialdesc}[3]{\functiondescription{#1}{#2}{special}{#3}}
-\newcommand{\methoddesc}[3]{\functiondescription{#1}{#2}{method}{#3}}
-\newcommand{\vardesc}[2]{\functiondescription{#1}{}{variable}{#2}}
-
-%\newcommand{\fundesc}[2]{\functiondescription{#1}{#2}{function}{
-%}}
-%\newcommand{\macdesc}[2]{\functiondescription{#1}{#2}{macro}{
-%}}
-%\newcommand{\spedesc}[2]{\functiondescription{#1}{#2}{special}{
-%}}
-%\newcommand{\metdesc}[2]{\functiondescription{#1}{#2}{method}{
-%}}
-\newcommand{\fundesc}[2]{\functiondescription{#1}{#2}{function}{\hspace{0mm}}}
-\newcommand{\macdesc}[2]{\functiondescription{#1}{#2}{macro}{\hspace{0mm}}}
-\newcommand{\spedesc}[2]{\functiondescription{#1}{#2}{special}{\hspace{0mm}}}
-\newcommand{\metdesc}[2]{\functiondescription{#1}{#2}{method}{\hspace{0mm}}}
-
-\newcommand{\constdesc}[2]{\functiondescription{#1}{}{constant}{#2}}
-
-\newcommand{\classdesc}[4]{ %class, super slots description
-\vspace{2mm}
-\index{#1}
-{\Large {\bf #1 }} \hfill [class] %super
-\begin{tabbing}
-\hspace{30mm} :super \hspace{5mm} \= {\bf #2} \\
-\hspace{30mm} :slots \> #3
-\end{tabbing}
-\vspace{4mm}
-\desclist{#4}}
-
-\newenvironment{refdesc}{
- \vspace{5mm} \parindent=0mm \topsep=0mm \parskip=0mm \leftmargin=10mm}{
- \parindent=10mm \topsep=3mm \parskip=1mm \leftmargin=0mm }
-
-\date{}
-\title{{\Huge \bf EusLisp} \\
-{\Large \bf version 9.00} \\
-{\LARGE \bf Reference Manual} \\
-{\large Featuring Multithread and XToolKit} \\
-\vspace{10mm}
-%ETL-RM-87-06E \\
-{\large ETL-TR-95-2} \\
-{\large January, 1995} \\ }
-
-
-\author{{\large Toshihiro Matsui}\\
-ma...@et... \\
-Intelligent Systems Division \\
-Electrotechnical Laboratory \\
-Agency of Industrial Science and Technology \\
-Ministry of International Trading and Industry \\
-1-1-4 Umezono,
-Tsukuba, Ibaraki 305, JAPAN}
-\normalsize
-\thispagestyle{empty}
-\maketitle
-\pagenumbering{roman}
-\tableofcontents
-% \listoffigures
-% \listoftables
-\bibliographystyle{plain}
-\newpage
-\pagenumbering{arabic}
-\part{EusLisp Basics}
-\markboth{EusLisp version 9.00 Reference Manual (Part I)}{Introduction}
-\input{intro}
-\input{generals}
-\input{controls}
-\input{objects}
-%\input{predicates}
-\input{arith}
-\input{symbols}
-\input{sequences}
-\input{io}
-\input{evaluation}
-\newpage
-\part{EusLisp Extensions}
-\markboth{EusLisp version 9.00 Reference Manual (Part II)}{System Functions}
-\input{sysfunc}
-\input{mthread}
-\input{matrix}
-\input{geometry}
-\input{contact}
-\input{voronoi}
-\input{graphics}
-\input{xwindow}
-\input{xtoolkit}
-\input{image}
-\input{manipulator}
-\input{mars-pre}
-%
-\cleardoublepage
-\markboth{EusLisp version 9.00 Reference Manual}{Index}
-\footnotesize
-\printindex
-\end{document}
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-20 15:31:32
|
Revision: 636
http://sourceforge.net/p/euslisp/code/636
Author: k-okada
Date: 2013-05-20 15:31:26 +0000 (Mon, 20 May 2013)
Log Message:
-----------
delete man.tex
Removed Paths:
-------------
trunk/EusLisp/doc/latex/man.tex
Deleted: trunk/EusLisp/doc/latex/man.tex
===================================================================
--- trunk/EusLisp/doc/latex/man.tex 2013-05-20 15:25:12 UTC (rev 635)
+++ trunk/EusLisp/doc/latex/man.tex 2013-05-20 15:31:26 UTC (rev 636)
@@ -1,174 +0,0 @@
-\documentstyle[11pt,titlepage,makeidx,twoside,EPSF/epsf,mytabbing,PSFONTS/times]{article}
-\makeindex
-\pagestyle{myheadings}
-\oddsidemargin=0cm
-\evensidemargin=0cm
-
-% A4 size
-\textwidth=16.5cm
-\textheight=24.6cm
-\topmargin=-0.8cm
-\oddsidemargin= 0.5cm
-\evensidemargin=0.5cm
-
-% Letter size
-%\topmargin=0.5cm
-%\textwidth=17.6cm
-%\textheight=23cm
-%\oddsidemargin= 0.2cm
-%\evensidemargin=0.2cm
-
-\parindent=10mm
-\parskip=1mm
-%\baselineskip 14pt
-
-\setcounter{totalnumber}{3}
-\renewcommand{\topfraction}{0.99} % 85% of a page (from page
- % top)
- % can be occupied by tbl / fig
- %
-\renewcommand{\bottomfraction}{0.99} % 85% of a page (from page
- % bottom)
- % can be occupied by tbl / fig
-\renewcommand{\textfraction}{0.0} % text shoud occupy 15% or
- % more in
- % a page
-%\renewcommand{\floatpagefraction}{0.99} % 70% or more shoud occupy in
- % a
- % a float page
-
-
-\jintercharskip=0pt plus3.0pt minus1pt%
-
-\begin{document}
-
-\newcommand{\ptext}[1]
-{\tt \begin{quote} \begin{tabbing} #1 \end{tabbing} \end{quote} \rm}
-
-\newcommand{\desclist}[1]{
-\begin{list}{ }{\setlength{\rightmargin}{0mm}\topsep=0mm\partopsep=0mm}
-\item #1
-\end{list}
-\vspace{3mm}}
-
-\newcommand{\functiondescription}[4]{
-\index{#1}
-{\bf #1} \em #2 \rm \hfill [#3]
-%\if#4 \vspace{3mm} \\ \else \desclist{#4} \fi
-%\ifx#4 \vspace{3mm} \\ \else \desclist{#4} \fi
- \desclist{\hspace{0mm}#4}
-}
-
-
-\newcommand{\bfx}[1]{\index{#1}{\bf #1}}
-\newcommand{\emx}[1]{\index{#1}{\em #1}}
-
-\newcommand{\longdescription}[3]{
-\index{#1}
-\begin{emtabbing}
-{\bf #1}
-\it #2
-\rm
-\end{emtabbing}
-\desclist{#3}
-}
-
-\newcommand{\funcdesc}[3]{\functiondescription{#1}{#2}{function}{#3}}
-\newcommand{\macrodesc}[3]{\functiondescription{#1}{#2}{macro}{#3}}
-\newcommand{\specialdesc}[3]{\functiondescription{#1}{#2}{special}{#3}}
-\newcommand{\methoddesc}[3]{\functiondescription{#1}{#2}{method}{#3}}
-\newcommand{\vardesc}[2]{\functiondescription{#1}{}{variable}{#2}}
-
-%\newcommand{\fundesc}[2]{\functiondescription{#1}{#2}{function}{
-%}}
-%\newcommand{\macdesc}[2]{\functiondescription{#1}{#2}{macro}{
-%}}
-%\newcommand{\spedesc}[2]{\functiondescription{#1}{#2}{special}{
-%}}
-%\newcommand{\metdesc}[2]{\functiondescription{#1}{#2}{method}{
-%}}
-\newcommand{\fundesc}[2]{\functiondescription{#1}{#2}{function}{\hspace{0mm}}}
-\newcommand{\macdesc}[2]{\functiondescription{#1}{#2}{macro}{\hspace{0mm}}}
-\newcommand{\spedesc}[2]{\functiondescription{#1}{#2}{special}{\hspace{0mm}}}
-\newcommand{\metdesc}[2]{\functiondescription{#1}{#2}{method}{\hspace{0mm}}}
-
-\newcommand{\constdesc}[2]{\functiondescription{#1}{}{constant}{#2}}
-
-\newcommand{\classdesc}[4]{ %class, super slots description
-\vspace{2mm}
-\index{#1}
-{\Large {\bf #1 }} \hfill [class] %super
-\begin{tabbing}
-\hspace{30mm} :super \hspace{5mm} \= {\bf #2} \\
-\hspace{30mm} :slots \> #3
-\end{tabbing}
-\vspace{4mm}
-\desclist{#4}}
-
-\newenvironment{refdesc}{
- \vspace{5mm} \parindent=0mm \topsep=0mm \parskip=0mm \leftmargin=10mm}{
- \parindent=10mm \topsep=3mm \parskip=1mm \leftmargin=0mm }
-
-\date{}
-\title{{\Huge \bf EusLisp} \\
-{\Large \bf version 9.00} \\
-{\LARGE \bf Reference Manual} \\
-{\large Featuring Multithread and XToolKit} \\
-\vspace{10mm}
-%ETL-RM-87-06E \\
-{\large ETL-TR-95-2} \\
-{\large January, 1995} \\ }
-
-
-\author{{\large Toshihiro Matsui}\\
-ma...@et... \\
-Intelligent Systems Division \\
-Electrotechnical Laboratory \\
-Agency of Industrial Science and Technology \\
-Ministry of International Trading and Industry \\
-1-1-4 Umezono,
-Tsukuba, Ibaraki 305, JAPAN}
-\normalsize
-\thispagestyle{empty}
-\maketitle
-\pagenumbering{roman}
-\tableofcontents
-% \listoffigures
-% \listoftables
-\bibliographystyle{plain}
-\newpage
-\pagenumbering{arabic}
-\part{EusLisp Basics}
-\markboth{EusLisp version 9.00 Reference Manual (Part I)}{Introduction}
-\input{intro}
-\input{generals}
-\input{controls}
-\input{objects}
-%\input{predicates}
-\input{arith}
-\input{symbols}
-\input{sequences}
-\input{io}
-\input{evaluation}
-\newpage
-\part{EusLisp Extensions}
-\markboth{EusLisp version 9.00 Reference Manual (Part II)}{System Functions}
-\input{sysfunc}
-\input{mthread}
-\input{matrix}
-\input{geometry}
-\input{contact}
-\input{voronoi}
-\input{graphics}
-\input{xwindow}
-\input{xtoolkit}
-\input{image}
-\input{manipulator}
-\input{mars-pre}
-%
-\cleardoublepage
-\markboth{EusLisp version 9.00 Reference Manual}{Index}
-\footnotesize
-\printindex
-\end{document}
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <k-...@us...> - 2013-05-20 15:25:20
|
Revision: 635
http://sourceforge.net/p/euslisp/code/635
Author: k-okada
Date: 2013-05-20 15:25:12 +0000 (Mon, 20 May 2013)
Log Message:
-----------
update jmanual
Modified Paths:
--------------
trunk/EusLisp/doc/jlatex/jmanual.dvi
trunk/EusLisp/doc/jlatex/jmanual.pdf
trunk/EusLisp/doc/latex/manual.dvi
trunk/EusLisp/doc/latex/manual.pdf
Modified: trunk/EusLisp/doc/jlatex/jmanual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/jlatex/jmanual.pdf
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.dvi
===================================================================
(Binary files differ)
Modified: trunk/EusLisp/doc/latex/manual.pdf
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|