~ubuntu-branches/ubuntu/trusty/picolisp/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/tut.html

  • Committer: Package Import Robot
  • Author(s): Kan-Ru Chen (陳侃如)
  • Date: 2013-03-06 00:21:35 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20130306002135-oipgfog1yy4wcpnn
Tags: 3.1.1.15-1
* New upstream release.
* Sync to upstream tip.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
to make <code>&quot;</code> appear).</li>
52
52
</ul>
53
53
 
54
 
<p>If you prefer to use Emacs, please use the picolisp-mode bundled in
55
 
"@lib/el".
 
54
<p>If you prefer to use Emacs, please use the picolisp-mode bundled in the "el/"
 
55
directory (that is "@lib/el" for a local installation, or some system dependent
 
56
directory for a global installation).
56
57
 
57
58
<p>If you feel that you absolutely have to use an IDE, <code>rlwrap</code> or
58
 
another input front-end, please remove the entry "@lib/led.l" from "lib.l" and
59
 
"dbg.l". Note that in this case, however, you will not have the TAB symbol
60
 
completion feature available during command line editing.
 
59
another input front-end, please create an empty "~/.pil/editor" file. This
 
60
effectively disables the command line editor. Note that in this case, however,
 
61
you will not have the TAB symbol completion feature available during command
 
62
line editing.
61
63
 
62
64
<h3>Table of content</h3>
63
65
 
1315
1317
place, simply write:
1316
1318
 
1317
1319
<pre><code>
1318
 
$ /home/foo/picolisp/dbg @app/file1.l -main @app/file2.l
 
1320
$ /home/foo/picolisp/pil @app/file1.l -main @app/file2.l +
1319
1321
</code></pre>
1320
1322
 
1321
1323
<p>that is, supply a full path name to the initial command (here 'p'), or put it