After well into the second decade of slime-disconnect/slime-connect loop iteration (interweaved with normal operation) the emacs side of slime stopped recognising connection status.
I`m doing a slime-disconnect, restarting swank and slime-connect, however immediately after this either a slime-load-file or a (load ...) in slime repl result in a message "Connection closed."
i have some time before i will have to reboot the machine, and until then i can provide various forensics upon request...
regards, Samium Gromoff
I am using slime with Aquamacs Emacs on a G4 laptop and a dual G5 tower.
On my G4 laptop when I eval in the slime-repl, the results are presented as red colored text.
If I pass my mouse over the results, they *appear* to be some kind of clickable link - the entire contents of the return value becomes surrounded by a box, each line of the value is underlined, and the mouse pointer turns into a gloved hand with a pointed finger. Additionally, if I have output going to the *inferior-lisp* buffer (for instance if I have separate process printing information to the buffer) and I pass my mouse over the return value, it appears to pulse in step with the printing of lines in the *inferior-lisp* buffer. If I highlight the return value region, the highlighting also pulses.
Ordinarily, I'd say this was an Aquamacs Emacs + slime issue, but on my G5 tower return values in the slime-repl appear as black colored text and none of this strange link-like behavior occurs.
I use the same .emacs and customizations.el (Aquamacs Emacs specific file) files on both machines. I'm nearly positive that slime is the same version (not the most recent from cvs - probably 2.0 something) on the two machines. My colleagues with G4 laptops also have the same behavior with similar slime + Aquamacs Emacs setups (who knows what versions of slime they are using). Aquamacs Emacs (0.9.8) is definitely the same for all of us.
Is anyone else familiar with this behavior? Any tips for changing the color of return values in the slime-repl?
Thanks,
jjm
On 2006/04/27, at 8:21, Joshua Moody wrote:
If I pass my mouse over the results, they *appear* to be some kind of clickable link - the entire contents of the return value becomes surrounded by a box, each line of the value is underlined, and the mouse pointer turns into a gloved hand with a pointed finger.
I confirm this behavior. I use Aquamacs 0.9.9.c, a 2.0 version of slime and the Fink version of CLISP. On my old PB G4.
JC Helary
On 26 Apr 2006 , at 18:21, Jean-Christophe Helary wrote:
On 2006/04/27, at 8:21, Joshua Moody wrote:
If I pass my mouse over the results, they *appear* to be some kind of clickable link - the entire contents of the return value becomes surrounded by a box, each line of the value is underlined, and the mouse pointer turns into a gloved hand with a pointed finger.
I confirm this behavior. I use Aquamacs 0.9.9.c, a 2.0 version of slime and the Fink version of CLISP. On my old PB G4.
JC Helary
FWIW, I updated to the most recent slime cvs and Aquamacs 0.9.9c and found the same behavior.
I also similarly updated slime and Aquamacs on my G5 tower and now I see the same behavior there as well. At least part of the mystery is solved.
This leads me to believe there is a slime setting I can change. Suggestions?
jjm
slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
On Wed, Apr 26, 2006 at 06:35:55PM -0700, Joshua Moody wrote:
I also similarly updated slime and Aquamacs on my G5 tower and now I see the same behavior there as well. At least part of the mystery is solved.
This leads me to believe there is a slime setting I can change. Suggestions?
(setq slime-repl-enable-presentations nil) prior to starting slime.
Nathan Froyd <froydnj <at> cs.rice.edu> writes:
On Wed, Apr 26, 2006 at 06:35:55PM -0700, Joshua Moody wrote:
I also similarly updated slime and Aquamacs on my G5 tower and now I see the same behavior there as well. At least part of the mystery is solved.
This leads me to believe there is a slime setting I can change. Suggestions?
(setq slime-repl-enable-presentations nil) prior to starting slime.
Thanks for this advice. I personally did not like the "grid effect" I got when mouse over the results in the REPL. This disables this effect for me but it also no longer colors the result text red. Is there a way to still get the red color for the REPL results but still lose the red "grid" (actually, more like the look of having written on paper with horizontal lines having been placed on the page).