00:02
tuck has quit [Ping timeout: 272 seconds]
00:12
Demosthenex has quit [Ping timeout: 248 seconds]
00:19
Demosthenex has joined #commonlisp
00:25
HelloImSteven has quit [Quit: HelloImSteven]
00:49
edline has left #commonlisp [#commonlisp]
00:50
akoana has quit [Quit: leaving]
00:53
markb1 has quit [Ping timeout: 252 seconds]
00:54
markb1 has joined #commonlisp
01:00
dra has quit [Ping timeout: 252 seconds]
01:03
surabax has quit [Quit: Leaving]
01:09
Ruby has joined #commonlisp
01:34
markb1 has quit [Ping timeout: 276 seconds]
01:38
usagi_mimi has joined #commonlisp
01:42
gooba has joined #commonlisp
01:42
gooba` has quit [Read error: Connection reset by peer]
01:47
markb1 has joined #commonlisp
01:58
random-nick has quit [Ping timeout: 276 seconds]
02:08
shawnw has quit [Ping timeout: 252 seconds]
02:11
bitspook has quit [Read error: Connection reset by peer]
02:14
bitspook has joined #commonlisp
02:27
markb1 has quit [Ping timeout: 245 seconds]
02:29
bjorkint0sh has quit [Ping timeout: 276 seconds]
02:39
markb1 has joined #commonlisp
03:04
HelloImSteven has joined #commonlisp
03:04
HelloImSteven has quit [Client Quit]
03:17
Stenotrophomonas has joined #commonlisp
03:17
brokkoli_originl has quit [Ping timeout: 260 seconds]
03:21
markb1 has quit [Ping timeout: 276 seconds]
03:34
stanrifkin_ has joined #commonlisp
03:34
markb1 has joined #commonlisp
03:37
stanrifkin has quit [Ping timeout: 276 seconds]
04:02
decweb has quit [Quit: Konversation terminated!]
04:22
shawnw has joined #commonlisp
04:40
HelloImSteven has joined #commonlisp
04:44
HelloImSteven has quit [Client Quit]
04:50
gty has joined #commonlisp
04:51
gty has quit [Remote host closed the connection]
04:54
puercopop_ has joined #commonlisp
04:55
puercopop has quit [Ping timeout: 252 seconds]
05:03
puercopop_ is now known as PuercoPop
05:11
soweli_iki has quit [Remote host closed the connection]
05:12
puercopop_ has joined #commonlisp
05:16
PuercoPop has quit [Ping timeout: 252 seconds]
05:20
HelloImSteven has joined #commonlisp
05:20
HelloImSteven has quit [Client Quit]
05:22
wbooze has quit [Read error: Connection reset by peer]
05:24
Ruby has joined #commonlisp
05:30
HelloImSteven has joined #commonlisp
05:30
HelloImSteven has quit [Client Quit]
05:31
nytpu has quit [Remote host closed the connection]
05:32
HelloImSteven has joined #commonlisp
05:32
nytpu has joined #commonlisp
05:33
HelloImSteven has quit [Client Quit]
05:34
HelloImSteven has joined #commonlisp
05:41
HelloImSteven has quit [Quit: HelloImSteven]
05:44
kanuba has joined #commonlisp
05:54
zxcvz has joined #commonlisp
05:59
rtypo has quit [Quit: WeeChat 4.6.0]
06:02
edgar-rft` has joined #commonlisp
06:03
Pixel_Outlaw has quit [Quit: Leaving]
06:03
Ruby has joined #commonlisp
06:07
edgar-rft has quit [Ping timeout: 245 seconds]
06:07
mgl has joined #commonlisp
06:08
qsaiyan has joined #commonlisp
06:15
awlygj has joined #commonlisp
06:23
shka has joined #commonlisp
06:26
dra has joined #commonlisp
06:35
GalaxyNova has quit [Read error: Connection reset by peer]
06:40
cqst has quit [Quit: zzz]
06:47
pve has joined #commonlisp
06:50
bpanthi977 has quit [Ping timeout: 276 seconds]
06:52
markb1 has quit [Ping timeout: 276 seconds]
06:57
istewart has quit [Quit: Konversation terminated!]
07:00
chiselfuse has quit [Ping timeout: 264 seconds]
07:02
chiselfuse has joined #commonlisp
07:05
markb1 has joined #commonlisp
07:18
Lord_of_Life_ has joined #commonlisp
07:19
Lord_of_Life has quit [Ping timeout: 244 seconds]
07:19
jrm has quit [Quit: ciao]
07:19
slyrus has quit [Ping timeout: 260 seconds]
07:19
jrm has joined #commonlisp
07:19
Lord_of_Life_ is now known as Lord_of_Life
07:35
bpanthi977 has joined #commonlisp
07:37
mishoo has joined #commonlisp
07:40
bpanthi977 has quit [Ping timeout: 276 seconds]
07:41
slyrus has joined #commonlisp
08:20
varjag has joined #commonlisp
08:21
cage has joined #commonlisp
08:25
bpanthi977 has joined #commonlisp
08:26
dra has quit [Ping timeout: 248 seconds]
08:32
bpanthi977 has quit [Ping timeout: 272 seconds]
08:37
veqq has quit [Ping timeout: 260 seconds]
09:01
bpanthi977 has joined #commonlisp
09:07
bpanthi977 has quit [Ping timeout: 276 seconds]
09:16
mivanchev has joined #commonlisp
09:18
<
mivanchev >
hey, how can I make following work?
09:18
<
mivanchev >
(defconstant +hinting-flags+ '(:normal :light :mono :none :light-subpixel))
09:18
varjag has quit [Ping timeout: 272 seconds]
09:19
<
mivanchev >
(deftype hinting-mode () '(member <values from hinting flags> ))
09:19
treflip has joined #commonlisp
09:22
markb1 has quit [Ping timeout: 276 seconds]
09:24
<
jackdaniel >
`(mem ,@it)
09:25
<
mivanchev >
jackdaniel, ah, it's a macro form
09:28
<
jackdaniel >
if not you can always make things macro forms
09:28
mivanchev has quit [Remote host closed the connection]
09:28
<
jackdaniel >
i.e (defm x () `(list ,@it))
09:29
bpanthi977 has joined #commonlisp
09:31
<
jackdaniel >
or macrolet for local things
09:33
bpanthi977 has quit [Ping timeout: 252 seconds]
09:35
markb1 has joined #commonlisp
09:35
mivanchev has joined #commonlisp
09:35
<
mivanchev >
allow me another question jackdaniel how to define a list constant?
09:36
mivanchev has quit [Remote host closed the connection]
09:36
mivanchev has joined #commonlisp
09:36
<
mivanchev >
is it even possible
09:38
zxcvz has quit [Quit: zxcvz]
09:38
<
jackdaniel >
#. load-time-value, alexandria:define-constant, your-macro, defvar kindof
09:41
<
ixelp >
SDL2 TTF font renderering. by MIvanchev · Pull Request #306 · stumpwm/stumpwm-contrib
09:44
varjag has joined #commonlisp
09:47
bpanthi977 has joined #commonlisp
09:51
bpanthi977 has quit [Ping timeout: 276 seconds]
09:52
varjag has quit [Ping timeout: 276 seconds]
10:10
surabax has joined #commonlisp
10:20
mrcom_ has joined #commonlisp
10:21
mrcom has quit [Read error: Connection reset by peer]
10:21
mgl has quit [Read error: Connection reset by peer]
10:22
mgl has joined #commonlisp
10:22
awlygj has quit [Ping timeout: 252 seconds]
10:22
qsaiyan has quit [Ping timeout: 252 seconds]
10:22
reb has quit [Ping timeout: 252 seconds]
10:22
cmack has quit [Ping timeout: 252 seconds]
10:22
bpanthi977 has joined #commonlisp
10:22
cmack has joined #commonlisp
10:22
ski has quit [Ping timeout: 252 seconds]
10:22
reb has joined #commonlisp
10:22
ski has joined #commonlisp
10:22
qsaiyan has joined #commonlisp
10:23
awlygj has joined #commonlisp
10:23
jmercouris has quit [Ping timeout: 252 seconds]
10:23
jmercouris has joined #commonlisp
10:26
bpanthi977 has quit [Ping timeout: 260 seconds]
10:49
jonatack has joined #commonlisp
10:58
random-nick has joined #commonlisp
11:03
ghodawalaaman has quit [Ping timeout: 252 seconds]
11:04
shka has quit [Quit: Konversation terminated!]
11:04
ghodawalaaman has joined #commonlisp
11:04
bpanthi977 has joined #commonlisp
11:06
treflip` has joined #commonlisp
11:07
shka has joined #commonlisp
11:08
treflip has quit [Ping timeout: 276 seconds]
11:09
bpanthi977 has quit [Ping timeout: 248 seconds]
11:21
ghodawalaaman has quit [Quit: Ping timeout (120 seconds)]
11:21
ghodawalaaman has joined #commonlisp
11:23
bpanthi977 has joined #commonlisp
11:25
surabax has quit [Quit: Leaving]
11:30
ghodawalaaman has quit [Quit: Ping timeout (120 seconds)]
11:30
ghodawalaaman has joined #commonlisp
11:32
mivanchev has quit [Quit: Leaving]
11:39
markb1 has quit [Ping timeout: 276 seconds]
11:39
jonatack has quit [Read error: Connection reset by peer]
11:40
bpanthi977 has quit [Ping timeout: 248 seconds]
11:41
markb1 has joined #commonlisp
11:50
bpanthi977 has joined #commonlisp
11:54
bpanthi977 has quit [Ping timeout: 260 seconds]
12:00
ghodawalaaman has quit [Quit: Ping timeout (120 seconds)]
12:00
ghodawalaaman has joined #commonlisp
12:01
jonatack has joined #commonlisp
12:02
markb1 has quit [Ping timeout: 260 seconds]
12:08
bpanthi977 has joined #commonlisp
12:12
bpanthi977 has quit [Ping timeout: 276 seconds]
12:13
Oddity has quit [Read error: Connection reset by peer]
12:13
treflip` has quit [Ping timeout: 276 seconds]
12:14
markb1 has joined #commonlisp
12:16
Oddity has joined #commonlisp
12:22
bpanthi977 has joined #commonlisp
12:32
markb1 has quit [Ping timeout: 276 seconds]
12:45
markb1 has joined #commonlisp
12:55
ghodawalaaman has quit [Quit: Ping timeout (120 seconds)]
12:55
ghodawalaaman has joined #commonlisp
13:02
markb1 has quit [Ping timeout: 252 seconds]
13:02
gnoo has quit [Ping timeout: 276 seconds]
13:04
gnoo has joined #commonlisp
13:07
dra has joined #commonlisp
13:15
markb1 has joined #commonlisp
13:20
Oddity has quit [Ping timeout: 276 seconds]
13:24
gnoo has quit [Ping timeout: 276 seconds]
13:25
gnoo has joined #commonlisp
13:32
markb1 has quit [Ping timeout: 252 seconds]
13:35
decweb has joined #commonlisp
13:41
jonatack has quit [Ping timeout: 252 seconds]
13:45
uhuh has joined #commonlisp
13:45
markb1 has joined #commonlisp
13:45
uhuh has quit [Changing host]
13:45
uhuh has joined #commonlisp
13:56
divya has quit [Ping timeout: 252 seconds]
14:02
divya has joined #commonlisp
14:03
ghodawalaaman4 has joined #commonlisp
14:04
ghodawalaaman has quit [Ping timeout: 252 seconds]
14:04
ghodawalaaman4 is now known as ghodawalaaman
14:11
ghodawalaaman has quit [Quit: Ping timeout (120 seconds)]
14:11
ghodawalaaman has joined #commonlisp
14:20
risc45 has joined #commonlisp
14:22
markb1 has quit [Ping timeout: 252 seconds]
14:27
risc45 has quit [Quit: WeeChat 4.6.1]
14:29
jonatack has joined #commonlisp
14:33
bjorkintosh has joined #commonlisp
14:33
bjorkintosh has joined #commonlisp
14:35
markb1 has joined #commonlisp
15:07
khinsen has joined #commonlisp
15:11
Loke has joined #commonlisp
15:17
Loke has quit [Quit: Leaving]
15:26
ebrasca has joined #commonlisp
15:29
rbc has joined #commonlisp
15:30
rbc has quit [Client Quit]
15:32
rbc has joined #commonlisp
15:32
mulk has quit [Read error: Connection reset by peer]
15:33
rbc has quit [Client Quit]
15:36
rbcarleton has joined #commonlisp
15:39
jonatack has quit [Ping timeout: 276 seconds]
15:44
uhuh has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.4)]
15:57
skeemer has quit [Ping timeout: 276 seconds]
16:49
veqq has joined #commonlisp
17:03
ingeniot has joined #commonlisp
17:25
mulk has joined #commonlisp
17:33
markb1 has quit [Ping timeout: 276 seconds]
17:35
Fade has joined #commonlisp
17:42
veqq has quit [Quit: veqq]
17:42
veqq1 has joined #commonlisp
17:44
veqq1 is now known as veqq
17:45
markb1 has joined #commonlisp
17:54
rbcarleton has quit [Quit: rbcarleton]
18:09
zxcvz has joined #commonlisp
18:09
zxcvz has quit [Client Quit]
18:13
markb1 has quit [Ping timeout: 276 seconds]
18:19
skeemer has joined #commonlisp
18:20
ebrasca has quit [Remote host closed the connection]
18:25
markb1 has joined #commonlisp
18:41
cryptk has joined #commonlisp
18:50
HelloImSteven has joined #commonlisp
18:51
HelloImSteven has quit [Client Quit]
18:52
markb1 has quit [Ping timeout: 244 seconds]
18:56
ingeniot has quit [Ping timeout: 240 seconds]
19:05
markb1 has joined #commonlisp
19:09
Oddity has joined #commonlisp
19:09
Oddity has quit [Changing host]
19:09
Oddity has joined #commonlisp
19:13
markb1 has quit [Ping timeout: 276 seconds]
19:25
markb1 has joined #commonlisp
19:36
fengshaun_ has joined #commonlisp
19:36
fengshaun has quit [Ping timeout: 260 seconds]
19:36
surabax has joined #commonlisp
19:36
surabax has quit [Changing host]
19:36
surabax has joined #commonlisp
19:42
markb1 has quit [Ping timeout: 244 seconds]
19:51
Stenotrophomonas is now known as brokkoli_origin
19:55
markb1 has joined #commonlisp
20:13
markb1 has quit [Ping timeout: 260 seconds]
20:21
varjag has joined #commonlisp
20:25
markb1 has joined #commonlisp
20:32
mrcom_ has quit [Quit: Leaving]
20:33
fengshaun_ is now known as fengshaun
20:55
cage has quit [Quit: rcirc on GNU Emacs 30.1]
21:04
istewart has joined #commonlisp
21:21
rbcarleton has joined #commonlisp
21:23
markb1 has quit [Ping timeout: 244 seconds]
21:27
rbcarleton has quit [Quit: rbcarleton]
21:28
triffid has joined #commonlisp
21:28
<
veqq >
New keyboard came in. I wanted to just snap one broken key and put it on, but no... the retainer width is slightly different. I have to take out the wifi card, mother board and basically everything in this laptop to even see whether the connections are the same to my existing keyboard, which... too much work. Sigh!
21:32
mgl has quit [Ping timeout: 252 seconds]
21:36
markb1 has joined #commonlisp
21:38
pve has quit [Quit: leaving]
21:44
pranav has quit [Remote host closed the connection]
21:45
mgl has joined #commonlisp
21:47
doyougnu has quit [Ping timeout: 260 seconds]
21:49
doyougnu has joined #commonlisp
21:51
markb1 has quit [Ping timeout: 244 seconds]
21:54
Pixel_Outlaw has joined #commonlisp
22:01
contrapunctus has left #commonlisp [#commonlisp]
22:02
contrapunctus has joined #commonlisp
22:05
markb1 has joined #commonlisp
22:05
mishoo has quit [Ping timeout: 248 seconds]
22:10
mgl has quit [Ping timeout: 245 seconds]
22:23
markb1 has quit [Ping timeout: 252 seconds]
22:23
markb1 has joined #commonlisp
22:43
markb1 has quit [Ping timeout: 276 seconds]
22:47
varjag has quit [Quit: ERC 5.5.0.29.1 (IRC client for GNU Emacs 29.2)]
22:53
GalaxyNova has joined #commonlisp
22:56
markb1 has joined #commonlisp
23:21
shka has quit [Quit: Konversation terminated!]
23:31
Catie has joined #commonlisp
23:33
markb1 has quit [Ping timeout: 276 seconds]
23:34
Catie` has joined #commonlisp
23:36
Catie` has quit [Read error: Connection reset by peer]
23:36
Catie` has joined #commonlisp
23:37
Catie has quit [Ping timeout: 276 seconds]
23:39
Catie has joined #commonlisp
23:42
Catie` has quit [Ping timeout: 276 seconds]
23:45
markb1 has joined #commonlisp
23:47
dra has quit [Ping timeout: 248 seconds]
23:48
tuck has joined #commonlisp
23:58
stanrifkin_ has quit [Quit: Leaving]