From: Brooklyn
Subject: Problem with launching emacs slime
Date: 
Message-ID: <3c4a5528-d6bc-4c0c-a5fc-b1c4eca73db8@s8g2000prg.googlegroups.com>
Hello,

I am getting a message when I try to start slime on emacs by pressing
M-x slime as below,

"Symbol's function definition is void:memql"

I am using FC4 and ~/.emacs has lines for slime as below:

(setq inferior-lisp-program "/usr/bin/clisp")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/slime")
(require 'slime)
(slime-setup)

Thanks for your help in advance.