문제

I just upgraded my slime using elpa in Emacs. But I wonder if things are like they should be now, because when I removed the old version using elpa, it complained it could not remove a certain folder. So, when I start up Emacs (I know, I shouldn't have closed it), how I can see which slime version actually gets used? Is there a command like M-x slime-version ?

도움이 되었습니까?

해결책

There are no slime releases, just CVS snapshot. Use

(slime-changelog-date)

to get the latest changelog/commit date.

다른 팁

When you start a REPL with the M-x slime command, the SLIME version is shown on the first line of the REPL, like:

; SLIME 20100404

Btw you can always go to your elpa folder(the one in which elpa installs the packages) and remove the problematic folder by hand.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top