add current-filename, add-to-path, add-to-load-path
authorAndy Wingo <wingo@pobox.com>
Fri, 20 Jan 2012 23:08:17 +0000 (00:08 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 20 Jan 2012 23:08:17 +0000 (00:08 +0100)
commit925172cf529a89f0c5fd81720718971f9059fcfd
tree82b9cdcb48b543d4fe4c900f15ac482402b908c2
parentfb01fd87729256ac9740a275ced1dd83dafadfdf
add current-filename, add-to-path, add-to-load-path

* module/ice-9/boot-9.scm (current-filename, add-to-path)
  (add-to-load-path): New syntaxen.

* doc/ref/api-evaluation.texi (Loading): Move load-path related
  procedures to a new section:
  (Load Paths): Hither.  Document add-to-path and add-to-load-path.

* doc/ref/api-debug.texi (Source Properties): Document
  current-source-location and current-filename.

* doc/ref/api-modules.texi:
* doc/ref/guile-invoke.texi:
* doc/ref/scheme-using.texi: Update @ref for Load Paths change.
doc/ref/api-debug.texi
doc/ref/api-evaluation.texi
doc/ref/api-modules.texi
doc/ref/guile-invoke.texi
doc/ref/scheme-using.texi
module/ice-9/boot-9.scm