[slime-devel] slime.el requires arc-mode

Steven E. Harris seh at panix.com
Sun Oct 26 15:53:21 UTC 2008


Line 4603 in slime.el contains the following form:

,----
|       ((:zip file entry)
|        (require 'arc-mode)
|        (set-buffer (find-file-noselect file t))
|        (goto-char (point-min))
|        (re-search-forward (concat "  " entry "$"))
|        (let ((buffer (save-window-excursion
|                        (archive-extract)
|                        (current-buffer))))
|          (set-buffer buffer)
|          (goto-char (point-min))))
`----

Note that it requires arc-mode. I don't have arc-mode, so slime.el won't
load in XEmacs. Is this a new prerequisite for running SLIME?

-- 
Steven E. Harris





More information about the slime-devel mailing list