<asarch>
Oh, the same error: There is no applicable method for the generic function #<STANDARD-GENERIC-FUNCTION (COMMON-LISP:SETF COMMON-LISP-USER::X1) (1)> when called with arguments (3 #<RECT {10021926E3}>).
<asarch>
Another stupid question: what's the point of defgeneric if it will overriden by defmethod?
<p_l>
asarch: not overriden
<p_l>
asarch: defmethod will, on all implementation I know of, implicitly add the same information as defgeneric... but only if defgeneric is missing
<p_l>
defgeneric lets you declare the interface in one concise place (and extended options allow you to include method implementations as well)
<asarch>
How do you define a function inside the defgeneric definition body?
<no-defun-allowed>
(defgeneric name (args ...) (:method (method-args ...) body ...))
zotan has quit [Ping timeout: 250 seconds]
zotan has joined #lisp
wxie has joined #lisp
milanj has quit [Quit: This computer has gone to sleep]
EvW1 has quit [Ping timeout: 264 seconds]
ga- has joined #lisp
Aruseus has joined #lisp
alexanderbarbosa has quit [Read error: Connection reset by peer]
varjag has quit [Read error: Connection reset by peer]
tsandstr has joined #lisp
Oladon has joined #lisp
<tsandstr>
I've got a problem that I think is due to SLIME that I can't quite figure out. When I run the function READ with no arguments, Emacs informs me that there is a pipelined request involving swank:simple-completion. The repl freezes up, and it's a pain to get out of. Any ideas on how to fix it?
varjag has joined #lisp
<tsandstr>
It works as expected when I run sbcl from the command line. The issue only arises when using SLIME.
Aruseus has quit [Remote host closed the connection]
nowhere_man has joined #lisp
<oni-on-ion>
hmm going to try it here
<oni-on-ion>
works great. try to update slime ?
<oni-on-ion>
@ tsandstr
pfdietz has quit [Remote host closed the connection]
<oni-on-ion>
READ with no args expects user input btw, i won't assume that you did not know this if it is indeed why it seems like it is freezing up
<lispy2>
hey are people around? im having trouble hooking up emacs to my sbcl instance on fedora 29 and was looking for people to get ideas from
voices has joined #lisp
<voices>
it seems that the order of (let ...) (labels ...) (macrolet ...) etc. in a function doesn't matter, but is there a standard order / best practice ?
<vsync>
just put it all in &aux
<vsync>
(don't do that)
<no-defun-allowed>
oh god
* vsync
just knows he had a let-when macro and was annoyed when he found out The Done Thing is when-let
<oni-on-ion>
lispy2, do you have SLIME installed ?
<tsandstr>
oni-on-ion: I know that read expects input. It lets me type a few characters before freezing. Pressing <C-g> lets me type one more character, so by doing that every other character I can brute force my way through. It's a pain thouugh
<oni-on-ion>
tsandstr, this is strange. i suggest try install a new slime, which could explain the swank request message
<oni-on-ion>
(similar happened to me recently)
<lispy2>
oni-on-ion i do but i might just try to reinstall it tbh
<oni-on-ion>
lispy2, okay well, try M-x customize-variable RET slime-lisp-implementations
<oni-on-ion>
and double check inferior-lisp-program
<lispy2>
so actually that value is not showing up, the closest thing to it is slime-lisp-host
<tsandstr>
oni-on-ion: alright, trying that.
tsandstr has quit [Remote host closed the connection]
<lispy2>
oni-on-ion slime-lisp-implementations i mean, is not showing up
iovec has quit [Quit: Connection closed for inactivity]
tsandstr has joined #lisp
<tsandstr>
oni-on-ion: I updated SLIME, still no luck. Although I have realized that if I disable auto-complete-mode in the repl, the issue goes away.
<tsandstr>
I'd like to keep autocomplete on, though
ioseph has joined #lisp
<oni-on-ion>
lispy2, perhaps you have not SLIME installed as was asked ?
<oni-on-ion>
tsandstr, hmm. i am using 'eldoc' for my lisp completions
<oni-on-ion>
not sure if that will make any change, but, i am also using paredit and snoopy-mode for slime so a lot of things should just work
<oni-on-ion>
it feels like a version mismatch somewhere as i've had swank complaints fixed with similar actions previously
<tsandstr>
oni-on-ion, do you know what the variable slime-inhibit-pipelining does? I read the short description in the help and I don't quite understand it. COuld tweaking that value help me out at all?
<tsandstr>
I am currently using SLIME version 2.24. Is there a more recent option?
superkumasan has quit [Ping timeout: 246 seconds]
<oni-on-ion>
tsandstr, hmm very possibly that variable. i would look at some other settings and check emacs configs to make sure its closer to stock. i am on 2.23 =) but i've got some extensions enabled as well
zaquest has quit [Remote host closed the connection]
nsrahmad has quit [Remote host closed the connection]
mindthelion has joined #lisp
techquila has quit [Ping timeout: 276 seconds]
heisig has quit [Quit: Leaving]
Arcaelyx has quit [Ping timeout: 272 seconds]
einzinger has joined #lisp
pjb has quit [Remote host closed the connection]
pjb has joined #lisp
manualcrank has quit [Quit: WeeChat 1.9.1]
zotan has quit [Ping timeout: 264 seconds]
zotan has joined #lisp
nowhere_man has joined #lisp
dmiles has joined #lisp
nanoz has quit [Ping timeout: 245 seconds]
ebrasca has joined #lisp
nowhere_man has quit [Ping timeout: 245 seconds]
einzinger has quit [Remote host closed the connection]
random-nick has joined #lisp
oni-on-ion has quit [Remote host closed the connection]
oni-on-ion has joined #lisp
wigust- has joined #lisp
wxie has joined #lisp
wigust has quit [Ping timeout: 244 seconds]
sellout- has quit [Ping timeout: 246 seconds]
umgeher4 has joined #lisp
umgeher3 has quit [Read error: Connection reset by peer]
ebrasca has quit [Read error: Connection reset by peer]
MCP_ has joined #lisp
Necktwi has joined #lisp
dddddd has joined #lisp
SaganMan has quit [Ping timeout: 245 seconds]
libertyprime has joined #lisp
ebrasca has joined #lisp
<Xach>
Hmm, alexandria has dropped its alexandria.0.dev nickname.
orivej has joined #lisp
<Xach>
This broke femlisp but it looks like femlisp is actively maintained
cpt_nemo has joined #lisp
<Xach>
automatic daily builds for quicklisp have made it much easier to stay on top of reporting bugs and checking that they have been resolved.
<Xach>
I can wake up in the morning and check what treats await me in the build failure report and send out report after report!
<ck_>
you had been doing all that manually in the past?
* jackdaniel
looks suspiciously at his mailbox
<Xach>
ck_: it was automated for a few years, then i had server problems and I "just" kicked it off manually each morning (but this chore is not as rewarding as seeing the results), and i am now back on the automatic train
<p_l>
Xach: would it be of interest to be able to send bug report on changes automatically?
stepnem has joined #lisp
karayan has quit [Ping timeout: 276 seconds]
grumble has quit [Quit: the bottle stands forlorn, a symbol of the dawn]
etwert has joined #lisp
karayan has joined #lisp
Kundry_Wag has joined #lisp
pnp has joined #lisp
grumble has joined #lisp
Inline has joined #lisp
wxie has quit [Ping timeout: 272 seconds]
igemnace has quit [Ping timeout: 246 seconds]
xuxuru has quit [Quit: xuxuru]
EvW1 has joined #lisp
lucasb has joined #lisp
<ebzzry>
Is there anyone from LispWorks here?
<jackdaniel>
I think most people here are using floss cl implementations, I gather they must have some kind of support forum for their customers (in LW)
FreeBirdLjj has joined #lisp
<puchacz>
ebzzry: there is HUG - Harlequin User Group
<ebzzry>
Thanks. I’m trying to reach their support channel, but I’m not getting any responses.
<ebzzry>
Thanks, nonetheless.
<ebzzry>
I’ll try that channel.
Demosthenex has quit [Ping timeout: 245 seconds]
<tsandstr>
Hey, anyone have any experience using slime-ac?
Demosthenex has joined #lisp
Kundry_Wag has quit [Ping timeout: 245 seconds]
Necktwi has quit [Ping timeout: 245 seconds]
FreeBirdLjj has quit [Remote host closed the connection]
FreeBirdLjj has joined #lisp
parsnip has left #lisp ["WeeChat 2.4"]
FreeBirdLjj has quit [Ping timeout: 245 seconds]
pnp has quit [Ping timeout: 260 seconds]
Necktwi has joined #lisp
lavaflow has quit [Ping timeout: 272 seconds]
pjb has quit [Remote host closed the connection]
pjb has joined #lisp
<puchacz>
ebzzry: what support channel are you trying to reach?
<puchacz>
do they have anything on IRC?
nanoz has quit [Ping timeout: 246 seconds]
FreeBirdLjj has joined #lisp
Arcaelyx has joined #lisp
FreeBirdLjj has quit [Ping timeout: 246 seconds]
fittestbits__ has left #lisp [#lisp]
CloseToZero has quit [Quit: WeeChat 2.5]
CloseToZero has joined #lisp
pjb has quit [Remote host closed the connection]
pjb has joined #lisp
MCP_ has quit [Ping timeout: 272 seconds]
SenasOzys has quit [Ping timeout: 245 seconds]
pjb has quit [Remote host closed the connection]
pjb has joined #lisp
<ebzzry>
puchacz: I tried to reach them via mail
random-nick has quit [Read error: Connection reset by peer]
random-nick has joined #lisp
Oladon has joined #lisp
pjb has quit [Remote host closed the connection]
random-nick has quit [Remote host closed the connection]
random-nick has joined #lisp
pjb has joined #lisp
random-nick has quit [Read error: error:1408F10B:SSL routines:ssl3_get_record:wrong version number]
random-nick has joined #lisp
random-nick has quit [Remote host closed the connection]
MCP_ has joined #lisp
random-nick has joined #lisp
gigetoo has joined #lisp
<puchacz>
ebzzry: thanks
xuxuru has joined #lisp
frgo has quit [Read error: Connection reset by peer]
frgo has joined #lisp
pjb has quit [Remote host closed the connection]
pjb has joined #lisp
igemnace has joined #lisp
kajo has quit [Ping timeout: 250 seconds]
oni-on-ion has quit [Remote host closed the connection]