Slime and Emacs 26.1

Jim Newton jimka.issy at gmail.com
Tue Feb 19 10:20:52 UTC 2019


Since upgrading to emacs 26.1 (because emacs 25 has problems with pegging
the cpu on mac), I get some weird problems with slime.      Is anyone else
using slime with emacs 26.1?

Here is an example problem I have.

Debugger entered--Lisp error: (void-function slime-changelog-date)
  slime-changelog-date()
  slime-startup-message()
  slime-repl-update-banner()
  slime-init-output-buffer(#<process SLIME Lisp>)
  slime-repl-connected-hook-function()
  run-hooks(slime-connected-hook)
  slime-set-connection-info( ... stuff deleted ....)

But when I look in the function slime-startup-message, there is no mention
of slime-changelog-date.

(defun slime-startup-message ()
  (when slime-header-line-p
    (setq header-line-format
          (format "%s  Port: %s  Pid: %s"
                  (slime-lisp-implementation-type)
                  (slime-connection-port (slime-connection))
                  (slime-pid))))
  (when (zerop (buffer-size))
    (let ((welcome (concat "; SLIME " slime-version)))
      (if slime-startup-animation
          (animate-string welcome 0 0)
        (insert welcome)))))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/slime-devel/attachments/20190219/213bb121/attachment.html>


More information about the slime-devel mailing list