rgherdt has quit [Read error: Connection reset by peer]
rgherdt has joined #commonlisp
kenran has joined #commonlisp
scymtym has joined #commonlisp
Brucio-61 has quit [Ping timeout: 260 seconds]
Brucio-61 has joined #commonlisp
<kenran>
I found some time to get more into lisp, so I thought about learning the language and ncurses at the same time by using the croatoan library. I've followed the instructions on how to start and connect to a REPL in the running program, but whenever I sly-connect (also with slime-connect), some warnings appear _in the ncurses program_.
<kenran>
that is, not in the REPL inside Emacs, but "as part of" the ncurses output (sorry, I'm not sure how to make this more precise). What I'm seeing is this: WARNING: redefining SLYNK::SYMBOL-INDENTATION in DEFUN (and once again for MACRO-INDENTATION). Do you have any idea if that's "normal"?
<kenran>
I try clearing the screen by sending (croatoan:submit (croatoan:clear *scr*)) from my sly repl, and even adding text, but these warnings never disappear, and strings are printed after them
amb007 has quit [Read error: Connection reset by peer]
<contrapunctus>
On my setup, those lines appear in the `*inferior-lisp*` buffer...
<ixelp>
croatoan/slime.md at 413e8855b78a2e408f90efc38e8485f880691684 · McParen/croatoan · GitHub
<kenran>
contrapunctus: thanks for the answer! Yes, this is exactly the code I'm using (except for package name, and slynk instead of swank, but I'm getting the same errors with swank). I'm connecting with sly-connect and then these message appear in the program I started with `sbcl --load src/main.lisp`.
<kenran>
warnings*
<kenran>
I guess I'm misunderstanding something about the setup. I'll create an issue, they seem really helpful there :)
<contrapunctus>
Right, that's probably the best course of action. I figured there was some redefinition of stream variables going on, but I couldn't find anything like that in the code.
<kenran>
contrapunctus: yeah, the docs mention something like that, but after the actual setup. Hum, maybe it's something with my Emacs and newer versions that leads to these. I'll see if I can check with an older version.
<kenran>
contrapunctus: I see that you opened a PR :) I seemingly can't create any issue, the "submit" button is not clickable... do you see this as well?
<kenran>
maybe they're disabled for now and I should use the mailing list..
<contrapunctus>
kenran: they don't seem to be disabled here, probably something on your end
MajorBiscuit has joined #commonlisp
Gleefre has joined #commonlisp
mingus has quit [Ping timeout: 260 seconds]
Equill has quit [Ping timeout: 260 seconds]
Guest2964 has joined #commonlisp
random-nick has joined #commonlisp
tibfulv has quit [Remote host closed the connection]
tibfulv has joined #commonlisp
easye has joined #commonlisp
<kenran>
contrapunctus: I'm a little ill atm, and wow does that make me stupid: I came back to the computer now, and immediately saw why it didn't work: no title ><
<contrapunctus>
Heh...I'm in the same boat, ill since today.
n0den1te has joined #commonlisp
mingus has joined #commonlisp
<kenran>
Wishing you a speedy recovery!
kenran has quit [Remote host closed the connection]
Guest2964 has quit [Quit: Client closed]
mingus1 has joined #commonlisp
mingus has quit [Ping timeout: 246 seconds]
mingus1 is now known as mingus
azimut has joined #commonlisp
pdietz has joined #commonlisp
aartaka has joined #commonlisp
amb007 has quit [Read error: Connection reset by peer]
amb007 has joined #commonlisp
aartaka has quit [Ping timeout: 265 seconds]
Fare has joined #commonlisp
thonkpod_ has quit [Ping timeout: 256 seconds]
mingus1 has joined #commonlisp
mingus has quit [Ping timeout: 252 seconds]
mingus1 is now known as mingus
thonkpod_ has joined #commonlisp
Mandus has quit [Quit: WeeChat 3.8]
Mandus has joined #commonlisp
scymtym has quit [Ping timeout: 246 seconds]
Brucio-61 has quit [Ping timeout: 260 seconds]
Brucio-61 has joined #commonlisp
epony has quit [Remote host closed the connection]
epony has joined #commonlisp
pdietz has quit [Quit: Client closed]
marsia has joined #commonlisp
Cymew has quit [Ping timeout: 260 seconds]
witcher has quit [Remote host closed the connection]
witcher has joined #commonlisp
robin has quit [Read error: Connection reset by peer]
robin has joined #commonlisp
tane has joined #commonlisp
tane has joined #commonlisp
tane has quit [Changing host]
pranavats has left #commonlisp [Error from remote client]
morganw has joined #commonlisp
n0den1te has quit [Quit: leaving]
Fare has quit [Ping timeout: 255 seconds]
waleee has joined #commonlisp
cage has joined #commonlisp
jmiven has quit [Quit: bye]
jmiven has joined #commonlisp
ttree has joined #commonlisp
prxq has joined #commonlisp
Fare has joined #commonlisp
inline__ has joined #commonlisp
Inline has quit [Ping timeout: 268 seconds]
chrcav has quit [Ping timeout: 256 seconds]
chrcav has joined #commonlisp
MajorBiscuit has quit [Ping timeout: 264 seconds]
tevo has quit [Read error: Connection reset by peer]
tevo has joined #commonlisp
montxero has joined #commonlisp
Fare has quit [Ping timeout: 260 seconds]
montxero has quit [Remote host closed the connection]
mingus has quit [Ping timeout: 248 seconds]
pranavats has joined #commonlisp
karlosz has joined #commonlisp
Brucio-61 has quit [Ping timeout: 260 seconds]
inline__ has quit [Quit: Leaving]
avocadoist has quit [Ping timeout: 252 seconds]
Inline has joined #commonlisp
avocadoist has joined #commonlisp
occ has quit [Ping timeout: 248 seconds]
occ has joined #commonlisp
pdietz has joined #commonlisp
amb007 has quit [Ping timeout: 265 seconds]
amb007 has joined #commonlisp
Brucio-61 has joined #commonlisp
aartaka has joined #commonlisp
amb007 has quit [Ping timeout: 260 seconds]
aartaka has quit [Ping timeout: 264 seconds]
aartaka has joined #commonlisp
amb007 has joined #commonlisp
tyson2 has joined #commonlisp
<NotThatRPG_away>
Is there anything in SLIME that would keep `--eval` arguments passed to SBCL from being executed?
NotThatRPG_away is now known as NotThatRPG
<NotThatRPG>
I have a slime-lisp-implementations entry which is sbcl with a handful of `--eval` arguments, but they don't execute
cage has quit [Quit: rcirc on GNU Emacs 28.2]
<NotThatRPG>
No errors in `*inferior-lisp*`, though
<Bike>
you have like "sbcl" "--eval" "whatever.lisp" rather than "sbcl --eval whatever.lisp", right?