* Debian Testing SLIME startup in GNU Emacs 22.1.50.4
@ 2007-05-26 13:35 Amy Templeton
0 siblings, 0 replies; 3+ messages in thread
From: Amy Templeton @ 2007-05-26 13:35 UTC (permalink / raw)
To: help-gnu-emacs
Hi all,
So I have another weird question. Surprise, surprise.
I run the Stump Window Manager, a minimalist window manager written
in common lisp. One of the things I have it do upon starting up is
to start swank; I have slime set up to connect to this swank server
on startup if I'm in X (and therefore the WM is running), using the
command...
(if window-system
(slime-connect "127.0.0.1" "4005"))
...to connect to the local swank server I have running. Earlier in
my .emacs, I specify that it should use SBCL (which is what stump
runs in, in my case) as the inferior-lisp-program and also run
(slime-setup). I'm using the versions of SLIME (v. 1:20061201-2)
and swank (v. 1:20061201-2) that are found in Debian Testing, but
have also tried development versions, with the same minor annoyance
(below). Note that the reason I'm asking about this here and not in
the stumpwm mailing list is that I've tried this in the console
running SBCL with swank, but without stumpwm, and still experienced
the following annoyance.
Every time I start emacs and SLIME starts, it gives me the warning
"Protocol version mismatch. Continue anyway? (y or n) ." So I hit
"y" and it continues without a hitch! I know this isn't a huge
deal, but it is somewhat annoying and is a behavior that really
doesn't benefit me at all. Does anybody know what causes this, and
if so how to fix and/or disable it? I would be much obliged for any
help you'd be willing/able to give.
Thanks,
Amy
P.S.: To those who responded to an earlier question regarding root
access, the reason I didn't respond and say "thanks" was
because I didn't get to your responses until a little while
after the thread seemed done. So thanks.
--
A scientific truth does not triumph by convincing its opponents and
making them see the light, but rather because its opponents
eventually die and a new generation grows up that is familiar with
it. -- Max Planck
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Debian Testing SLIME startup in GNU Emacs 22.1.50.4
[not found] <mailman.1276.1180186137.32220.help-gnu-emacs@gnu.org>
@ 2007-05-27 16:43 ` Daniel Jensen
2007-05-27 17:13 ` Ivan
1 sibling, 0 replies; 3+ messages in thread
From: Daniel Jensen @ 2007-05-27 16:43 UTC (permalink / raw)
To: help-gnu-emacs
Amy Templeton <amy.g.templeton@gmail.com> writes:
> Every time I start emacs and SLIME starts, it gives me the warning
> "Protocol version mismatch. Continue anyway? (y or n) ." So I hit
> "y" and it continues without a hitch! I know this isn't a huge
> deal, but it is somewhat annoying and is a behavior that really
> doesn't benefit me at all. Does anybody know what causes this, and
> if so how to fix and/or disable it?
The warning tells you that you have an old or stale version of either
SLIME or SWANK. Something is wrong, so you should try to fix it. Check
slime-protocol-version in Emacs and swank::*swank-wire-protocol-version*
in Common Lisp. In Debian, the version strings are extracted from
/usr/share/doc/cl-swank/changelog.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Debian Testing SLIME startup in GNU Emacs 22.1.50.4
[not found] <mailman.1276.1180186137.32220.help-gnu-emacs@gnu.org>
2007-05-27 16:43 ` Debian Testing SLIME startup in GNU Emacs 22.1.50.4 Daniel Jensen
@ 2007-05-27 17:13 ` Ivan
1 sibling, 0 replies; 3+ messages in thread
From: Ivan @ 2007-05-27 17:13 UTC (permalink / raw)
To: help-gnu-emacs
On събота, Май 26 2007, Amy Templeton wrote:
>
> Every time I start emacs and SLIME starts, it gives me the warning
> "Protocol version mismatch. Continue anyway? (y or n) ." So I hit
> "y" and it continues without a hitch! I know this isn't a huge
> deal, but it is somewhat annoying and is a behavior that really
> doesn't benefit me at all. Does anybody know what causes this, and
> if so how to fix and/or disable it? I would be much obliged for any
> help you'd be willing/able to give.
Most probably you have upgraded your version of Slime but your old
fasl files are used. So you need to delete them. Usually they are in
this directory: ~/.slime. This is a Slime question and you're more
likely to get faster response in the corresponding group.
HTH,
--
Камен
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-27 17:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.1276.1180186137.32220.help-gnu-emacs@gnu.org>
2007-05-27 16:43 ` Debian Testing SLIME startup in GNU Emacs 22.1.50.4 Daniel Jensen
2007-05-27 17:13 ` Ivan
2007-05-26 13:35 Amy Templeton
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.