diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-22 01:06:58 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-06-22 01:06:58 +0200 |
commit | 1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6 (patch) | |
tree | 41ad0df8bcdcd1190f9963b301bd9170cb7ad2cd /doc/geiser.texi | |
parent | b8e697ec2d2102cda229eeb58a7e72edb8274b73 (diff) | |
download | geiser-1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6.tar.gz geiser-1be07dd7dd5032cc7b4e90a4e0fc0432ccda67a6.tar.bz2 |
Documentation tweaks.
Diffstat (limited to 'doc/geiser.texi')
-rw-r--r-- | doc/geiser.texi | 40 |
1 files changed, 19 insertions, 21 deletions
diff --git a/doc/geiser.texi b/doc/geiser.texi index f327155..8c9cce8 100644 --- a/doc/geiser.texi +++ b/doc/geiser.texi @@ -50,14 +50,15 @@ It draws inspiration (and a bit more) from environments such as Common Lisp's Slime, Factor's FUEL, Squeak or Emacs itself, and does its best to make Scheme hacking inside Emacs (even more) fun. -Or, to be precise, what i consider fun. Geiser is thus my humble -contribution to the dynamic school of expression, and a reaction against -what i perceive as a derailment, in modern times, of standard Scheme -towards the static camp. Because i prefer growing and healing to poking -at corpses, the continuously running Scheme interpreter takes the center -of the stage in Geiser. A bundle of Elisp shims orchestrates the dialog -between the Scheme interpreter, Emacs and, ultimately, the schemer, -giving her access to live metadata. +Or, to be precise, what @uref{http://hacks-galore.org/jao, i} consider +fun. Geiser is thus my humble contribution to the dynamic school of +expression, and a reaction against what i perceive as a derailment, in +modern times, of standard Scheme towards the static camp. Because i +prefer growing and healing to poking at corpses, the continuously +running Scheme interpreter takes the center of the stage in Geiser. A +bundle of Elisp shims orchestrates the dialog between the Scheme +interpreter, Emacs and, ultimately, the schemer, giving her access to +live metadata. Here's how. @ifnothtml @insertcopying @@ -67,7 +68,7 @@ giving her access to live metadata. @menu * Introduction:: * Installation:: -* Quick start:: +* Tutorial:: * Index:: @ifinfo @@ -87,20 +88,17 @@ Installation @end detailmenu @end ifinfo - @end menu - @ifhtml -@macro sLink {WHERE, TEXT} -@uref{http://savannah.nongnu.org/\WHERE\/?group=geiser, \TEXT\}@ @ -@end macro -@html -<div class="navigation"> -@end html -@flushright -@sLink{news, News} @ @ @sLink{files, Downloads} @ @ @sLink{bugs, Bugs} @ @ @uref{http://git.savannah.gnu.org/cgit/geiser.git, Source}@ @ @ @ @uref{http://lists.nongnu.org/mailman/listinfo/geiser-users, Mailing list}@ @ -@end flushright @html +<div class="navigation" align="right"> +<a class="navlink" +href="http://savannah.nongnu.org/news/?group=geiser">News</a> <a class="navlink" +href="http://savannah.nongnu.org/files/?group=geiser">Downloads</a> <a class="navlink" +href="http://savannah.nongnu.org/bugs/?group=geiser">Bugs</a> <a class="navlink" +href="http://git.savannah.gnu.org/cgit/geiser.git">Source</a> <a class="navlink" +href="http://lists.nongnu.org/mailman/listinfo/geiser-users">Mailing +list</a> </div> @end html @end ifhtml @@ -108,7 +106,7 @@ Installation @include intro.texi @include install.texi -@include quick.texi +@include tutorial.texi @include index.texi @bye |