screwlisp has quit [Remote host closed the connection]
istewart has joined #commonlisp
King_julian has quit [Ping timeout: 265 seconds]
King_julian has joined #commonlisp
dra has quit [Ping timeout: 248 seconds]
alfiee has joined #commonlisp
istewart has quit [Quit: Konversation terminated!]
surabax has quit [Quit: Leaving]
alfiee has quit [Ping timeout: 252 seconds]
istewart has joined #commonlisp
pkal_ has joined #commonlisp
pkal has quit [Ping timeout: 260 seconds]
pkal_ is now known as pkal
Guest47 has joined #commonlisp
Guest47 has quit [Client Quit]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
soweli_iki has quit [Remote host closed the connection]
soweli_iki has joined #commonlisp
waleee has quit [Remote host closed the connection]
awlygj has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
awlygj has joined #commonlisp
jonatack has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
markb1 has quit [Ping timeout: 252 seconds]
markb1 has joined #commonlisp
gooba has quit [Ping timeout: 260 seconds]
alfiee has joined #commonlisp
decweb has quit [Quit: Konversation terminated!]
semz has quit [Quit: ZNC 1.8.2+deb2ubuntu0.1 - https://znc.in]
King_julian has quit [Ping timeout: 265 seconds]
decweb has joined #commonlisp
King_julian has joined #commonlisp
alfiee has quit [Ping timeout: 265 seconds]
markb1 has quit [Ping timeout: 252 seconds]
semz has joined #commonlisp
markb1 has joined #commonlisp
yottabyte has quit [Quit: Connection closed for inactivity]
decweb has quit [Ping timeout: 245 seconds]
decweb has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 244 seconds]
zcheng3 has quit [Ping timeout: 252 seconds]
jonatack has quit [Ping timeout: 260 seconds]
chum-cha has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
JuanDaugherty has joined #commonlisp
mange has joined #commonlisp
shawnw has joined #commonlisp
synchromesh has quit [Read error: Connection reset by peer]
jonatack has joined #commonlisp
synchromesh has joined #commonlisp
alfiee has joined #commonlisp
vyrsh has joined #commonlisp
alfiee has quit [Ping timeout: 244 seconds]
decweb has quit [Quit: Konversation terminated!]
Pixel_Outlaw has quit [Quit: Leaving]
rtypo has quit [Ping timeout: 272 seconds]
King_julian has quit [Ping timeout: 245 seconds]
King_julian has joined #commonlisp
chsasank8 has joined #commonlisp
chsasank has quit [Ping timeout: 248 seconds]
chsasank8 is now known as chsasank
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
gooba has joined #commonlisp
gooba has quit [Remote host closed the connection]
gooba has joined #commonlisp
chomwitt has joined #commonlisp
wavedepletion has quit [Quit: Terminus Est]
chsasank has quit [Read error: Connection reset by peer]
chsasank has joined #commonlisp
bpanthi977 has quit [Ping timeout: 245 seconds]
mishoo has joined #commonlisp
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
JuanDaugherty has quit [Quit: praxis.meansofproduction.biz (juan@acm.org)]
GalaxyNova has joined #commonlisp
metannoyer has joined #commonlisp
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 246 seconds]
edgar-rft_ has joined #commonlisp
edgar-rft` has quit [Ping timeout: 252 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
Lord_of_Life_ has joined #commonlisp
Lord_of_Life has quit [Ping timeout: 265 seconds]
Lord_of_Life_ is now known as Lord_of_Life
veqq has quit [Ping timeout: 244 seconds]
pve has joined #commonlisp
metannoyer has quit [Ping timeout: 252 seconds]
GalaxyNova has quit [Ping timeout: 246 seconds]
Fare has quit [Ping timeout: 260 seconds]
Oladon1 has quit [Read error: Connection reset by peer]
alfiee has joined #commonlisp
istewart has quit [Quit: Konversation terminated!]
alfiee has quit [Ping timeout: 260 seconds]
msv has quit [Ping timeout: 248 seconds]
bpanthi977 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 260 seconds]
markb1 has quit [Ping timeout: 252 seconds]
markb1 has joined #commonlisp
markb1 has quit [Ping timeout: 252 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 260 seconds]
varjag has joined #commonlisp
ciuhh has joined #commonlisp
bendersteed has joined #commonlisp
markb1 has joined #commonlisp
msv has joined #commonlisp
apac has joined #commonlisp
metannoyer has joined #commonlisp
bpanthi977 has joined #commonlisp
markb1 has quit [Ping timeout: 252 seconds]
bpanthi977 has quit [Ping timeout: 248 seconds]
triffid has quit [Remote host closed the connection]
Krystof has joined #commonlisp
triffid has joined #commonlisp
vardhan has joined #commonlisp
<Krystof>
varjag: your (orange site) comment about xplanet-based backgrounds with geolocated IRC nicks brought back memories!
vardhan_ has joined #commonlisp
<varjag>
Krystof: heh yes… been a while, was it?
<varjag>
think i tried to reproduce it a few years back but found xplanet had lost the ability to add geotags
<Krystof>
entropy, in a nutshell
alfiee has joined #commonlisp
markb1 has joined #commonlisp
alfiee has quit [Ping timeout: 245 seconds]
markb1 has quit [Ping timeout: 272 seconds]
mala has quit [Read error: Connection reset by peer]
mala has joined #commonlisp
markb1 has joined #commonlisp
bpanthi977 has joined #commonlisp
<jackdaniel>
regarding the function NO-APPLICABLE-METHOD, the specification says, that "Programmers may write methods for it. ", and the default method specialization is (generic-function t) -- is it conforming to write an around method specialized to the standard-generic-function ?
<jackdaniel>
I'm sure there's something in the spec about functions in the common lisp package and standard classes, so I'm not entirely sure
<jackdaniel>
s/I'm sure there's/I recall there's/
<beach>
The rule is something like you are not allowed to write a method that is applicable when given only arguments of specified classes.
<beach>
So I would say the answer to this question is "no".
bpanthi977 has quit [Ping timeout: 268 seconds]
<jackdaniel>
that's a shame (and it doesn't make no-applicable-method very useful generally)
<jackdaniel>
thanks
<beach>
Sure.
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 252 seconds]
markb1 has quit [Ping timeout: 248 seconds]
mwnaylor has quit [Ping timeout: 252 seconds]
markb1 has joined #commonlisp
ejohnson has quit [Ping timeout: 265 seconds]
ejohnson has joined #commonlisp
markb1 has quit [Ping timeout: 268 seconds]
markb1 has joined #commonlisp
bpanthi977 has joined #commonlisp
alfiee has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
alfiee has quit [Ping timeout: 276 seconds]
<metannoyer>
Hi, SLIME/REPLY with ltk/ui, but a general question i think...I can interrupt the process, but how do i reference the window and their content? ...What should I look at? Feels like I'm using the repl all wrong...
beach` has joined #commonlisp
beach has quit [Killed (NickServ (GHOST command used by beach`!~user@2a01:cb19:682:4600:d1f6:cc22:75f0:608e))]
beach` is now known as beach
markb1 has quit [Ping timeout: 272 seconds]
CoreyDued has joined #commonlisp
markb1 has joined #commonlisp
mosin has joined #commonlisp
metannoyer has quit [Ping timeout: 260 seconds]
markb1 has quit [Ping timeout: 260 seconds]
decweb has joined #commonlisp
alfiee has joined #commonlisp
<kvik>
in slime/sly is there a way to batch rename a particular symbol in the source? something like eglot-rename would do (language server protocol rename)
alfiee has quit [Ping timeout: 244 seconds]
markb1 has joined #commonlisp
metannoyer has joined #commonlisp
ingeniot has joined #commonlisp
chomwitt has quit [Ping timeout: 260 seconds]
<varjag>
kvik: i just use projectile for that
<pve>
kvik: you might get by with dired-do-find-regexp-and-replace (mark some files in a dired buffer, then press Q)
<kvik>
right, so no "intelligent" rename :(
<kvik>
i guess it might not be as much of an issue. will see.
attila_lendvai has joined #commonlisp
markb1 has quit [Ping timeout: 248 seconds]
<beach>
kvik: Emacs + SLIME/Sly does not "know" the role of each symbol, and you need to know that in order to rename correctly. For instance, if you have (let ((PROG1 ...) ...)) you would want to rename only the PROG1 symbols that name the lexical variable, and not the Common Lisp operator.
<beach>
kvik: But we are (slowly) working on tools that will be able to distinguish between the roles of symbols.
bpanthi977 has joined #commonlisp
markb1 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 276 seconds]
alfiee has joined #commonlisp
alfiee has quit [Ping timeout: 248 seconds]
chomwitt has joined #commonlisp
cage has joined #commonlisp
cage has quit [Excess Flood]
cage has joined #commonlisp
<kvik>
beach: understood, thanks
uhuh has joined #commonlisp
markb1 has quit [Ping timeout: 276 seconds]
madnificent has quit [Remote host closed the connection]
metannoyer has quit [Ping timeout: 248 seconds]
mange has quit [Quit: Zzz...]
markb1 has joined #commonlisp
<beach>
Sure.
wbooze has joined #commonlisp
josrr has joined #commonlisp
manwithluck has quit [Ping timeout: 245 seconds]
alfiee has joined #commonlisp
markb1 has quit [Ping timeout: 260 seconds]
alfiee has quit [Ping timeout: 246 seconds]
johnjaye has quit [Ping timeout: 244 seconds]
bpanthi977 has joined #commonlisp
bpanthi978 has joined #commonlisp
bpanthi977 has quit [Ping timeout: 248 seconds]
bpanthi978 has quit [Ping timeout: 252 seconds]
markb1 has joined #commonlisp
vardhan__ has joined #commonlisp
wbooze has quit [Quit: Leaving]
vardhan_ has quit [Read error: Connection reset by peer]
Fare has joined #commonlisp
random-nick has joined #commonlisp
amoroso has joined #commonlisp
amoroso has quit [Client Quit]
skin has joined #commonlisp
Inline has joined #commonlisp
Inline_ has joined #commonlisp
jistr has quit [Remote host closed the connection]
<mosin>
Someone in #sbcl told me not to use sb-walker, when I asked why they said "it's not for use"?
<mosin>
is sb-walker::env not supposed to look like that?
alfiee has joined #commonlisp
rtypo has joined #commonlisp
alfiee has quit [Ping timeout: 260 seconds]
markb1 has quit [Ping timeout: 268 seconds]
<bike>
mosin: it's an internal package of sbcl. it's not meant for use by users like yourself. they may change the API without warning and make no guarantees about it working at all.
apac has quit [Ping timeout: 252 seconds]
Krystof has quit [Ping timeout: 248 seconds]
markb1 has joined #commonlisp
attila_lendvai has quit [Ping timeout: 268 seconds]
ingeniot has quit [Ping timeout: 240 seconds]
kurfen_ has joined #commonlisp
kurfen has quit [Ping timeout: 252 seconds]
wbooze has quit [Ping timeout: 260 seconds]
Levent has quit [Ping timeout: 260 seconds]
skin has quit [Remote host closed the connection]
markb1 has quit [Ping timeout: 252 seconds]
markb1 has joined #commonlisp
bpanthi977 has joined #commonlisp
vyrsh has quit [Ping timeout: 265 seconds]
Inline has joined #commonlisp
wbooze has joined #commonlisp
alfiee has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
lottaquestions has joined #commonlisp
alfiee has quit [Ping timeout: 268 seconds]
eddof13 has joined #commonlisp
King_julian has quit [Read error: Connection reset by peer]
eddof13 has quit [Client Quit]
varjag has quit [Ping timeout: 252 seconds]
King_julian has joined #commonlisp
eddof13 has joined #commonlisp
ajf has joined #commonlisp
NotThatRPG has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
King_julian has quit [Ping timeout: 252 seconds]
King_julian has joined #commonlisp
Guest99 has joined #commonlisp
CoreyDued_ has quit [Ping timeout: 260 seconds]
markb1 has quit [Ping timeout: 268 seconds]
metannoyer has joined #commonlisp
JuanDaugherty has joined #commonlisp
triffid has quit [Quit: triffid]
alfiee has joined #commonlisp
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
ym has joined #commonlisp
alfiee has quit [Ping timeout: 246 seconds]
contrapunctus has joined #commonlisp
markb1 has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
CoreyDued has joined #commonlisp
triffid has joined #commonlisp
contrapunctus has joined #commonlisp
contrapunctus has left #commonlisp [#commonlisp]
Guest99 has quit [Quit: Client closed]
contrapunctus has joined #commonlisp
gooba has quit [Remote host closed the connection]