diff --git a/.gitignore b/.gitignore index 9e7b0e4..9066c80 100644 --- a/.gitignore +++ b/.gitignore @@ -34,6 +34,6 @@ src/tmp eql_profile* eql_local_server cache -tmp +tmp* palindrome.htm positions.js diff --git a/README-1.txt b/README-1.txt index f7f9a56..a9e9a4b 100644 --- a/README-1.txt +++ b/README-1.txt @@ -141,7 +141,7 @@ In order to run (sort of) a top-level processing Qt events, do (requires ECL thr -QT MODULES (help, network, sql, svg, webkit) +QT MODULES (help, multimedia, network, sql, svg, webkit) ========== To build an EQL module (corresponding to a Qt module), do the following in src/: diff --git a/doc/Slime.htm b/doc/Slime.htm index c6f6910..27346af 100644 --- a/doc/Slime.htm +++ b/doc/Slime.htm @@ -6,7 +6,6 @@ Requires ECL threads.

This should work with any Slime version that plays together with ECL. -
Tested with ECL 12.7.1 (Windows: ECL 12.12.1)


Prepare

@@ -17,19 +16,19 @@ This should work with any Slime version that plays together with ECL. (require 'slime) (slime-setup '(slime-fancy)) -
  • Add to your ~/.swank.lisp file (or copy file eql/slime/.swank.lisp in your home directory): +
  • Add to your ~/.swank.lisp file (or copy file eql5/slime/.swank.lisp in your home directory):
    (Please note: this isn't really optional -- you need to set this option for a useful Slime + EQL.)
     (setf swank:*globally-redirect-io* t) ; show print output in Emacs
     
    -
  • Copy file eql/slime/eql-start-swank.lisp in your slime/ directory +
  • Copy file eql5/slime/eql-start-swank.lisp in your slime/ directory

    Run