From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jens Teich Newsgroups: gmane.emacs.help Subject: Re: keep slime alive Date: Wed, 25 Jul 2007 16:36:06 +0200 Organization: T-Online Message-ID: References: <7dy7h4srfd.fsf@www.gratismegler.no> <7dtzrssl51.fsf@www.gratismegler.no> <7dps2gshuk.fsf@www.gratismegler.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185374479 5962 80.91.229.12 (25 Jul 2007 14:41:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2007 14:41:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 25 16:41:18 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IDi38-0000YI-4L for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jul 2007 16:41:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IDi37-0000eM-NJ for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jul 2007 10:41:13 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!multikabel.net!feed20.multikabel.net!newsfeed.freenet.de!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 119 Original-X-Trace: news.t-online.com 1185374167 02 21830 GBh366oLABPUsJI 070725 14:36:07 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: b0KJswZOre1pqTUd2Sf-RP0P0KHhdD9nxMvz89QujcQ5OvXAEzxz8M User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (windows-nt) Cancel-Lock: sha1:db4vE8GQ9iHpjoUG0HYY5Bg2TW4= Original-Xref: shelby.stanford.edu gnu.emacs.help:150476 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:46054 Archived-At: Petter Gustad writes: > Jens Teich writes: > >> Petter Gustad writes: >> >> > Where do you have slime installed? There whould be a swank.asd in the >> > path specified by asdf:*central-registry* >> >> I have established a symbolic link, so this should not be the problem. > > So can you start swank now? > >> Is it correct to execute the screen command within emacs-shell? > > I've never done it, but it should work if you can exit the eshell and > emacs and reconnect to it later. I usually run the screen command from > the shell. On my web-server I start screen from a crontab entry > (@reboot) and launch allegroserve when it starts up. This problem is solved, I changed the user with su. After this I cannot use screen. So starting the terminal with the correct user is the solution. But the other problem remains. jens@h968740:~> screen -S lisp sbcl This is SBCL 1.0.7, ... ; in: LAMBDA NIL ; ASDF::FORMAT-ARGUMENTS ; ; caught STYLE-WARNING: ; undefined function: FORMAT-ARGUMENTS ; [lot of stuff] * (asdf:operate 'asdf:load-op :swank) ; loading system definition from /home/jens/lisp/swank.asd into ; # ; registering # as SWANK ; compiling file "/usr/local/bin/slime-2.0/swank-backend.lisp" (written 12 APR 2006 10:43:55 AM): ; /home/jens/.slime/fasl/2006-04-20/sbcl-1.0.7-linux-x86/swank-backend.fasl written ; compilation finished in 0:00:00 ;; loading #P"/home/jens/.slime/fasl/2006-04-20/sbcl-1.0.7-linux-x86/swank-backend.fasl" WARNING: SWANK-BACKEND also exports the following symbols: (SWANK-BACKEND:CALL-WITH-DEBUGGER-HOOK SWANK-BACKEND:FUNCTION-NAME SWANK-BACKEND:LIST-CALLEES SWANK-BACKEND:SLDB-BREAK-ON-RETURN SWANK-BACKEND:FRAME-SOURCE-LOCATION-FOR-EMACS SWANK-BACKEND:WHO-SPECIALIZES SWANK-BACKEND:MAKE-DEFAULT-INSPECTOR SWANK-BACKEND:SWANK-COMPILE-STRING SWANK-BACKEND:PROFILE-REPORT SWANK-BACKEND:WHO-MACROEXPANDS SWANK-BACKEND:WHO-SETS SWANK-BACKEND:LOCAL-PORT SWANK-BACKEND:MAKE-LOCK SWANK-BACKEND:SLDB-BREAK-AT-START SWANK-BACKEND:SET-STREAM-TIMEOUT SWANK-BACKEND:CLOSE-SOCKET SWANK-BACKEND:OPERATE-ON-SYSTEM SWANK-BACKEND:PROFILE SWANK-BACKEND:RESTART-FRAME SWANK-BACKEND:LIST-CALLERS SWANK-BACKEND:THREAD-ID SWANK-BACKEND:CALL-WITH-COMPILATION-HOOKS SWANK-BACKEND:FORMAT-SLDB-CONDITION SWANK-BACKEND:PROFILE-PACKAGE SWANK-BACKEND:ALL-THREADS SWANK-BACKEND:UNPROFILE SWANK-BACKEND:EMACS-CONNECTED SWANK-BACKEND:ADD-SIGIO-HANDLER SWANK-BACKEND:LISP-IMPLEMENTATION-TYPE-NAME SWANK-BACKEND:COMPILER-MACROEXPAND SWANK-BACKEND:MAKE-STREAM-INTERACTIVE SWANK-BACKEND:SWANK-COMPILE-FILE SWANK-BACKEND:MAKE-WEAK-VALUE-HASH-TABLE SWANK-BACKEND:THREAD-ALIVE-P SWANK-BACKEND:CALL-WITH-RECURSIVE-LOCK-HELD SWANK-BACKEND:COMPILER-MACROEXPAND-1 SWANK-BACKEND:INITIALIZE-MULTIPROCESSING SWANK-BACKEND:MAKE-WEAK-KEY-HASH-TABLE SWANK-BACKEND:DESCRIBE-SYMBOL-FOR-EMACS SWANK-BACKEND:COMPUTE-BACKTRACE SWANK-BACKEND:FIND-DEFINITIONS SWANK-BACKEND:UNPROFILE-ALL SWANK-BACKEND:FRAME-LOCALS SWANK-BACKEND:ADD-FD-HANDLER SWANK-BACKEND:REMOVE-SIGIO-HANDLERS SWANK-BACKEND:DESCRIBE-DEFINITION SWANK-BACKEND:CREATE-SOCKET SWANK-BACKEND:CALL-WITH-LOCK-HELD SWANK-BACKEND:PRINT-FRAME SWANK-BACKEND:WHO-CALLS SWANK-BACKEND:MAKE-RECURSIVE-LOCK SWANK-BACKEND:MAKE-FN-STREAMS SWANK-BACKEND:FRAME-CATCH-TAGS SWANK-BACKEND:CALL-WITH-DEBUGGING-ENVIRONMENT SWANK-BACKEND:CURRENT-THREAD SWANK-BACKEND:WHO-REFERENCES SWANK-BACKEND:INSTALL-DEBUGGER-GLOBALLY SWANK-BACKEND:EVAL-IN-FRAME SWANK-BACKEND:RETURN-FROM-FRAME SWANK-BACKEND:GETPID SWANK-BACKEND:SEND SWANK-BACKEND:DESCRIBE-PRIMITIVE-TYPE SWANK-BACKEND:SPAWN SWANK-BACKEND:WHO-BINDS SWANK-BACKEND:CALL-WITHOUT-INTERRUPTS SWANK-BACKEND:KILL-THREAD SWANK-BACKEND:PROFILE-RESET SWANK-BACKEND:CONDITION-EXTRAS SWANK-BACKEND:FIND-THREAD SWANK-BACKEND:BUFFER-FIRST-CHANGE SWANK-BACKEND:ARGLIST SWANK-BACKEND:STARTUP-IDLE-AND-TOP-LEVEL-LOOPS SWANK-BACKEND:TOGGLE-TRACE SWANK-BACKEND:SET-DEFAULT-DIRECTORY SWANK-BACKEND:REMOVE-FD-HANDLERS SWANK-BACKEND:CALLS-WHO SWANK-BACKEND:MACROEXPAND-ALL SWANK-BACKEND:CALL-WITH-SYNTAX-HOOKS SWANK-BACKEND:ACTIVATE-STEPPING SWANK-BACKEND:CONDITION-REFERENCES SWANK-BACKEND:PREFERRED-COMMUNICATION-STYLE SWANK-BACKEND:PROFILED-FUNCTIONS SWANK-BACKEND:INTERRUPT-THREAD SWANK-BACKEND:THREAD-STATUS SWANK-BACKEND:ACCEPT-CONNECTION SWANK-BACKEND:THREAD-NAME SWANK-BACKEND:FRAME-VAR-VALUE SWANK-BACKEND:DEFAULT-READTABLE-ALIST SWANK-BACKEND:DEFAULT-DIRECTORY SWANK-BACKEND:RECEIVE SWANK-BACKEND:DISASSEMBLE-FRAME) See also: The ANSI Standard, Macro DEFPACKAGE ; compiling file "/usr/local/bin/slime-2.0/nregex.lisp" (written 19 SEP 2005 10:20:48 AM): ; /home/jens/.slime/fasl/2006-04-20/sbcl-1.0.7-linux-x86/nregex.fasl written ; compilation finished in 0:00:00 ;; loading #P"/home/jens/.slime/fasl/2006-04-20/sbcl-1.0.7-linux-x86/nregex.fasl" ; compiling file "/usr/local/bin/slime-2.0/swank-sbcl.lisp" (written 19 APR 2006 11:18:53 AM): debugger invoked on a UNDEFINED-FUNCTION in thread #: The function ASDF::MODULE-PROVIDE-ASDF is undefined. Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing # on #. 1: [ACCEPT] Continue, treating # on # as having been successful. 2: [ABORT ] Exit debugger, returning to top level. ("bogus stack frame") 0]