Ignore:
Timestamp:
01/11/12 10:23:38 (11 years ago)
Author:
Mark Evenson
Message:

Update FAQ with location of ~/.abclrc file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • public_html/faq.shtml

    r13544 r13759  
    4040  <li><a href="#running">Running</a>
    4141  <ol>
    42     <li><a href="#maxpermgen-errors">Java is running out of memory
    43     with an error reporting something about
    44     "java.lang.OutOfMemoryError: PermGen space".  What can I
    45     do?</a></li>
     42    <li>
     43      <a href="#maxpermgen-errors">Java is running out of memory
     44      with an error reporting something about
     45      "java.lang.OutOfMemoryError: PermGen space".  What can I
     46      do?</a>
     47    </li>
     48    <li>
     49      <a href="#~/.abclrc">What's the name of the startup configuration file?</a>
     50    </li>
     51
    4652  </ol>
    4753  </li>
     
    120126
    121127<p>
    122 Developers can also usually be found on the <a
    123 href="http://webchat.freenode.net/?randomnick=1&channels=abcl&prompt=1&uio=d4">#abcl
    124 irc channel</a>.
     128Developers can also usually be found on the
     129<a href="http://webchat.freenode.net/?randomnick=1&channels=abcl&prompt=1&uio=d4">#abcl irc channel</a>.
    125130</p>
    126131
     
    172177  improve this measure too.</p>
    173178
    174 <p>ABCL 0.26.2 fails roughly 20 out of 21702 tests in the ANSI test
     179<p>ABCL 1.0.1 fails roughly 20 out of 21702 tests in the ANSI test
    175180suite in interpreted and compiled modes, a constant number over the
    176181past releases.</p>
     
    203208
    204209<ol>
     210  <li>Users of the system are invited to start with the <a href="http://code.google.com/p/abcl-dynamic-install/downloads/detail?name=abcl-20120110a.pdf">Armed Bear Common Lisp User Manual</a></li>
    205211  <li>Our <a href="http://trac.common-lisp.net/armedbear/wiki">wiki</a></li>
    206212  <li>The <a href="http://trac.common-lisp.net/armedbear/browser">source
     
    267273  <code>'java.options'</code> variable is set to the desired options.
    268274</p>
     275
     276<div class="h3" title="What is the name of the startup run control script?" id="~/.abclrc">
     277<h3>Is there a file that customizes the startup of the ABCL process?</h3>
     278
     279<p>
     280  The file <code>~/.abclrc</code> is loaded by the implementation if the <code>--noinit</code> flag is not specified.
     281</p>
     282</div>
    269283</div>
    270284
Note: See TracChangeset for help on using the changeset viewer.