stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] starting up


From: Manuel Giraud
Subject: Re: [STUMP] starting up
Date: Tue, 29 Jun 2004 18:03:13 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

address@hidden (Eugene N. Tyurin) writes:

>> By default 'Ctrl-t :' is bound to 'eval-line which try to eval a lisp
>> sexp plus there is no reference to /usr/bin/aterm in the stumpwm
>> code. Have you modified a stumpwm variable that talk about 'aterm'?
>> Can you provide backtrace on this error?
>
> I apologize - that was just a brain-fart.  I kept thinking of C-t ! and
> doing C-t :.  My bad...
>

Ok, so the variable /usr/bin/aterm is unbound, you should have quoted it
:-)

> How do you connect with SLIME to a socket that detachtty opens?
> slime-connect wants a TCP port...
>

I don't understand your question (and I don't use detachtty). Here's how
I do: I call "lisp -init $HOME/.stumpwm" in my .xsession. Then my
.stumpwm file contains the following:

--8<-------------------------------
;; Swank server (just a "M-x slime-connect" in Emacs then)
(require 'swank)
;; More responsive than (swank:create-swank-server 4005 :spawn) but
;; don't accept multiple connection
(mp:make-process #'(lambda () (loop (swank:create-swank-server 4005))))

;; Stumpwm
(load #p"/home/giraud/.cmucl/stumpwm/stumpwm.asd")
(asdf:oos 'asdf:compile-op 'stumpwm-system::stumpwm)
(asdf:oos 'asdf:load-op 'stumpwm-system::stumpwm)

(in-package :stumpwm)

;; Do start
(stumpwm "" :display 0)
--8<-------------------------------

-- 
Manuel Giraud

ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]