<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#003333">
    New test: I updated all dists with quicklisp which reinstalled
    cl-ppcre and slime. I started a fresh emacs and Slime (9/2013) and
    ran the following test1.lisp (using asdf:load-system instead of
    require).<br>
    <br>
    ;; (require "cl-ppcre")<br>
    (asdf:load-system "cl-ppcre") <br>
    (describe 'cl-ppcre:regex-apropos) <br>
    <br>
    After compiling the fresh cl-ppcre code it ran and gave me the
    following:<br>
    <br>
    ; compiling file "/home/jcunningham/slime/test1.lisp" (written 30
    OCT 2013 01:10:24 PM):<br>
    <br>
    ; /home/jcunningham/slime/test1.fasl written<br>
    ; compilation finished in 0:00:00.003<br>
    CL-PPCRE:REGEX-APROPOS<br>
      [symbol]<br>
    <br>
    REGEX-APROPOS names a compiled function:<br>
      Lambda-list: (REGEX &OPTIONAL PACKAGES &KEY
    (CASE-INSENSITIVE T))<br>
      Derived type: (FUNCTION (T &OPTIONAL T &KEY
    (:CASE-INSENSITIVE T))<br>
                     (VALUES &OPTIONAL))<br>
      Documentation:<br>
        Similar to the standard function APROPOS but returns a list of
    all<br>
        symbols which match the regular expression REGEX.  If
    CASE-INSENSITIVE<br>
        is true and REGEX isn't already a scanner, a case-insensitive
    scanner<br>
        is used.<br>
      <b>Source file: /home/jcunningham/slime/test1.lisp</b><b><br>
    </b><br>
    <br>
    Now it's switched its "source" for cl-ppcre to the test file. <br>
    <br>
    --Jeff<br>
    <br>
  </body>
</html>