summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-18 04:45:38 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-18 04:45:38 +0100
commitc369a98132d38affe0bee659f33181db694c9e52 (patch)
tree2bac0fd128b1a3342fa6529de9217a5155fcb127
parentee5a005c6ea72219b7ceec510214543a48e8026d (diff)
downloadgeiser-guile-c369a98132d38affe0bee659f33181db694c9e52.tar.gz
geiser-guile-c369a98132d38affe0bee659f33181db694c9e52.tar.bz2
Docs: clarification about quack
Greg Hendershott tells me that, unless you require quack after loading geiser, quack's font lock is somehow ignored. I have yet to understand why.
-rw-r--r--doc/install.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/install.texi b/doc/install.texi
index 5304270..a785603 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -130,16 +130,18 @@ Regardless of whether you use Geiser or not, you shouldn't be coding
in any Lisp dialect without the aid of Taylor Campbell's structured
editing mode.
@item @uref{http://nschum.de/src/emacs/company-mode/, Company}.
-Nikolaj Schumacher's @code{company-mode} provides a nice front-end for
-completion engines (such as Geiser's). Very nice if you like that kind
-of thing: judge by yourself with the help of
+Nikolaj Schumacher's @code{company-mode} provides a generic front-end
+for completion engines (such as Geiser's). Very nice if you like that
+kind of thing: judge by yourself with the help of
@uref{http://www.screentoaster.com/watch/stU0lSRERIR1pYRFVdXVlRVFFV/company_mode_for_gnu_emacs,
this screencast}.
@item @uref{http://www.neilvandyke.org/quack/, Quack}.
You can still use the many goodies provided by Neil van Dyke's
@code{quack-mode}, since most of them are not (yet) available in Geiser.
The only caveat might be a conflict between Quack's and Geiser's default
-key bindings, which i'm sure you'll manage to tackle just fine.
+key bindings, which i'm sure you'll manage to tackle just fine. It's
+also probably a good idea to require @code{quack} @i{after} loading
+@file{geiser.el} (or requiring a compiled version).
@end itemize
You just need to install and setup them as usual, for every package's
definition of usual. Geiser will notice their presence and react