Yes, that worked. Thanks.
Any thoughts on a real solution?
I should add that I'm also using Swank to talk to ACL in a different process. Maybe that's always how you do SLIME with ACL, I'm kinda new at this. But anyhow, I don't usually use Swank with the other Lisps (SBCL, CCL), so I guess that's another difference.
Thanks,
Mark
----- Original message ----- From: "Paulo Madeira" acelent@gmail.com To: slime-devel@common-lisp.net Date: Thu, 27 Oct 2011 20:56:31 +0100 Subject: Re: [slime-devel] meta-. off by several lines on SLIME/ACL/Emacs/Windows, anyone seen this? ....
I use SBCL and CCL with the otherwise-same stack with no similar problems
The problem may be that ACL counts end-of-line (crlf) as 2 characters while Emacs counts it as 1 (or vice-versa). A simple test case would be useful.
From experience, ACL >= 8.1 counts ends-of-line as 1 character even with CRLF.
mhd, try redefining `slime-eol-conversion-fixup' to always return 0.
Paulo Madeira
_______________________________________________ slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel