[slime-devel] Slime clisp and OS X

steve morin steve.morin at gmail.com
Tue Aug 16 12:33:07 UTC 2005


I am new to slime it this loading correctly?
Steve


*****Lisp Version
Clisp installed from Fink
Fink
Package manager version: 0.23.8
Distribution version: 0.7.2
Clisp
GNU CLISP 2.32 (2003-12-29) (built on dirac.cgtp.duke.edu [152.3.25.193])
Software: GNU C 3.3 20030304 (Apple Computer, Inc. build 1640) ANSI C program
Features [SAFETY=3]: (CLOS LOOP COMPILER CLISP ANSI-CL COMMON-LISP
LISP=CL INTERPRETER CLISP-DEBUG SOCKETS GENERIC-STREAMS
LOGICAL-PATHNAMES SCREEN UNICODE BASE-CHAR=CHARACTER UNIX)
Installation directory: /sw/lib/clisp/
User language: ENGLISH
Machine: POWER MACINTOSH(POWER MACINTOSH)

*****Emacs version
GNU Emacs 21.2.1

*****OS version
OS X version 10.3.9
Darwin Steves-Computer.local 7.9.0 Darwin Kernel Version 7.9.0: Wed
Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC 
Power Macintosh powerpc

*****Got slime using these commands today
cvs -d :pserver:anonymous at common-lisp.net:/project/slime/cvsroot login
# Password is "anonymous"
cvs -d :pserver:anonymous at common-lisp.net:/project/slime/cvsroot checkout slime

*****Added this to the .emacs file
(add-to-list 'load-path "/Users/steve/slime/slime")
(require 'slime)
(add-hook 'lisp-mode-hook (lambda () (slime-mode t)))
(add-hook 'inferior-lisp-mode-hook (lambda () (inferior-slime-mode t)))
;; Optionally, specify the lisp program you are using. Default is "lisp"
(setq inferior-lisp-program "clisp")

STACK depth: 16367
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Copyright (c) Bruno Haible, Michael Stoll 1992, 1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2003


[1]> ;; Loading file /Users/steve/slime/slime/swank-loader.lisp ...
WARNING:
No architecture feature found in (POWERPC PPC X86 X86-64 I686 PC386
IAPX386 SPARC).
;;  Loading file
/Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank-backend.fas ...
;;  Loaded file
/Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank-backend.fas
WARNING:
No architecture feature found in (POWERPC PPC X86 X86-64 I686 PC386
IAPX386 SPARC).
;;  Loading file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/nregex.fas ...
;;  Loaded file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/nregex.fas
WARNING:
No architecture feature found in (POWERPC PPC X86 X86-64 I686 PC386
IAPX386 SPARC).
;;  Loading file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/xref.fas ...
;;  Loaded file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/xref.fas
WARNING:
No architecture feature found in (POWERPC PPC X86 X86-64 I686 PC386
IAPX386 SPARC).
;;  Loading file
/Users/steve/.slime/fasl/clisp-2.32-unix-unknown/metering.fas ...
;;  Loaded file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/metering.fas
WARNING:
No architecture feature found in (POWERPC PPC X86 X86-64 I686 PC386
IAPX386 SPARC).
;;  Loading file
/Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank-clisp.fas ...
WARNING:
Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
#<GENERIC-FUNCTION CALL-WITHOUT-INTERRUPTS>
WARNING:
Replacing method #<STANDARD-METHOD NIL> in #<GENERIC-FUNCTION
LISP-IMPLEMENTATION-TYPE-NAME>
WARNING:
Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
#<GENERIC-FUNCTION SET-DEFAULT-DIRECTORY>
WARNING:
Replacing method #<STANDARD-METHOD (#<BUILT-IN-CLASS T>)> in
#<GENERIC-FUNCTION ARGLIST>
WARNING:
Replacing method #<STANDARD-METHOD NIL> in #<GENERIC-FUNCTION UNPROFILE-ALL>
WARNING:
DEFUN/DEFMACRO: redefining function BREAK in
/Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank-clisp.fas, was
defined in /Volumes/Backup/sw-build/clisp-2.32-3/clisp-\2.32/src/condition.fas
;;  Loaded file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank-clisp.fas
WARNING:
No architecture feature found in (POWERPC PPC X86 X86-64 I686 PC386
IAPX386 SPARC).
;;  Loading file
/Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank-gray.fas ...
;;  Loaded file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank-gray.fas
WARNING:
No architecture feature found in (POWERPC PPC X86 X86-64 I686 PC386
IAPX386 SPARC).
;;  Loading file /Users/steve/.slime/fasl/clisp-2.32-unix-unknown/swank.fas ...
*** - COPY-PPRINT-DISPATCH: NIL is not a valid print dispatch table



More information about the slime-devel mailing list