From 1d5f1fcb3f3d0de253be371d691471c0e6fa9d1b Mon Sep 17 00:00:00 2001 From: polos Date: Tue, 13 Dec 2016 19:52:06 +0100 Subject: [PATCH] make all modules link on Windows; fix sparse DOS line endings; minor revisions; --- doc/Slime.htm | 8 +- doc/auto-doc.htm | 304 +- examples/9-simple-lisp-editor/send/send.cpp | 62 +- .../M-modules/multimedia/camera/camera.lisp | 3 + examples/M-modules/webkit/dom.lisp | 2 +- examples/X-extras/palindrome/exe/main.cpp | 92 +- examples/X-extras/palindrome/exe/main.h | 40 +- examples/X-extras/palindrome/exe/main.pro | 28 +- examples/X-extras/qimage.lisp | 2 +- src/ecl_fun.cpp | 5748 ++++++++--------- src/ecl_fun.h | 642 +- src/eql.cpp | 354 +- src/eql.h | 106 +- src/main.cpp | 74 +- src/module_help.pro | 2 +- src/module_multimedia.pro | 2 +- src/module_network.pro | 2 +- src/module_sql.pro | 2 +- src/module_svg.pro | 2 +- src/module_webkit.pro | 2 +- 20 files changed, 3742 insertions(+), 3735 deletions(-) diff --git a/doc/Slime.htm b/doc/Slime.htm index 9069e6b..75b2494 100644 --- a/doc/Slime.htm +++ b/doc/Slime.htm @@ -21,9 +21,13 @@
  • 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 eql5/slime/eql-start-swank.lisp in your slime/ directory - +
  • Copy file eql5/slime/eql-start-swank.lisp in your slime/ directory

    +
  • Optionally:
    In order to indent qlet correctly, edit your slime/contrib/slime-cl-indent.el file and add a line: +
    +(let* (as let)) ; already there
    +(qlet (as let)) ; new

    +

    Run