-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esc and sub characters visible #66
Comments
related to #64 ? It's ok with me, I have Atom 1.18.0 on linux x64, Atom-Slime 2.8.0, language-common-lisp 0.9.5, lisp-paredit 0.6.0. I tried with language-lisp 0.2. Can you tell your packages versions ? ps: you also have other lisp editors, namely Lem (very Emacs-like though). |
Hi all, thanks for the comments, and apologies on my slow reply (been quite busy). The root of this problem is the way in which |
(Interestingly though, my version doesn't show those characters -- wonder why it appears for some but not others) |
Thanks for your reply
I am using
atom-slime 2.8.0
language-lisp 0.2.0
lisp-paredit 0.6.0
I see you are using language-common-lisp 0.9.5 and I was using
language-list.
I switched but still get same problem
…On Tue, Jan 23, 2018 at 4:44 PM, Steve Levine ***@***.***> wrote:
Hi all, thanks for the comments, and apologies on my slow reply (been
quite busy).
The root of this problem is the way in which atom-slime handles syntax
highlighting. Special (usually invisible) characters are inserted into the
REPL, which then trigger Atom's grammar scope highlighting to change their
color appropriately. I agree this isn't the best way to do things though,
and I believe in a recent release of Atom they've introduced a new text
type decoration that would be a better way to handle syntax highlighting in
the REPL.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAT60CAy5aOXCBvAamvKT47turAP-UdKks5tNf5egaJpZM4Rpxhm>
.
|
[image: Inline image 1]
…On Tue, Jan 23, 2018 at 4:46 PM, Steve Levine ***@***.***> wrote:
(Interestingly though, my version doesn't show those characters -- wonder
why it appears for some but not others)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAT60DbuVTXBYfx3o1hV6pwbvirbX3wjks5tNf7jgaJpZM4Rpxhm>
.
|
Forgot to mention i have atom 1.23.3
…On Tue, Jan 23, 2018 at 4:46 PM, Steve Levine ***@***.***> wrote:
(Interestingly though, my version doesn't show those characters -- wonder
why it appears for some but not others)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAT60DbuVTXBYfx3o1hV6pwbvirbX3wjks5tNf7jgaJpZM4Rpxhm>
.
|
Fixed by #78! |
Hello, I have a similar problem on Linux. Look at this picture: System: Versions of packages: #Edit |
As mentioned in #80, the fix is in master, but @sjlevine hasn't made a new release since this was added to master. You can use the fixed version by using Atom's package development mode and using the master branch |
I am using atom with lisp
and in the repl I always get these characters after executing any form e.g. (+ 2 3)
esc 3 sub esc
"hello world"
esc hello world sub esc
Hiding invisibles does nothing to stop
Would appreciate any help - otherwise back to emacs
I installed
atom-slime
lisp-paredit
language-lisp
I have tried this on 2 windows machines and one linux machine
same problem on all 3
The text was updated successfully, but these errors were encountered: