Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 02:59:04 GMT
From:      Imil <charlz_klug@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184134: Slime in ports is outdated.
Message-ID:  <201311210259.rAL2x4h2006514@oldred.freebsd.org>
Resent-Message-ID: <201311210300.rAL300v4027408@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184134
>Category:       ports
>Synopsis:       Slime in ports is outdated.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 21 03:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Imil
>Release:        FreeBSD 9.0
>Organization:
UzbekHimmash
>Environment:
> uname -a
FreeBSD Meleena.local 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Slime version:

> pkg_info | grep slime
slime-20110714_8,1  Superior Lisp Interaction Mode for Emacs

This Slime is outdated and not working with Emacs 24. With error message: "/usr/local/share/emacs/24.3/site-lisp/slime/slime.elc:Error: Don't know how to compile nil". Latest slime version in http://www.common-lisp.net/project/slime/ is 2013-04-05. And this version works fine.
>How-To-Repeat:
Install Emacs 24 and Slime. With ~/.emacs:

> cat .emacs
(setq inferior-lisp-program "/usr/local/bin/sbcl")
(require 'slime)
(slime-setup '(slime-repl))

And run emacs.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311210259.rAL2x4h2006514>