00:00:14 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 00:00:17 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [Quit: Leaving.] 00:00:22 What does that mean? Don't use directory? 00:00:48 You can safely use directory only on directory that you have created and filled with your lisp system. 00:01:31 "Filled with your lisp system"... meaning SBCL? Or lisp source files? 00:01:55 oleo [~oleo@xdsl-87-79-197-168.netcologne.de] has joined #lisp 00:01:59 1- there's no bijection between logical pathname and physical pathnames, only an injection. 2- for some implementation there's no bijection between physical pathnames and posix pathnames! 00:02:22 mjb9Mike: yes, you can't expect to be able to read all the files created with one CL implementation with another CL implementation. 00:02:49 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:02:50 You have to be extra careful to be able to do so. 00:03:19 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 00:03:48 Read... as in (read) or reading char-char... or reading directory entries? I really just want to say (load "*myfile*) so I can rename it tags etc, but still refer to it the same way. 00:03:57 Both. 00:04:36 But more notably, reading directories and reading as in read-byte. (for (unsigned-byte n) with (/= n 8)). 00:04:53 -!- doomlord [~doomlod@host86-180-26-144.range86-180.btcentralplus.com] has quit [Read error: Operation timed out] 00:05:06 Ouh! (load "*myfile*") is highly non-conforming. 00:05:52 I never was all that much of a conformist... can't you see, I'm doing it in LISP! 00:06:17 Better do (load "SOURCES:MYFILE.LISP") and use a logical pathname translation to read the file at the actual physical pathname you want. 00:06:29 Thank you. But no. 00:06:41 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:07:10 pjb is the last survivor of the lispniks that know how to use logical pathname translations. 00:07:33 Until somebody writes a unix CL implementation. 00:07:35 Then I guess we just wait to last them die with him? 00:08:23 -!- dcguru [~chatzilla@66.129.60.130] has quit [Quit: ChatZilla 0.9.90 [Firefox 19.0.2/20130307023931]] 00:08:36 I'll convert my projects to use LPTs one day but I don't really trust any users to actually follow directions and set up the translations. 00:08:50 gjord [~gjord@ool-18babf32.dyn.optonline.net] has joined #lisp 00:08:57 -!- Shinmera_ [~linus@xdsl-188-155-176-171.adslplus.ch] has quit [Quit: leaving] 00:08:58 antonv [5d7d2a74@gateway/web/freenode/ip.93.125.42.116] has joined #lisp 00:08:59 Make it simple.. or don't bother. 00:09:10 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 00:09:19 Quadrescence: well, yes, one would need to provide an installation procedure that would create them. 00:09:31 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:10:54 An alternative would be to write a CDR that would specify how physical pathnames should be implemented on a POSIX system, and push the implementors to implement it. 00:10:54 przl [~przlrkt@p5B298586.dip0.t-ipconnect.de] has joined #lisp 00:11:31 not a bad idea 00:11:32 zacharias [~zacharias@unaffiliated/zacharias] has joined #lisp 00:11:40 Quadrescence: I know at least two other people who use LPTs a lot 00:11:53 fe[nl]ix, I was sort of joking. :) 00:12:59 Well, without using logical pathnames, the safest route is to rely on make-pathname and merge-pathnames more than on physical namestrings. 00:13:02 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 00:13:29 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:13:37 bitonic [~user@ppp-243-184.27-151.libero.it] has joined #lisp 00:15:28 wormphlegm [~wormphleg@24.130.9.50] has joined #lisp 00:15:47 -!- przl [~przlrkt@p5B298586.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 00:17:38 namtsui` [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:18:35 -!- namtsui` [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 00:19:08 namtsui` [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:19:34 -!- namtsui` [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 00:20:12 namtsui` [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:20:55 -!- namtsui` [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 00:21:10 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Ping timeout: 276 seconds] 00:21:57 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 00:30:28 Turbopape [c5011f3c@gateway/web/freenode/ip.197.1.31.60] has joined #lisp 00:30:53 -!- Turbopape [c5011f3c@gateway/web/freenode/ip.197.1.31.60] has quit [Client Quit] 00:31:53 nbouscal [~nbouscal@97-114-108-91.spkn.qwest.net] has joined #lisp 00:32:13 turbopape [~turbopape@197.1.31.60] has joined #lisp 00:32:52 drmeister [~drmeister@mobile-166-147-083-194.mycingular.net] has joined #lisp 00:35:45 -!- agumonkey [~agu@245.217.72.86.rev.sfr.net] has quit [Ping timeout: 248 seconds] 00:39:56 -!- turbopape [~turbopape@197.1.31.60] has quit [Remote host closed the connection] 00:44:00 -!- fenton1 [~fenton@ppp-124-121-56-105.revip2.asianet.co.th] has quit [Quit: WeeChat 0.4.1] 00:48:56 -!- nbouscal [~nbouscal@97-114-108-91.spkn.qwest.net] has quit [Quit: Computer has commenced electric sheep tracking protocol.] 00:49:21 -!- nialo- [~yaaic@66-87-85-19.pools.spcsdns.net] has quit [Ping timeout: 264 seconds] 00:57:27 -!- drmeister [~drmeister@mobile-166-147-083-194.mycingular.net] has quit [Remote host closed the connection] 01:01:12 -!- jayne_ is now known as jayne 01:05:27 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #lisp 01:06:34 -!- Anarch [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has quit [Ping timeout: 246 seconds] 01:11:14 -!- sdemarre [~serge@216.112-64-87.adsl-dyn.isp.belgacom.be] has quit [Read error: Operation timed out] 01:17:43 -!- zacharias [~zacharias@unaffiliated/zacharias] has quit [Ping timeout: 276 seconds] 01:24:46 npatrick04 [~user@adsl-98-81-179-22.hsv.bellsouth.net] has joined #lisp 01:26:39 -!- mjb9Mike [~mjb@cpe-173-175-254-25.tx.res.rr.com] has left #lisp 01:28:18 -!- danlentz [~danlentz@c-68-37-70-235.hsd1.nj.comcast.net] has quit [Ping timeout: 240 seconds] 01:28:55 ``Erik [~erik@pool-74-103-121-45.bltmmd.fios.verizon.net] has joined #lisp 01:30:29 guyal [~anonymous@108-235-117-64.lightspeed.sntcca.sbcglobal.net] has joined #lisp 01:36:45 -!- bitonic [~user@ppp-243-184.27-151.libero.it] has quit [Ping timeout: 264 seconds] 01:41:35 -!- ckoch786__ [~quassel@75-22-101-128.lightspeed.dblnoh.sbcglobal.net] has quit [Ping timeout: 264 seconds] 01:48:20 -!- Nisstyre [~yours@oftn/member/Nisstyre] has quit [Quit: Leaving] 01:48:40 Vicfred [~Vicfred@187.206.124.155] has joined #lisp 01:54:45 -!- Oddity [~Oddity@unaffiliated/oddity] has quit [Read error: Connection reset by peer] 01:56:56 -!- Corvidium [~cosman246@c-24-143-118-11.customer.broadstripe.net] has quit [Ping timeout: 256 seconds] 01:58:40 Corvidium [~cosman246@c-24-143-118-11.customer.broadstripe.net] has joined #lisp 02:03:06 normanrichards [~normanric@70.114.215.220] has joined #lisp 02:03:12 -!- Corvidium [~cosman246@c-24-143-118-11.customer.broadstripe.net] has quit [Ping timeout: 260 seconds] 02:06:11 -!- jangle [~jimmy1984@198.151.8.4] has quit [Quit: jangle] 02:09:54 Corvidium [~cosman246@c-24-143-118-11.customer.broadstripe.net] has joined #lisp 02:11:21 nbouscal [~nbouscal@97-114-108-91.spkn.qwest.net] has joined #lisp 02:12:21 -!- housel` is now known as housel 02:13:45 -!- oudeis [~oudeis@95.35.60.224] has quit [Quit: This computer has gone to sleep] 02:21:30 -!- nbouscal [~nbouscal@97-114-108-91.spkn.qwest.net] has quit [Quit: Computer has commenced electric sheep tracking protocol.] 02:22:58 -!- Praise [~Fat@unaffiliated/praise] has quit [Read error: Connection reset by peer] 02:24:01 -!- npatrick04 [~user@adsl-98-81-179-22.hsv.bellsouth.net] has quit [Ping timeout: 248 seconds] 02:28:38 harish [~harish@cm32.zeta224.maxonline.com.sg] has joined #lisp 02:35:03 miql [~miql@wsip-70-184-126-162.ph.ph.cox.net] has joined #lisp 02:36:10 oudeis [~oudeis@bzq-84-111-168-71.red.bezeqint.net] has joined #lisp 02:37:25 -!- lduros [~user@fsf/member/lduros] has quit [Remote host closed the connection] 02:38:11 jangle [~jimmy1984@ip-64-134-188-93.public.wayport.net] has joined #lisp 02:39:40 -!- miql [~miql@wsip-70-184-126-162.ph.ph.cox.net] has left #lisp 02:40:10 Modius [~user@cpe-70-112-159-86.austin.res.rr.com] has joined #lisp 02:40:43 Anyone know a trick to tell slime to automatically run a common-lisp form on startup? Or does it have to be done specifically to the CL's command line for each CL? 02:41:54 Modius: ~/.swank.lisp 02:55:46 pkhuong: Thanks. 02:56:01 axion [~axion@cpe-67-242-88-224.nycap.res.rr.com] has joined #lisp 03:02:35 -!- axion [~axion@cpe-67-242-88-224.nycap.res.rr.com] has quit [Ping timeout: 264 seconds] 03:03:50 -!- Nisstyre-laptop is now known as Nisstyre 03:04:46 Oddity [~Oddity@unaffiliated/oddity] has joined #lisp 03:13:16 Anarch [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has joined #lisp 03:14:24 sykopomp` [~sykopomp@unaffiliated/sykopomp] has joined #lisp 03:14:26 axion [~axion@cpe-67-242-88-224.nycap.res.rr.com] has joined #lisp 03:15:45 -!- seangrove [~user@208.80.69.42] has quit [Ping timeout: 264 seconds] 03:17:48 -!- sykopomp [~sykopomp@unaffiliated/sykopomp] has quit [Ping timeout: 268 seconds] 03:19:57 -!- oudeis [~oudeis@bzq-84-111-168-71.red.bezeqint.net] has quit [Quit: This computer has gone to sleep] 03:20:26 drmeister [~drmeister@198.134.93.254] has joined #lisp 03:23:02 neoesque [~neoesque@210.59.147.226] has joined #lisp 03:27:57 holycow [~holycow@host-216-251-135-194.bchsia.skywaywest.net] has joined #lisp 03:42:41 hi lisp 03:44:47 danlentz [~danlentz@c-68-37-70-235.hsd1.nj.comcast.net] has joined #lisp 03:48:17 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #lisp 03:50:28 -!- drmeister [~drmeister@198.134.93.254] has quit [Ping timeout: 276 seconds] 03:52:51 drmeister [~drmeister@198.134.90.169] has joined #lisp 03:57:59 -!- keppy [~Luca@c-67-183-211-178.hsd1.wa.comcast.net] has quit [Ping timeout: 260 seconds] 04:02:56 -!- jleija [~jleija@50.8.41.50] has quit [Quit: leaving] 04:13:52 iLogical [~iLogical@unaffiliated/ilogical] has joined #lisp 04:26:51 hi 04:32:47 zRecursive [~czsq888@118.112.68.181] has joined #lisp 04:35:58 pnpuff- [~v_start@unaffiliated/pnpuff] has joined #lisp 04:39:12 -!- pnpuff- [~v_start@unaffiliated/pnpuff] has left #lisp 04:39:37 -!- Vicfred [~Vicfred@187.206.124.155] has quit [Quit: Leaving] 04:47:23 gravicappa [~gravicapp@ppp91-77-165-120.pppoe.mtu-net.ru] has joined #lisp 04:50:49 m104 [~m104@c-67-169-151-146.hsd1.ca.comcast.net] has joined #lisp 04:51:15 -!- drmeister [~drmeister@198.134.90.169] has quit [Remote host closed the connection] 04:53:49 -!- guther [guther@shell.bshellz.net] has quit [K-Lined] 05:01:47 -!- Krystof [~user@81.174.155.115] has quit [Read error: Operation timed out] 05:03:52 -!- bananagram [~bot@c-76-30-158-226.hsd1.tx.comcast.net] has quit [Ping timeout: 246 seconds] 05:04:14 fenton [~fenton@ppp-124-121-38-239.revip2.asianet.co.th] has joined #lisp 05:09:45 -!- Vutral [ss@mirbsd/special/Vutral] has quit [Ping timeout: 240 seconds] 05:09:52 -!- breakds [~breakds@cpe-74-79-147-26.twcny.res.rr.com] has quit [Remote host closed the connection] 05:10:01 seangrove [~user@c-69-181-197-122.hsd1.ca.comcast.net] has joined #lisp 05:10:10 Vutral [ss@mirbsd/special/Vutral] has joined #lisp 05:12:12 -!- zRecursive [~czsq888@118.112.68.181] has quit [Remote host closed the connection] 05:13:59 fenton1 [~fenton@ppp-124-121-38-239.revip2.asianet.co.th] has joined #lisp 05:16:47 jerryzhou [~jerryzhou@58.245.253.218] has joined #lisp 05:25:09 -!- youlysses [~user@75-132-28-10.dhcp.stls.mo.charter.com] has quit [Remote host closed the connection] 05:27:21 fantasticsid [~user@216.240.135.208] has joined #lisp 05:29:17 youlysses [~user@75-132-28-10.dhcp.stls.mo.charter.com] has joined #lisp 05:30:55 zRecursive [~czsq888@118.112.68.181] has joined #lisp 05:31:24 -!- zRecursive [~czsq888@118.112.68.181] has quit [Remote host closed the connection] 05:36:20 zRecursive [~czsq888@118.112.68.181] has joined #lisp 05:36:45 -!- fantasticsid [~user@216.240.135.208] has quit [Remote host closed the connection] 05:38:25 -!- em_ [~em@user-0cev0hr.cable.mindspring.com] has quit [Quit: Reconnecting] 05:38:38 em [~em@unaffiliated/emma] has joined #lisp 05:48:56 loke [~user@42.61.218.195] has joined #lisp 05:50:49 -!- yacks [~py@180.151.36.168] has quit [Ping timeout: 245 seconds] 05:56:17 -!- DrCode [~DrCode@gateway/tor-sasl/drcode] has quit [Remote host closed the connection] 05:56:23 -!- karswell` [~user@87.114.19.117] has quit [Ping timeout: 240 seconds] 05:57:46 DrCode [~DrCode@gateway/tor-sasl/drcode] has joined #lisp 05:57:58 yacks [~py@180.151.36.168] has joined #lisp 05:59:55 angavrilov [~angavrilo@217.71.227.190] has joined #lisp 06:01:24 -!- chu [~user@unaffiliated/chu] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 06:05:41 -!- jerryzhou [~jerryzhou@58.245.253.218] has quit [Quit: Leaving] 06:08:22 Shinmera [~linus@xdsl-188-155-176-171.adslplus.ch] has joined #lisp 06:09:47 -!- kliph [~user@unaffiliated/kliph] has quit [Ping timeout: 264 seconds] 06:09:58 ehu` [ehu@ip167-22-212-87.adsl2.static.versatel.nl] has joined #lisp 06:12:37 mrSpec [~Spec@88.208.105.6] has joined #lisp 06:12:37 -!- mrSpec [~Spec@88.208.105.6] has quit [Changing host] 06:12:37 mrSpec [~Spec@unaffiliated/mrspec] has joined #lisp 06:14:13 -!- fridim__ [~fridim@65.93.78.88] has quit [Ping timeout: 246 seconds] 06:20:08 -!- youlysses [~user@75-132-28-10.dhcp.stls.mo.charter.com] has quit [Read error: Connection reset by peer] 06:29:07 syrinx [~quassel@unaffiliated/syrinx-/x-4255893] has joined #lisp 06:32:00 keppy_ [~Luca@c-67-183-211-178.hsd1.wa.comcast.net] has joined #lisp 06:34:20 pnpuff- [~v_@unaffiliated/pnpuff] has joined #lisp 06:35:00 -!- pnpuff- [~v_@unaffiliated/pnpuff] has left #lisp 06:39:48 youlysses [~user@75-132-28-10.dhcp.stls.mo.charter.com] has joined #lisp 06:39:57 CrazyWoods [~nowolfer@27.159.77.246] has joined #lisp 06:40:11 how to change the default sbcl prompt (*) 06:40:11 -!- m104 [~m104@c-67-169-151-146.hsd1.ca.comcast.net] has quit [Quit: Bye!] 06:41:46 CrazyWoods: exec rlwrap --remember -c -b "$breakchars" -f "$HOME"/.sbcl_completions -S '> ' sbcl --noinform "$@" 06:42:52 -!- fenton1 [~fenton@ppp-124-121-38-239.revip2.asianet.co.th] has quit [Quit: WeeChat 0.4.1] 06:42:53 The prompt will be '>', but not recommend though 06:45:45 -!- Bike [~Glossina@67-5-245-98.ptld.qwest.net] has quit [Ping timeout: 264 seconds] 06:47:37 zRecursive: thank you 06:48:02 Bike [~Glossina@67-5-245-98.ptld.qwest.net] has joined #lisp 06:49:15 -!- loke [~user@42.61.218.195] has quit [Ping timeout: 260 seconds] 06:51:44 zRecursive: it got warnning : STYLE-WARNING: redefining ASDF::LISP-VERSION-STRING in DEFUN, is it ok? 06:51:55 pavelpenev [~quassel@85.130.70.65] has joined #lisp 06:53:40 Joreji [~thomas@156-246.eduroam.rwth-aachen.de] has joined #lisp 06:54:18 sdemarre [~serge@216.112-64-87.adsl-dyn.isp.belgacom.be] has joined #lisp 06:54:38 CrazyWoods: seems not severe 06:57:24 -!- zRecursive [~czsq888@118.112.68.181] has left #lisp 06:58:06 zacharias [~zacharias@unaffiliated/zacharias] has joined #lisp 06:59:46 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 07:04:48 loke [~user@42.61.218.195] has joined #lisp 07:05:01 -!- neoesque [~neoesque@210.59.147.226] has quit [Ping timeout: 252 seconds] 07:07:18 prxq [~mommer@mnhm-590c195f.pool.mediaWays.net] has joined #lisp 07:09:57 maxter [~maxter@gaffeless.chaperon.volia.net] has joined #lisp 07:11:58 -!- yacks [~py@180.151.36.168] has quit [Quit: Leaving] 07:13:47 -!- normanrichards [~normanric@70.114.215.220] has quit [Quit: normanrichards] 07:19:30 neoesque [~neoesque@122-116-18-21.HINET-IP.hinet.net] has joined #lisp 07:26:41 agumonkey [~agu@245.217.72.86.rev.sfr.net] has joined #lisp 07:30:09 -!- Joreji [~thomas@156-246.eduroam.rwth-aachen.de] has quit [Ping timeout: 248 seconds] 07:30:22 Krystof [~user@81.174.155.115] has joined #lisp 07:34:09 -!- Nisstyre [~yours@oftn/member/Nisstyre] has quit [Ping timeout: 245 seconds] 07:38:10 jerryzhou [~jerryzhou@58.245.253.218] has joined #lisp 07:42:22 Joreji [~thomas@156-246.eduroam.rwth-aachen.de] has joined #lisp 07:45:07 -!- pavelpenev [~quassel@85.130.70.65] has quit [Remote host closed the connection] 07:45:45 nbouscal [~nbouscal@c-67-168-113-48.hsd1.wa.comcast.net] has joined #lisp 07:46:42 jewel [~jewel@105-236-99-241.access.mtnbusiness.co.za] has joined #lisp 07:47:46 pavelpenev [~quassel@85.130.70.65] has joined #lisp 07:49:36 -!- pavelpenev [~quassel@85.130.70.65] has quit [Remote host closed the connection] 07:51:21 pavelpenev [~quassel@85.130.70.65] has joined #lisp 07:52:44 arenz [~arenz@HSI-KBW-109-193-252-079.hsi7.kabel-badenwuerttemberg.de] has joined #lisp 07:55:51 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 07:56:47 nilsi [~nilsi@2.68.253.90.mobile.tre.se] has joined #lisp 07:58:23 granata [~aleksei@sa-84-52-31-203.saturn.infonet.ee] has joined #lisp 08:00:11 nostoi [~nostoi@161.Red-79-156-52.staticIP.rima-tde.net] has joined #lisp 08:01:13 oudeis [~oudeis@95.35.60.7] has joined #lisp 08:05:01 Sagane [~Sagane@177.100-226-89.dsl.completel.net] has joined #lisp 08:09:03 -!- Bike [~Glossina@67-5-245-98.ptld.qwest.net] has quit [Ping timeout: 260 seconds] 08:11:20 mishoo [~mishoo@93.113.190.121] has joined #lisp 08:11:30 -!- nostoi [~nostoi@161.Red-79-156-52.staticIP.rima-tde.net] has quit [Quit: Verlassend] 08:15:47 -!- Anarch [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has quit [Ping timeout: 264 seconds] 08:15:51 -!- iLogical [~iLogical@unaffiliated/ilogical] has quit [Quit: Leaving] 08:18:31 -!- xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has quit [Quit: xaxisx] 08:19:42 xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has joined #lisp 08:24:54 -!- sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 08:29:42 -!- nbouscal [~nbouscal@c-67-168-113-48.hsd1.wa.comcast.net] has quit [Quit: Computer has commenced electric sheep tracking protocol.] 08:31:55 -!- sdemarre [~serge@216.112-64-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 260 seconds] 08:32:36 -!- Ulysses22222 [~daniel@109.226.23.104] has quit [Read error: Connection timed out] 08:32:52 morphling [~stefan@gssn-4d002e2e.pool.mediaWays.net] has joined #lisp 08:33:50 Ulysses22222 [~daniel@109.226.23.104] has joined #lisp 08:36:52 -!- fenton [~fenton@ppp-124-121-38-239.revip2.asianet.co.th] has quit [Read error: Connection reset by peer] 08:41:38 -!- Ulysses22222 [~daniel@109.226.23.104] has quit [Read error: Operation timed out] 08:43:13 Ulysses22222 [~daniel@109.226.23.104] has joined #lisp 08:44:23 bitonic [~user@ppp-243-184.27-151.libero.it] has joined #lisp 08:50:41 -!- aeth [~Michael@wesnoth/umc-dev/developer/aethaeryn] has quit [Quit: ...] 08:54:41 -!- jerryzhou [~jerryzhou@58.245.253.218] has quit [Quit: Leaving] 09:01:38 fenton [~fenton@ppp-124-122-24-137.revip2.asianet.co.th] has joined #lisp 09:06:05 -!- fenton [~fenton@ppp-124-122-24-137.revip2.asianet.co.th] has quit [Client Quit] 09:07:12 edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has joined #lisp 09:07:28 -!- jayne [~jayne@freenode/staff/jayne] has quit [Quit: Quit] 09:09:03 jangle_ [~jimmy1984@ip-64-134-188-93.public.wayport.net] has joined #lisp 09:11:32 -!- oudeis [~oudeis@95.35.60.7] has quit [Quit: This computer has gone to sleep] 09:11:39 -!- GuilOooo_ is now known as GuilOooo 09:12:52 -!- jangle [~jimmy1984@ip-64-134-188-93.public.wayport.net] has quit [Ping timeout: 276 seconds] 09:12:52 -!- jangle_ is now known as jangle 09:13:57 pnpuff- [~v_@unaffiliated/pnpuff] has joined #lisp 09:14:32 -!- pnpuff- [~v_@unaffiliated/pnpuff] has left #lisp 09:18:29 josemanuel [~josemanue@113.210.221.87.dynamic.jazztel.es] has joined #lisp 09:21:04 jayne [~jayne@freenode/staff/jayne] has joined #lisp 09:21:48 pnpuff- [~v_@unaffiliated/pnpuff] has joined #lisp 09:21:53 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 09:22:02 -!- pnpuff- [~v_@unaffiliated/pnpuff] has left #lisp 09:26:10 Karl_dscc [~localhost@p5B2B5C9C.dip0.t-ipconnect.de] has joined #lisp 09:26:13 AeroNotix [~xeno@aboa20.neoplus.adsl.tpnet.pl] has joined #lisp 09:27:09 -!- maxter [~maxter@gaffeless.chaperon.volia.net] has quit [Ping timeout: 264 seconds] 09:27:49 -!- matko [~matko@ip82-139-123-169.lijbrandt.net] has quit [Ping timeout: 276 seconds] 09:28:25 Anarch [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has joined #lisp 09:29:59 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #lisp 09:35:10 -!- Karl_dscc [~localhost@p5B2B5C9C.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 09:39:34 -!- oleo [~oleo@xdsl-87-79-197-168.netcologne.de] has quit [Ping timeout: 245 seconds] 09:40:13 oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has joined #lisp 09:46:48 Karl_dscc [~localhost@p5B2B5C9C.dip0.t-ipconnect.de] has joined #lisp 09:51:43 -!- loke [~user@42.61.218.195] has quit [Read error: Connection reset by peer] 09:52:00 loke [~user@42.61.218.195] has joined #lisp 09:52:40 doomlord [~doomlod@host86-180-26-144.range86-180.btcentralplus.com] has joined #lisp 09:55:44 epeli_ [~eetuleino@dsl-olubrasgw1-50dca5-118.dhcp.inet.fi] has joined #lisp 09:56:49 hitecnologys [~hitecnolo@94.137.0.28] has joined #lisp 09:57:42 -!- epeli_ [~eetuleino@dsl-olubrasgw1-50dca5-118.dhcp.inet.fi] has left #lisp 10:02:15 -!- hitecnologys [~hitecnolo@94.137.0.28] has quit [Quit: hitecnologys] 10:02:55 Mon_Ouie [~Mon_Ouie@subtle/user/MonOuie] has joined #lisp 10:03:21 nostoi [~nostoi@161.Red-79-156-52.staticIP.rima-tde.net] has joined #lisp 10:04:45 -!- nug700 [~nug700@174-26-151-225.phnx.qwest.net] has quit [Quit: bye] 10:07:18 -!- nostoi [~nostoi@161.Red-79-156-52.staticIP.rima-tde.net] has quit [Client Quit] 10:10:43 matko [~matko@ip82-139-123-169.lijbrandt.net] has joined #lisp 10:10:57 -!- kcj [~casey@unaffiliated/kcj] has quit [Ping timeout: 264 seconds] 10:13:00 BitPuffin [~quassel@109.58.186.31.bredband.tre.se] has joined #lisp 10:17:50 hitecnologys [~hitecnolo@94.137.0.28] has joined #lisp 10:23:40 -!- xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has quit [Quit: xaxisx] 10:26:18 -!- hitecnologys [~hitecnolo@94.137.0.28] has quit [Ping timeout: 252 seconds] 10:28:34 hitecnologys [~hitecnolo@94.137.0.28] has joined #lisp 10:31:21 -!- hitecnologys [~hitecnolo@94.137.0.28] has quit [Client Quit] 10:33:55 zRecursive [~czsq888@221.237.93.47] has joined #lisp 10:36:04 -!- Quadrescence [~quad@unaffiliated/quadrescence] has quit [Quit: This computer has gone to sleep] 10:38:51 vmmenon [~vmmenon@CPE-120-145-145-23.lnse2.pie.bigpond.net.au] has joined #lisp 10:42:19 hitecnologys [~hitecnolo@94.137.0.28] has joined #lisp 10:44:47 sdemarre [~serge@109.134.145.64] has joined #lisp 10:46:19 -!- hitecnologys [~hitecnolo@94.137.0.28] has quit [Client Quit] 10:48:15 -!- electromancer [~electroma@cpe-198-72-207-51.socal.res.rr.com] has quit [Quit: Leaving] 10:49:48 electromancer [~electroma@cpe-198-72-207-51.socal.res.rr.com] has joined #lisp 10:50:16 Joreji_ [~thomas@156-246.eduroam.rwth-aachen.de] has joined #lisp 10:54:50 francogrex [~user@91.182.166.251] has joined #lisp 10:55:27 I wrote this program to help with meditation but it's not sleeping 3 secs between word string and numbers display why? http://paste.lisp.org/display/138134 10:55:33 oudeis [~oudeis@85.64.237.35.dynamic.barak-online.net] has joined #lisp 10:56:02 ph88 [5597cc14@gateway/web/freenode/ip.85.151.204.20] has joined #lisp 11:01:41 in shell it's ok but in emacs it prints it all at once 11:04:07 -!- mishoo [~mishoo@93.113.190.121] has quit [Read error: Connection reset by peer] 11:04:28 mishoo [~mishoo@93.113.190.121] has joined #lisp 11:04:59 francogrex: You need to call FINISH-OUTPUT 11:07:01 Praise [~Fat@unaffiliated/praise] has joined #lisp 11:07:04 -!- doomlord [~doomlod@host86-180-26-144.range86-180.btcentralplus.com] has quit [Ping timeout: 245 seconds] 11:08:20 -!- vmmenon [~vmmenon@CPE-120-145-145-23.lnse2.pie.bigpond.net.au] has quit [Quit: vmmenon] 11:08:56 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 11:11:41 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 11:13:53 foreignFunction [~niksaak@ip-4761.sunline.net.ua] has joined #lisp 11:16:39 -!- AeroNotix [~xeno@aboa20.neoplus.adsl.tpnet.pl] has quit [Ping timeout: 245 seconds] 11:20:03 vmmenon [~vmmenon@CPE-120-145-145-23.lnse2.pie.bigpond.net.au] has joined #lisp 11:20:33 stassats [~stassats@wikipedia/stassats] has joined #lisp 11:24:30 -!- jagaj [~AdmiralBu@pool-71-99-141-240.tampfl.fios.verizon.net] has quit [Quit: jagaj] 11:25:42 fenton [~fenton@ppp-124-122-24-137.revip2.asianet.co.th] has joined #lisp 11:27:29 chu [~user@unaffiliated/chu] has joined #lisp 11:29:08 Joreji__ [~thomas@156-246.eduroam.rwth-aachen.de] has joined #lisp 11:29:23 hitecnologys [~hitecnolo@94.137.0.28] has joined #lisp 11:30:08 ok loke 11:30:09 -!- Joreji_ [~thomas@156-246.eduroam.rwth-aachen.de] has quit [Ping timeout: 248 seconds] 11:30:47 -!- Joreji [~thomas@156-246.eduroam.rwth-aachen.de] has quit [Ping timeout: 264 seconds] 11:31:48 -!- zRecursive [~czsq888@221.237.93.47] has left #lisp 11:38:03 -!- fenton [~fenton@ppp-124-122-24-137.revip2.asianet.co.th] has quit [Quit: WeeChat 0.4.1] 11:41:35 -!- agumonkey [~agu@245.217.72.86.rev.sfr.net] has quit [Ping timeout: 264 seconds] 11:41:44 -!- oudeis [~oudeis@85.64.237.35.dynamic.barak-online.net] has quit [Quit: This computer has gone to sleep] 11:45:44 momo-reina [~user@aa20111001946f573a16.userreverse.dion.ne.jp] has joined #lisp 11:49:00 -!- momo-reina [~user@aa20111001946f573a16.userreverse.dion.ne.jp] has quit [Remote host closed the connection] 11:53:33 -!- theos [~theos@unaffiliated/theos] has quit [Ping timeout: 264 seconds] 11:58:33 Fuck! What do they teach in schools? All those people who don't understand buffering! 11:58:56 -!- Triclops256|away is now known as Triclops256 11:59:48 apparently, they don't teach manners in some 12:03:00 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 12:04:05 -!- oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has quit [Quit: Verlassend] 12:05:05 manners smanners 12:05:11 Who needs em? 12:05:18 oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has joined #lisp 12:06:03 theos [~theos@unaffiliated/theos] has joined #lisp 12:08:22 -!- keppy_ [~Luca@c-67-183-211-178.hsd1.wa.comcast.net] has quit [Ping timeout: 276 seconds] 12:16:30 -!- antgreen [~green@207.112.99.60] has quit [Read error: Operation timed out] 12:17:55 jagaj [~AdmiralBu@pool-71-99-141-240.tampfl.fios.verizon.net] has joined #lisp 12:23:20 -!- vmmenon [~vmmenon@CPE-120-145-145-23.lnse2.pie.bigpond.net.au] has quit [Quit: vmmenon] 12:25:49 -!- Beetny [~Beetny@ppp118-208-113-95.lns20.bne4.internode.on.net] has quit [Ping timeout: 245 seconds] 12:26:01 agumonkey [~agu@245.217.72.86.rev.sfr.net] has joined #lisp 12:26:47 pnpuff- [~v_@unaffiliated/pnpuff] has joined #lisp 12:27:13 -!- dfox [~dfox@94.142.237.120] has quit [Ping timeout: 276 seconds] 12:29:41 -!- pnpuff- [~v_@unaffiliated/pnpuff] has left #lisp 12:36:13 -!- Karl_dscc [~localhost@p5B2B5C9C.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 12:36:55 xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has joined #lisp 12:37:21 -!- Triclops256 is now known as Triclops256|away 12:37:59 -!- zacharias [~zacharias@unaffiliated/zacharias] has quit [Remote host closed the connection] 12:39:22 doomlord [~doomlod@host86-180-26-144.range86-180.btcentralplus.com] has joined #lisp 12:39:49 antgreen [~green@207.112.99.60] has joined #lisp 12:41:31 -!- xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has quit [Client Quit] 12:44:07 oudeis [~oudeis@95.35.60.7] has joined #lisp 12:44:53 jtza8 [~jtza8@105-236-131-74.access.mtnbusiness.co.za] has joined #lisp 12:45:05 lduros [~user@fsf/member/lduros] has joined #lisp 12:45:39 vmmenon [~vmmenon@CPE-120-145-145-23.lnse2.pie.bigpond.net.au] has joined #lisp 12:48:03 turbopape [~turbopape@41.228.40.8] has joined #lisp 12:48:08 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Ping timeout: 260 seconds] 12:50:41 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 248 seconds] 12:53:19 -!- sdemarre [~serge@109.134.145.64] has quit [Ping timeout: 252 seconds] 12:53:35 barryfm [~barryfm@fl-71-52-211-52.dhcp.embarqhsd.net] has joined #lisp 12:58:07 -!- francogrex [~user@91.182.166.251] has quit [Ping timeout: 246 seconds] 12:58:19 francogrex [~user@91.182.166.251] has joined #lisp 12:59:59 ffilozov [~user@119.red-80-28-107.adsl.static.ccgg.telefonica.net] has joined #lisp 13:00:42 AeroNotix [~xeno@aboa20.neoplus.adsl.tpnet.pl] has joined #lisp 13:01:41 -!- francogrex [~user@91.182.166.251] has quit [Remote host closed the connection] 13:01:44 -!- vmmenon [~vmmenon@CPE-120-145-145-23.lnse2.pie.bigpond.net.au] has left #lisp 13:03:28 -!- barryfm [~barryfm@fl-71-52-211-52.dhcp.embarqhsd.net] has quit [Quit: Ex-Chat] 13:07:45 bitonic` [~user@ppp-243-184.27-151.libero.it] has joined #lisp 13:08:28 -!- bitonic [~user@ppp-243-184.27-151.libero.it] has quit [Read error: Connection reset by peer] 13:08:56 -!- oudeis [~oudeis@95.35.60.7] has quit [Quit: This computer has gone to sleep] 13:10:57 -!- jangle [~jimmy1984@ip-64-134-188-93.public.wayport.net] has quit [Ping timeout: 264 seconds] 13:13:01 sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 13:18:06 Nisstyre-laptop [~yours@oftn/member/Nisstyre] has joined #lisp 13:21:59 eldariof [~CLD@pppoe-196-60-dyn-sr.volgaline.ru] has joined #lisp 13:27:56 -!- Ulysses22222 [~daniel@109.226.23.104] has quit [Read error: Connection timed out] 13:29:19 Ulysses22222 [~daniel@109.226.23.104] has joined #lisp 13:35:28 fantazo [~fantazo@213.129.230.10] has joined #lisp 13:36:46 -!- mrSpec [~Spec@unaffiliated/mrspec] has quit [Ping timeout: 276 seconds] 13:41:08 -!- neoesque [~neoesque@122-116-18-21.HINET-IP.hinet.net] has quit [Quit: Bye!] 13:46:23 -!- sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 13:48:19 oudeis [~oudeis@95.35.60.7] has joined #lisp 13:48:55 kliph [~user@unaffiliated/kliph] has joined #lisp 13:49:31 jaaso [~jaaso@109.175.27.246] has joined #lisp 13:49:47 sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 13:50:35 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 13:51:41 It's not clear for me, but does lisp-zmq support ZMQ 3.2, or is pzmq the only library that supports ZMQ 3.2? 13:52:06 zacharias [~zacharias@unaffiliated/zacharias] has joined #lisp 13:54:48 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [Read error: Connection reset by peer] 13:55:43 foreignFunction [~niksaak@ip-4761.sunline.net.ua] has joined #lisp 13:56:23 -!- sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 13:58:38 stassats [~stassats@wikipedia/stassats] has joined #lisp 13:59:10 -!- jagaj [~AdmiralBu@pool-71-99-141-240.tampfl.fios.verizon.net] has quit [Quit: jagaj] 13:59:34 Are there any z-machine implementations on CL? There's one on ELisp but I wonder why haven't anyone wrote this on CL. 13:59:54 -!- Ulysses22222 [~daniel@109.226.23.104] has quit [Read error: Connection timed out] 14:01:29 -!- ffilozov [~user@119.red-80-28-107.adsl.static.ccgg.telefonica.net] has quit [Remote host closed the connection] 14:02:33 Ulysses22222 [~daniel@109.226.23.104] has joined #lisp 14:06:04 http://www.lisphacker.com/projects/pretzil/ 14:08:02 Oh wow, thanks pkhuong. 14:08:30 sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 14:10:39 -!- Nisstyre-laptop is now known as Nisstyre 14:12:53 -!- sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 14:18:18 Yagami [~host@41.137.75.40] has joined #lisp 14:19:03 hitecnologys: Which one is the one you found for emacs? 14:19:29 -!- Yagami [~host@41.137.75.40] has left #lisp 14:23:03 gadjo [~gggg@109.102.72.188] has joined #lisp 14:23:11 -!- Ulysses22222 [~daniel@109.226.23.104] has quit [Read error: Connection timed out] 14:24:36 Ulysses22222 [~daniel@109.226.23.104] has joined #lisp 14:25:20 sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 14:26:10 -!- ehu` [ehu@ip167-22-212-87.adsl2.static.versatel.nl] has quit [Ping timeout: 276 seconds] 14:30:24 -!- sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 14:30:48 -!- mishoo [~mishoo@93.113.190.121] has quit [Ping timeout: 260 seconds] 14:32:18 francisl [~anonymous@69.157.142.155] has joined #lisp 14:34:13 sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 14:38:36 -!- jaaso [~jaaso@109.175.27.246] has quit [Read error: Connection reset by peer] 14:39:12 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 260 seconds] 14:41:11 -!- bitonic` [~user@ppp-243-184.27-151.libero.it] has quit [Remote host closed the connection] 14:43:18 pnpuff- [~v_@unaffiliated/pnpuff] has joined #lisp 14:44:29 -!- Kabaka [~Kabaka@botters/kabaka] has quit [Ping timeout: 240 seconds] 14:45:03 -!- pnpuff- [~v_@unaffiliated/pnpuff] has left #lisp 14:45:23 -!- sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 14:45:59 -!- Ulysses22222 [~daniel@109.226.23.104] has quit [Read error: Connection timed out] 14:46:39 Ulysses22222 [~daniel@109.226.23.104] has joined #lisp 14:46:59 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Ping timeout: 264 seconds] 14:48:06 loke: http://ifarchive.flavorplex.com/if-archive/infocom/interpreters/emacs/malyon.el 14:48:39 loke: sorry for huge dealy, I was writing code. 14:48:58 hitecnologys: Yeah, found that one, but it refuses to load any of the Infocom games I downloaded 14:49:36 loke: wierd, it works for me. Which games have you tried? 14:49:53 Sherlock and Border Zone 14:50:06 When i try to load the dat file, it says it's not a valid file 14:50:24 sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 14:50:24 -!- sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has quit [Excess Flood] 14:50:28 Kabaka [~Kabaka@botters/kabaka] has joined #lisp 14:51:03 I tried only ZORK. Your files may be corruped, try different emulator. 14:51:09 sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 14:51:47 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 15:01:07 kushal [~kdas@fedora/kushal] has joined #lisp 15:04:16 stassats [~stassats@wikipedia/stassats] has joined #lisp 15:04:33 -!- clog [~nef@bespin.org] has quit [Ping timeout: 248 seconds] 15:05:08 bananagram [~bot@c-76-30-158-226.hsd1.tx.comcast.net] has joined #lisp 15:06:26 stardiviner [~quassel@122.236.254.190] has joined #lisp 15:07:21 -!- ISF [~ivan@201.82.138.219] has quit [Ping timeout: 264 seconds] 15:12:36 pnpuff-- [~v@unaffiliated/pnpuff] has joined #lisp 15:12:47 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 264 seconds] 15:13:08 -!- pnpuff-- [~v@unaffiliated/pnpuff] has left #lisp 15:16:19 iLogical [~iLogical@unaffiliated/ilogical] has joined #lisp 15:16:32 -!- iLogical [~iLogical@unaffiliated/ilogical] has quit [Read error: Connection reset by peer] 15:16:53 iLogical [~iLogical@unaffiliated/ilogical] has joined #lisp 15:17:04 -!- oudeis [~oudeis@95.35.60.7] has quit [Ping timeout: 246 seconds] 15:22:10 xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has joined #lisp 15:23:52 -!- xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has quit [Client Quit] 15:23:58 -!- francisl [~anonymous@69.157.142.155] has quit [Quit: francisl] 15:24:13 -!- fantazo [~fantazo@213.129.230.10] has quit [Read error: Operation timed out] 15:26:50 Bike [~Glossina@67-5-245-98.ptld.qwest.net] has joined #lisp 15:27:51 gabnet [~gabnet@ACaen-652-1-204-52.w83-115.abo.wanadoo.fr] has joined #lisp 15:27:54 -!- sirdancealo2 [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 15:28:08 Kruppe [~user@CPE602ad0938e9a-CM602ad0938e97.cpe.net.cable.rogers.com] has joined #lisp 15:32:35 clog [~nef@bespin.org] has joined #lisp 15:33:39 sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 15:36:19 -!- chu [~user@unaffiliated/chu] has quit [Ping timeout: 246 seconds] 15:36:22 -!- jtza8 [~jtza8@105-236-131-74.access.mtnbusiness.co.za] has quit [Ping timeout: 276 seconds] 15:38:24 -!- sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 15:41:48 -!- turbopape [~turbopape@41.228.40.8] has quit [Quit: Quitte] 15:42:41 breakds [~breakds@cpe-74-79-147-26.twcny.res.rr.com] has joined #lisp 15:46:14 -!- kushal [~kdas@fedora/kushal] has quit [Ping timeout: 245 seconds] 15:46:47 jangle [~jimmy1984@ip-64-134-188-93.public.wayport.net] has joined #lisp 15:48:27 francisl [~anonymous@69.157.142.155] has joined #lisp 15:48:43 -!- gadjo [~gggg@109.102.72.188] has quit [Ping timeout: 260 seconds] 15:49:55 -!- hitecnologys [~hitecnolo@94.137.0.28] has quit [Quit: hitecnologys] 15:51:08 -!- stardiviner [~quassel@122.236.254.190] has quit [Remote host closed the connection] 15:55:26 ffilozov [~user@84.77.187.252] has joined #lisp 15:57:29 -!- eldariof [~CLD@pppoe-196-60-dyn-sr.volgaline.ru] has quit [Ping timeout: 245 seconds] 15:57:32 -!- francisl [~anonymous@69.157.142.155] has quit [Quit: francisl] 15:59:34 xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has joined #lisp 16:03:57 normanrichards [~normanric@70.114.215.220] has joined #lisp 16:06:07 -!- normanrichards [~normanric@70.114.215.220] has quit [Client Quit] 16:08:38 attila_lendvai [~attila_le@95.56.69.168] has joined #lisp 16:08:39 -!- attila_lendvai [~attila_le@95.56.69.168] has quit [Changing host] 16:08:39 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #lisp 16:13:57 karswell [~user@80.229.124.80] has joined #lisp 16:19:12 sdemarre [~serge@242.144-66-87.adsl-dyn.isp.belgacom.be] has joined #lisp 16:20:12 fchurca [~fchurca@181.29.122.169] has joined #lisp 16:20:25 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 16:20:55 -!- sdemarre [~serge@242.144-66-87.adsl-dyn.isp.belgacom.be] has quit [Client Quit] 16:21:05 sdemarre [~serge@242.144-66-87.adsl-dyn.isp.belgacom.be] has joined #lisp 16:21:40 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Read error: Connection reset by peer] 16:21:46 attila_lendvai1 [~attila_le@95.56.69.168] has joined #lisp 16:21:46 -!- attila_lendvai1 is now known as attila_lendvai 16:21:46 -!- attila_lendvai [~attila_le@95.56.69.168] has quit [Changing host] 16:21:46 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #lisp 16:22:21 -!- mathrick_ [~mathrick@85.218.134.11] has quit [Quit: have you tried turning it off and on again?] 16:23:12 BitPuffin_ [~quassel@95.209.177.74.bredband.tre.se] has joined #lisp 16:23:44 -!- BitPuffin [~quassel@109.58.186.31.bredband.tre.se] has quit [Ping timeout: 245 seconds] 16:24:30 -!- fchurca [~fchurca@181.29.122.169] has quit [Ping timeout: 252 seconds] 16:25:44 -!- BitPuffin_ is now known as BitPuffin 16:27:20 stassats [~stassats@wikipedia/stassats] has joined #lisp 16:27:29 nialo- [~yaaic@66-87-82-115.pools.spcsdns.net] has joined #lisp 16:27:42 mathrick [~mathrick@85.218.134.11] has joined #lisp 16:30:28 -!- AeroNotix [~xeno@aboa20.neoplus.adsl.tpnet.pl] has quit [Read error: Connection reset by peer] 16:35:26 statl [~statl@dslb-094-218-012-154.pools.arcor-ip.net] has joined #lisp 16:36:49 -!- sdemarre [~serge@242.144-66-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 276 seconds] 16:38:17 fridim__ [~fridim@65.93.78.88] has joined #lisp 16:43:03 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 16:43:37 -!- gabnet [~gabnet@ACaen-652-1-204-52.w83-115.abo.wanadoo.fr] has quit [Quit: Quitte] 16:47:36 oudeis [~oudeis@95.35.55.79] has joined #lisp 16:48:59 AeroNotix [~xeno@aboa20.neoplus.adsl.tpnet.pl] has joined #lisp 16:49:53 turbopape [~turbopape@41.228.40.8] has joined #lisp 16:50:11 -!- ffilozov [~user@84.77.187.252] has quit [Remote host closed the connection] 16:57:37 -!- oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has quit [Quit: Verlassend] 17:02:47 -!- oudeis [~oudeis@95.35.55.79] has quit [Quit: This computer has gone to sleep] 17:03:29 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 17:05:22 sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 17:07:45 -!- morphling [~stefan@gssn-4d002e2e.pool.mediaWays.net] has quit [Quit: Konversation terminated!] 17:09:52 mephist__ [~mephisto@toroon12-1177844838.sdsl.bell.ca] has joined #lisp 17:13:53 -!- xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has quit [Quit: xaxisx] 17:14:09 francisl [~anonymous@69.157.142.155] has joined #lisp 17:15:22 -!- kpreid [~kpreid@50-196-148-102-static.hfc.comcastbusiness.net] has quit [Quit: Quitting] 17:17:10 ISF [~ivan@201.82.138.219] has joined #lisp 17:17:41 Karl_dscc [~localhost@p5B2B5C9C.dip0.t-ipconnect.de] has joined #lisp 17:19:10 -!- agumonkey [~agu@245.217.72.86.rev.sfr.net] has quit [Remote host closed the connection] 17:21:40 -!- francisl [~anonymous@69.157.142.155] has quit [Quit: francisl] 17:21:54 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 17:22:03 maxter [~maxter@gaffeless.chaperon.volia.net] has joined #lisp 17:22:45 oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has joined #lisp 17:22:59 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 17:24:50 -!- maxter [~maxter@gaffeless.chaperon.volia.net] has quit [Client Quit] 17:25:08 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Quit: http://www.eradicategatesfoundation.com/] 17:25:11 maxter [~maxter@gaffeless.chaperon.volia.net] has joined #lisp 17:26:18 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:26:21 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:26:36 agumonkey [~agu@245.217.72.86.rev.sfr.net] has joined #lisp 17:26:48 -!- Karl_dscc [~localhost@p5B2B5C9C.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 17:26:56 -!- maxter [~maxter@gaffeless.chaperon.volia.net] has quit [Client Quit] 17:27:14 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:27:17 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:28:10 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:28:12 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:29:02 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:29:05 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:30:01 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:30:02 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:30:19 mrSpec [~Spec@88.208.105.6] has joined #lisp 17:30:19 -!- mrSpec [~Spec@88.208.105.6] has quit [Changing host] 17:30:19 mrSpec [~Spec@unaffiliated/mrspec] has joined #lisp 17:31:02 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:31:04 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:31:55 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:31:58 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:32:51 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:32:54 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 17:33:18 -!- iLogical [~iLogical@unaffiliated/ilogical] has quit [Quit: Leaving] 17:33:43 iLogical [~iLogical@unaffiliated/ilogical] has joined #lisp 17:33:47 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 17:35:18 normanrichards [~normanric@rrcs-108-178-120-144.sw.biz.rr.com] has joined #lisp 17:38:08 -!- Kruppe [~user@CPE602ad0938e9a-CM602ad0938e97.cpe.net.cable.rogers.com] has quit [Remote host closed the connection] 17:38:34 -!- youlysses [~user@75-132-28-10.dhcp.stls.mo.charter.com] has quit [Ping timeout: 276 seconds] 17:40:23 -!- sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 17:43:44 -!- antgreen [~green@207.112.99.60] has quit [Ping timeout: 245 seconds] 17:45:47 sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 17:46:29 nbouscal [~nbouscal@c-67-168-113-48.hsd1.wa.comcast.net] has joined #lisp 17:52:10 -!- edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has quit [Quit: supernova explosion] 17:53:44 -!- Corvidium [~cosman246@c-24-143-118-11.customer.broadstripe.net] has quit [Ping timeout: 245 seconds] 17:58:23 nullman [~nullman@c-75-73-150-26.hsd1.mn.comcast.net] has joined #lisp 18:02:53 -!- jangle [~jimmy1984@ip-64-134-188-93.public.wayport.net] has quit [Read error: Connection reset by peer] 18:03:04 -!- Ash__ is now known as Ash 18:03:10 jangle [~jimmy1984@ip-64-134-188-93.public.wayport.net] has joined #lisp 18:03:55 -!- Anarch [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has quit [Ping timeout: 276 seconds] 18:05:10 Anarch [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has joined #lisp 18:05:31 -!- jangle [~jimmy1984@ip-64-134-188-93.public.wayport.net] has quit [Client Quit] 18:06:21 -!- _schulte1 [~eschulte@c-174-56-50-60.hsd1.nm.comcast.net] has quit [Quit: leaving] 18:06:32 maxter [~maxter@gaffeless.chaperon.volia.net] has joined #lisp 18:07:04 -!- gravicappa [~gravicapp@ppp91-77-165-120.pppoe.mtu-net.ru] has quit [Ping timeout: 245 seconds] 18:08:33 _schulte_ [~eschulte@c-174-56-50-60.hsd1.nm.comcast.net] has joined #lisp 18:13:58 -!- Guest12453 [dan64@dannyadam.com] has quit [Quit: ZNC - http://znc.in] 18:14:35 dan64 [dan64@dannyadam.com] has joined #lisp 18:18:09 francisl [~anonymous@69.157.87.92] has joined #lisp 18:19:56 -!- agumonkey [~agu@245.217.72.86.rev.sfr.net] has quit [Ping timeout: 260 seconds] 18:20:10 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 276 seconds] 18:20:33 -!- turbopape [~turbopape@41.228.40.8] has quit [Ping timeout: 264 seconds] 18:22:08 yacks [~py@180.151.36.168] has joined #lisp 18:26:02 sdemarre [~serge@242.144-66-87.adsl-dyn.isp.belgacom.be] has joined #lisp 18:27:11 -!- nialo- [~yaaic@66-87-82-115.pools.spcsdns.net] has quit [Ping timeout: 264 seconds] 18:28:21 edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has joined #lisp 18:29:33 -!- antonv [5d7d2a74@gateway/web/freenode/ip.93.125.42.116] has quit [Quit: Page closed] 18:31:21 -!- Joreji__ [~thomas@156-246.eduroam.rwth-aachen.de] has quit [Ping timeout: 264 seconds] 18:31:31 Joreji [~thomas@156-246.eduroam.rwth-aachen.de] has joined #lisp 18:32:19 -!- loke [~user@42.61.218.195] has quit [Remote host closed the connection] 18:32:39 ejohnson [~Thunderbi@c-67-181-201-173.hsd1.ca.comcast.net] has joined #lisp 18:38:26 -!- breakds [~breakds@cpe-74-79-147-26.twcny.res.rr.com] has quit [*.net *.split] 18:38:26 -!- Shinmera [~linus@xdsl-188-155-176-171.adslplus.ch] has quit [*.net *.split] 18:38:26 -!- harish [~harish@cm32.zeta224.maxonline.com.sg] has quit [*.net *.split] 18:38:26 -!- guyal [~anonymous@108-235-117-64.lightspeed.sntcca.sbcglobal.net] has quit [*.net *.split] 18:38:27 -!- sabra [~sabra@67.174.222.215] has quit [*.net *.split] 18:38:27 -!- naryl [~weechat@46.182.24.168] has quit [*.net *.split] 18:38:27 -!- bobbysmith007 [~russ@firewall-dcd1.acceleration.net] has quit [*.net *.split] 18:38:27 -!- copec [copec@schrodbox.unaen.org] has quit [*.net *.split] 18:38:27 -!- DrForr [~jgoff@li165-209.members.linode.com] has quit [*.net *.split] 18:38:27 -!- oconnore [~eric@38.111.17.138] has quit [*.net *.split] 18:38:28 -!- eMBee [~eMBee@foresight/developer/pike/programmer] has quit [*.net *.split] 18:38:28 -!- rvirding [uid5943@gateway/web/irccloud.com/x-npakgxavcwlffoql] has quit [*.net *.split] 18:38:28 -!- ggherdov [uid11402@gateway/web/irccloud.com/x-krqrhkkvgfqiuopk] has quit [*.net *.split] 18:38:28 -!- Yamazaki-kun [~bsa3@jetalone.facefault.org] has quit [*.net *.split] 18:38:28 -!- otwieracz [~gonet9@v6.gen2.org] has quit [*.net *.split] 18:38:28 -!- gko [gko@2400:8900::f03c:91ff:fe70:e605] has quit [*.net *.split] 18:38:28 -!- sshirokov [sshirokov@2600:3c02::f03c:91ff:fe93:e02d] has quit [*.net *.split] 18:38:28 -!- dotemacs_ [uid801@gateway/web/irccloud.com/x-uifnycutlqmiazik] has quit [*.net *.split] 18:38:28 -!- fmu [~^fmu@unaffiliated/fmu] has quit [*.net *.split] 18:38:28 -!- runningsm [~runningsk@li77-167.members.linode.com] has quit [*.net *.split] 18:38:28 -!- sweet_kid [having@irc.upasna.in] has quit [*.net *.split] 18:38:28 -!- |3b| [bbb@2600:3c00::f03c:91ff:fedf:5b65] has quit [*.net *.split] 18:38:28 -!- jhj [~jhj@unaffiliated/jhj] has quit [*.net *.split] 18:38:28 -!- anaumov [~an@opensuse/member/Alexander-Naumov] has quit [*.net *.split] 18:38:28 -!- derrida [~derrida-f@unaffiliated/deleuze] has quit [*.net *.split] 18:38:29 -!- quackv5_ [~quack@vps-1058467-4367.manage.myhosting.com] has quit [*.net *.split] 18:38:29 -!- Posterdati [~antani@host199-226-dynamic.16-87-r.retail.telecomitalia.it] has quit [*.net *.split] 18:38:29 -!- ec_ [~elliottca@ell.io] has quit [*.net *.split] 18:38:29 -!- zbigniew [~zb@3e8.org] has quit [*.net *.split] 18:39:29 hugoduncan [~user@69.157.170.134] has joined #lisp 18:39:40 seangrov` [~user@c-69-181-197-122.hsd1.ca.comcast.net] has joined #lisp 18:39:47 -!- seangrove [~user@c-69-181-197-122.hsd1.ca.comcast.net] has quit [Write error: Connection reset by peer] 18:40:03 stassats [~stassats@wikipedia/stassats] has joined #lisp 18:40:05 nitefli [sage@reaver.cat.pdx.edu] has joined #lisp 18:40:16 -!- nitefli19 [sage@reaver.cat.pdx.edu] has quit [Read error: No buffer space available] 18:40:51 -!- easye [~user@213.33.70.157] has quit [Remote host closed the connection] 18:41:17 Karl_dscc [~localhost@erft-5d80cdae.pool.mediaWays.net] has joined #lisp 18:42:10 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Ping timeout: 246 seconds] 18:42:16 -!- ``Erik [~erik@pool-74-103-121-45.bltmmd.fios.verizon.net] has quit [Ping timeout: 269 seconds] 18:42:28 -!- gjord [~gjord@ool-18babf32.dyn.optonline.net] has quit [Read error: Connection reset by peer] 18:42:58 -!- hugod [~user@69.157.170.134] has quit [Ping timeout: 276 seconds] 18:43:18 easye [~user@213.33.70.157] has joined #lisp 18:44:11 eldariof [~CLD@pppoe-196-60-dyn-sr.volgaline.ru] has joined #lisp 18:45:47 -!- arenz [~arenz@HSI-KBW-109-193-252-079.hsi7.kabel-badenwuerttemberg.de] has quit [Ping timeout: 264 seconds] 18:45:57 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 18:47:25 DrForr [~jgoff@li165-209.members.linode.com] has joined #lisp 18:47:25 quackv4 [~quack@vps-1058467-4367.manage.myhosting.com] has joined #lisp 18:47:29 |3b| [bbb@2600:3c00::f03c:91ff:fedf:5b65] has joined #lisp 18:47:30 zz_runningskull [~runningsk@li77-167.members.linode.com] has joined #lisp 18:47:35 sweet_kid [having@irc.upasna.in] has joined #lisp 18:47:37 guyal [~anonymous@108-235-117-64.lightspeed.sntcca.sbcglobal.net] has joined #lisp 18:47:40 gko [gko@2400:8900::f03c:91ff:fe70:e605] has joined #lisp 18:47:41 sabra [~sabra@67.174.222.215] has joined #lisp 18:47:48 copec [copec@schrodbox.unaen.org] has joined #lisp 18:47:50 sshirokov [sshirokov@2600:3c02::f03c:91ff:fe93:e02d] has joined #lisp 18:47:54 ``Erik [~erik@pool-74-103-121-45.bltmmd.fios.verizon.net] has joined #lisp 18:47:55 dotemacs1 [uid801@gateway/web/irccloud.com/x-tjvhrthsovwaltfo] has joined #lisp 18:47:55 anaumov [~an@niobe.agnitas.de] has joined #lisp 18:48:11 derrida [~derrida-f@www.informalcode.com] has joined #lisp 18:48:20 -!- derrida [~derrida-f@www.informalcode.com] has quit [Changing host] 18:48:20 derrida [~derrida-f@unaffiliated/deleuze] has joined #lisp 18:48:29 oconnore [~eric@38.111.17.138] has joined #lisp 18:48:36 otwieracz [~gonet9@2001:470:90bc::2] has joined #lisp 18:48:38 Shinmera [~linus@xdsl-188-155-176-171.adslplus.ch] has joined #lisp 18:48:38 bobbysmith007 [~russ@216.155.103.30] has joined #lisp 18:48:42 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Read error: Connection reset by peer] 18:48:48 Yamazaki-kun [~bsa3@2001:ba8:1f1:f0ed::42] has joined #lisp 18:48:59 -!- rvncerr [~rvncerr@unaffiliated/rvncerr] has quit [Quit: ZNC - http://znc.sourceforge.net] 18:49:03 ggherdov [uid11402@gateway/web/irccloud.com/x-qgcihmdapfxmiefd] has joined #lisp 18:49:03 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #lisp 18:49:05 harish [~harish@cm32.zeta224.maxonline.com.sg] has joined #lisp 18:49:12 nug700 [~nug700@174-26-151-225.phnx.qwest.net] has joined #lisp 18:49:13 rvirding [uid5943@gateway/web/irccloud.com/x-tbvocagpqiqrjyro] has joined #lisp 18:49:21 -!- normanrichards [~normanric@rrcs-108-178-120-144.sw.biz.rr.com] has quit [Quit: normanrichards] 18:49:44 rvncerr [~rvncerr@unaffiliated/rvncerr] has joined #lisp 18:50:46 Bike_ [~Glossina@67-5-245-98.ptld.qwest.net] has joined #lisp 18:51:08 -!- Bike [~Glossina@67-5-245-98.ptld.qwest.net] has quit [Quit: Reconnecting] 18:51:25 -!- Bike_ is now known as Bike 18:51:33 -!- easye [~user@213.33.70.157] has quit [Remote host closed the connection] 18:51:43 jtza8 [~jtza8@105-236-131-74.access.mtnbusiness.co.za] has joined #lisp 18:52:09 easye [~user@213.33.70.157] has joined #lisp 18:52:13 eMBee [~eMBee@foresight/developer/pike/programmer] has joined #lisp 18:52:29 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Ping timeout: 245 seconds] 18:53:26 fmu [~^fmu@unaffiliated/fmu] has joined #lisp 18:53:33 ELLIOTTCABLE [~elliottca@ell.io] has joined #lisp 18:55:02 nachtwandler [~nachtwand@p5089D208.dip0.t-ipconnect.de] has joined #lisp 18:57:05 -!- oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has quit [Remote host closed the connection] 19:00:36 ckoch786_ [~quassel@adsl-75-22-101-128.dsl.bumttx.sbcglobal.net] has joined #lisp 19:02:28 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 19:03:21 -!- zacharias [~zacharias@unaffiliated/zacharias] has quit [Quit: WeeChat 0.4.2-dev] 19:09:57 Josaphat [~brpocock@c-98-254-225-137.hsd1.fl.comcast.net] has joined #lisp 19:10:15 -!- minion [~minion@common-lisp.net] has quit [Disconnected by services] 19:10:17 minion [~minion@common-lisp.net] has joined #lisp 19:10:41 gravicappa [~gravicapp@ppp91-77-178-38.pppoe.mtu-net.ru] has joined #lisp 19:12:07 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz] 19:12:20 ngz [~user@91.224.148.150] has joined #lisp 19:12:25 agumonkey [~agu@245.217.72.86.rev.sfr.net] has joined #lisp 19:13:07 deleuz [~derrida-f@www.informalcode.com] has joined #lisp 19:13:42 ``Erik_ [~erik@pool-74-103-121-45.bltmmd.fios.verizon.net] has joined #lisp 19:13:51 housel` [~user@mccarthy.opendylan.org] has joined #lisp 19:13:56 prxq_ [~mommer@mnhm-590c195f.pool.mediaWays.net] has joined #lisp 19:15:36 eak_ [~unknown@sahnehaschee.unix-ag.uni-kl.de] has joined #lisp 19:15:41 antoszka_ [~antoszka@unaffiliated/antoszka] has joined #lisp 19:15:45 -!- _veer [~veer@unaffiliated/lolsuper-/x-9881387] has quit [Ping timeout: 248 seconds] 19:15:47 gideonit1 [~gideon@mookmo.net] has joined #lisp 19:15:56 Joreji_ [~thomas@156-246.eduroam.rwth-aachen.de] has joined #lisp 19:16:51 pr [~pr@unaffiliated/pr] has joined #lisp 19:17:27 -!- joneshf-laptop_ [~joneshf@c-98-208-36-36.hsd1.ca.comcast.net] has quit [Read error: Connection reset by peer] 19:17:33 joneshf-laptop [~joneshf@c-98-208-36-36.hsd1.ca.comcast.net] has joined #lisp 19:17:42 emma [~em@unaffiliated/emma] has joined #lisp 19:17:55 _veer [~veer@pool-71-100-236-211.tampfl.fios.verizon.net] has joined #lisp 19:17:55 -!- _veer [~veer@pool-71-100-236-211.tampfl.fios.verizon.net] has quit [Changing host] 19:17:55 _veer [~veer@unaffiliated/lolsuper-/x-9881387] has joined #lisp 19:18:06 Anarch_ [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has joined #lisp 19:19:28 Posterdati [~antani@host199-226-dynamic.16-87-r.retail.telecomitalia.it] has joined #lisp 19:19:54 DrForr_ [~jgoff@li165-209.members.linode.com] has joined #lisp 19:20:08 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [*.net *.split] 19:20:08 -!- ``Erik [~erik@pool-74-103-121-45.bltmmd.fios.verizon.net] has quit [*.net *.split] 19:20:08 -!- derrida [~derrida-f@unaffiliated/deleuze] has quit [*.net *.split] 19:20:08 -!- DrForr [~jgoff@li165-209.members.linode.com] has quit [*.net *.split] 19:20:08 -!- Joreji [~thomas@156-246.eduroam.rwth-aachen.de] has quit [*.net *.split] 19:20:09 -!- Anarch [~olaf@c-67-183-64-49.hsd1.wa.comcast.net] has quit [*.net *.split] 19:20:09 -!- nullman [~nullman@c-75-73-150-26.hsd1.mn.comcast.net] has quit [*.net *.split] 19:20:09 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [*.net *.split] 19:20:09 -!- prxq [~mommer@mnhm-590c195f.pool.mediaWays.net] has quit [*.net *.split] 19:20:09 -!- CrazyWoods [~nowolfer@27.159.77.246] has quit [*.net *.split] 19:20:09 -!- em [~em@unaffiliated/emma] has quit [*.net *.split] 19:20:09 -!- antoszka [~antoszka@unaffiliated/antoszka] has quit [*.net *.split] 19:20:09 -!- housel [~user@mccarthy.opendylan.org] has quit [*.net *.split] 19:20:10 -!- pr_ [~pr@li544-108.members.linode.com] has quit [*.net *.split] 19:20:10 -!- MrWoohoo [~MrWoohoo@pool-108-38-175-139.lsanca.fios.verizon.net] has quit [*.net *.split] 19:20:10 -!- yrk [~user@pdpc/supporter/student/yrk] has quit [*.net *.split] 19:20:10 -!- abeaumont [~abeaumont@81.Red-79-157-153.dynamicIP.rima-tde.net] has quit [*.net *.split] 19:20:10 -!- jasom [~aidenn@ip70-191-80-19.sb.sd.cox.net] has quit [*.net *.split] 19:20:10 -!- Adlai [~adlai@unaffiliated/adlai] has quit [*.net *.split] 19:20:10 -!- z0d [~z0d@unaffiliated/z0d] has quit [*.net *.split] 19:20:10 -!- vnz [~vnz@unaffiliated/vnz] has quit [*.net *.split] 19:20:10 -!- surrounder [~surrounde@095-096-032-026.static.chello.nl] has quit [*.net *.split] 19:20:11 -!- gideonite [~gideon@mookmo.net] has quit [*.net *.split] 19:20:11 -!- eak [~unknown@sahnehaschee.unix-ag.uni-kl.de] has quit [*.net *.split] 19:20:12 -!- deleuz is now known as derrida 19:20:12 -!- derrida [~derrida-f@www.informalcode.com] has quit [Changing host] 19:20:12 derrida [~derrida-f@unaffiliated/deleuze] has joined #lisp 19:20:14 vnz_ [~vnz@unaffiliated/vnz] has joined #lisp 19:20:26 -!- vnz_ is now known as vnz 19:20:37 -!- Anarch_ is now known as Anarch 19:20:48 nullman [~nullman@c-75-73-150-26.hsd1.mn.comcast.net] has joined #lisp 19:20:54 jasom [~aidenn@ip70-191-80-19.sb.sd.cox.net] has joined #lisp 19:21:35 -!- Josaphat [~brpocock@c-98-254-225-137.hsd1.fl.comcast.net] has quit [Quit: Josaphat] 19:22:05 platoscave [~platoscav@99.109.129.88] has joined #lisp 19:22:09 -!- platoscave [~platoscav@99.109.129.88] has quit [Max SendQ exceeded] 19:22:23 Adlai [~adlai@unaffiliated/adlai] has joined #lisp 19:22:24 abeaumont [~abeaumont@81.Red-79-157-153.dynamicIP.rima-tde.net] has joined #lisp 19:22:25 Josaphat [~Josaphat@c-98-254-225-137.hsd1.fl.comcast.net] has joined #lisp 19:22:53 zeroish [~zeroish@135.207.174.50] has joined #lisp 19:23:09 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 19:23:24 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 19:25:07 foreignFunction [~niksaak@ip-4761.sunline.net.ua] has joined #lisp 19:26:14 surrounder [~surrounde@095-096-032-026.static.chello.nl] has joined #lisp 19:26:15 CrazyWoods [~nowolfer@27.159.77.246] has joined #lisp 19:26:24 -!- b2coutts [stein@taurine.csclub.uwaterloo.ca] has quit [Ping timeout: 240 seconds] 19:27:05 b2coutts [stein@taurine.csclub.uwaterloo.ca] has joined #lisp 19:27:48 oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has joined #lisp 19:28:04 -!- jewel [~jewel@105-236-99-241.access.mtnbusiness.co.za] has quit [Ping timeout: 260 seconds] 19:28:47 yrk [~user@c-50-133-134-220.hsd1.ma.comcast.net] has joined #lisp 19:29:04 -!- yrk [~user@c-50-133-134-220.hsd1.ma.comcast.net] has quit [Changing host] 19:29:04 yrk [~user@pdpc/supporter/student/yrk] has joined #lisp 19:30:20 nialo [~nialo@ool-18bc97c4.dyn.optonline.net] has joined #lisp 19:30:23 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Ping timeout: 284 seconds] 19:32:24 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 19:32:27 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Max SendQ exceeded] 19:33:36 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 19:37:13 -!- _d3f [~gnu@94.242.252.66] has quit [Quit: WeeChat 0.4.1] 19:38:04 dfox [~dfox@94.142.237.120] has joined #lisp 19:39:11 MoALTz_ [~no@host86-137-69-193.range86-137.btcentralplus.com] has joined #lisp 19:39:56 Modius` [~user@cpe-70-112-159-86.austin.res.rr.com] has joined #lisp 19:41:15 hugodunc` [~user@69.157.170.134] has joined #lisp 19:43:56 veer [~veer@pool-71-100-236-211.tampfl.fios.verizon.net] has joined #lisp 19:44:13 capisce_ [~srodal@ti0063a380-0987.bb.online.no] has joined #lisp 19:44:19 -!- veer is now known as Guest15380 19:44:25 foreignFunction1 [~niksaak@94.45.71.97] has joined #lisp 19:45:24 angavrilov_ [~angavrilo@217.71.227.190] has joined #lisp 19:45:52 -!- gideonit1 is now known as gideonite 19:46:03 agumonke1 [~agu@245.217.72.86.rev.sfr.net] has joined #lisp 19:46:43 -!- sabra [~sabra@67.174.222.215] has quit [Quit: Konversation terminated!] 19:46:59 -!- Joreji_ [~thomas@156-246.eduroam.rwth-aachen.de] has quit [Ping timeout: 264 seconds] 19:47:47 EvW1 [~Thunderbi@82.92.190.215] has joined #lisp 19:47:47 Neptu_ [~Neptu@31.24.67.252] has joined #lisp 19:48:02 epsylon [~epsylon@2a00:dcc0:eda:98:216:3cff:fea1:ce4] has joined #lisp 19:48:09 pkhuong_ [~pkhuong@24.37.239.86] has joined #lisp 19:48:12 -!- Modius [~user@cpe-70-112-159-86.austin.res.rr.com] has quit [Read error: Connection reset by peer] 19:49:14 Slowpoke_Man [chris@pdpc/supporter/active/blasthardcheese] has joined #lisp 19:49:44 AeroNoti1 [~xeno@aboa20.neoplus.adsl.tpnet.pl] has joined #lisp 19:49:49 anaumov_ [~an@bane.agnitas.de] has joined #lisp 19:49:51 Denommus [~Denommus@unaffiliated/denommus] has joined #lisp 19:49:57 Hi 19:50:37 jasom_ [~aidenn@ip70-191-80-19.sb.sd.cox.net] has joined #lisp 19:50:42 sellout1 [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #lisp 19:50:50 CrazyWoo1s [~nowolfer@27.159.77.246] has joined #lisp 19:51:17 nightfly_ [sage@destiny.cat.pdx.edu] has joined #lisp 19:51:18 j0ni [~j0ni@tomos.lollyshouse.net] has joined #lisp 19:51:27 granata_ [~aleksei@sa-84-52-31-203.saturn.infonet.ee] has joined #lisp 19:51:32 tkd_ [~tomek@tlahuizcalpantecuhtli.wa.ht] has joined #lisp 19:51:49 cYmen_ [~cymen@squint.a-oben.org] has joined #lisp 19:52:11 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [*.net *.split] 19:52:11 -!- nialo [~nialo@ool-18bc97c4.dyn.optonline.net] has quit [*.net *.split] 19:52:15 -!- CrazyWoods [~nowolfer@27.159.77.246] has quit [*.net *.split] 19:52:17 -!- surrounder [~surrounde@095-096-032-026.static.chello.nl] has quit [*.net *.split] 19:52:21 -!- sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Ping timeout: 264 seconds] 19:52:21 -!- Triclops256|away [~Triclops2@Powder/Developer/Triclops200] has quit [Ping timeout: 264 seconds] 19:52:23 -!- ivan [~ivan@unaffiliated/ivan/x-000001] has quit [Ping timeout: 264 seconds] 19:52:51 -!- jasom [~aidenn@ip70-191-80-19.sb.sd.cox.net] has quit [Ping timeout: 264 seconds] 19:52:51 -!- _veer [~veer@unaffiliated/lolsuper-/x-9881387] has quit [Ping timeout: 264 seconds] 19:52:53 -!- MoALTz [~no@host86-137-69-193.range86-137.btcentralplus.com] has quit [Ping timeout: 264 seconds] 19:52:54 -!- Foxboron [~root@46.246.93.106] has quit [Ping timeout: 264 seconds] 19:52:54 -!- corni [~corni@drupal.org/user/136353/view] has quit [Ping timeout: 264 seconds] 19:52:54 -!- Neptu [~Neptu@252.67.24.31.static.mrfriday.com] has quit [Ping timeout: 264 seconds] 19:52:56 -!- Josaphat [~Josaphat@c-98-254-225-137.hsd1.fl.comcast.net] has quit [Ping timeout: 264 seconds] 19:52:58 -!- j0ni_ [~j0ni@tomos.lollyshouse.net] has quit [Ping timeout: 264 seconds] 19:53:00 -!- Neptu_ [~Neptu@31.24.67.252] has quit [Excess Flood] 19:53:01 -!- foreignFunction [~niksaak@ip-4761.sunline.net.ua] has quit [Ping timeout: 264 seconds] 19:53:02 -!- cYmen [~cymen@squint.a-oben.org] has quit [Ping timeout: 264 seconds] 19:53:02 -!- epsylon` [~epsylon@abbaye.thele.me] has quit [Ping timeout: 264 seconds] 19:53:02 -!- nightfly [sage@destiny.cat.pdx.edu] has quit [Ping timeout: 264 seconds] 19:53:02 -!- capisce [~srodal@oftn/member/capisce] has quit [Ping timeout: 264 seconds] 19:53:02 -!- clop [~jared@moat3.centtech.com] has quit [Ping timeout: 264 seconds] 19:53:02 -!- cmatei [~cmatei@78.96.108.142] has quit [Ping timeout: 264 seconds] 19:53:04 nialo [~nialo@ool-18bc97c4.dyn.optonline.net] has joined #lisp 19:53:13 -!- agumonkey [~agu@245.217.72.86.rev.sfr.net] has quit [*.net *.split] 19:53:15 -!- anaumov [~an@niobe.agnitas.de] has quit [*.net *.split] 19:53:15 -!- quackv4 [~quack@vps-1058467-4367.manage.myhosting.com] has quit [*.net *.split] 19:53:15 -!- hugoduncan [~user@69.157.170.134] has quit [*.net *.split] 19:53:16 -!- AeroNotix [~xeno@aboa20.neoplus.adsl.tpnet.pl] has quit [*.net *.split] 19:53:18 -!- granata [~aleksei@sa-84-52-31-203.saturn.infonet.ee] has quit [*.net *.split] 19:53:18 -!- angavrilov [~angavrilo@217.71.227.190] has quit [*.net *.split] 19:53:19 -!- yano [yano@freenode/staff/yano] has quit [*.net *.split] 19:53:19 -!- macrobat [~beep@h-199-47.a328.priv.bahnhof.se] has quit [*.net *.split] 19:53:19 -!- EvW [~Thunderbi@a82-92-190-215.adsl.xs4all.nl] has quit [*.net *.split] 19:53:19 -!- daimrod [daimrod@sbrk.org] has quit [*.net *.split] 19:53:19 -!- CrazyEddy [~bucksaw@wrongplanet/CrazyEddy] has quit [*.net *.split] 19:53:19 -!- maxm [~user@unaffiliated/maxm] has quit [*.net *.split] 19:53:20 -!- dim [~dim@prometheus.naquadah.org] has quit [*.net *.split] 19:53:21 -!- tkd [~tomek@tlahuizcalpantecuhtli.wa.ht] has quit [*.net *.split] 19:53:22 -!- tvaalen [~r@kinda.sorta.maybe.going.postal.se] has quit [*.net *.split] 19:53:22 -!- gabot [~eli@racket/bot/gabot] has quit [*.net *.split] 19:53:23 -!- p_l [~pl@tsugumi.brage.info] has quit [*.net *.split] 19:53:23 -!- ft [efftee@oldshell.chaostreff-dortmund.de] has quit [*.net *.split] 19:53:23 -!- nuba [~nuba@pauleira.com] has quit [*.net *.split] 19:53:24 -!- ferada [~ferada@37.221.196.86] has quit [*.net *.split] 19:53:24 -!- BlastHardcheese [chris@pdpc/supporter/active/blasthardcheese] has quit [*.net *.split] 19:53:25 -!- aerique [310225@xs8.xs4all.nl] has quit [*.net *.split] 19:53:25 -!- krrrcks_ [~dbr@krrrcks.de] has quit [*.net *.split] 19:53:26 -!- pkhuong [~pkhuong@modemcable086.239-37-24.mc.videotron.ca] has quit [*.net *.split] 19:53:26 -!- banjiewen [banjiewen@gateway/shell/cloudant/x-hahhabduzjwhbwoa] has quit [*.net *.split] 19:53:27 -!- smull_ [~smull@port-212-202-120-50.static.qsc.de] has quit [*.net *.split] 19:53:29 Neptu [~Neptu@252.67.24.31.static.mrfriday.com] has joined #lisp 19:53:29 nuba_ [~nuba@pauleira.com] has joined #lisp 19:53:30 Joreji [~thomas@vpn-ho1.unidsl.de] has joined #lisp 19:53:53 cmatei [~cmatei@78.96.108.142] has joined #lisp 19:54:09 corni [~corni@HSI-KBW-109-192-071-185.hsi6.kabel-badenwuerttemberg.de] has joined #lisp 19:54:09 -!- corni [~corni@HSI-KBW-109-192-071-185.hsi6.kabel-badenwuerttemberg.de] has quit [Changing host] 19:54:09 corni [~corni@drupal.org/user/136353/view] has joined #lisp 19:54:10 s0ber_ [~s0ber@114-25-203-141.dynamic.hinet.net] has joined #lisp 19:56:23 ferada [~ferada@37.221.196.86] has joined #lisp 19:56:57 -!- minion [~minion@common-lisp.net] has quit [Disconnected by services] 19:56:57 -!- specbot [~specbot@common-lisp.net] has quit [Disconnected by services] 19:57:00 minion [~minion@common-lisp.net] has joined #lisp 19:57:01 specbot [~specbot@common-lisp.net] has joined #lisp 19:57:09 -!- s0ber [~s0ber@114-25-203-141.dynamic.hinet.net] has quit [Write error: Broken pipe] 19:57:10 -!- ianmcorvidae [~ianmcorvi@musicbrainz/user/ianmcorvidae] has quit [Remote host closed the connection] 19:57:16 dim [~dim@prometheus.naquadah.org] has joined #lisp 19:57:22 -!- s0ber_ is now known as s0ber 19:57:29 quackv4 [~quack@vps-1058467-4367.manage.myhosting.com] has joined #lisp 19:57:38 antoszka [~antoszka@unaffiliated/antoszka] has joined #lisp 19:57:59 Foxboron [~root@46.246.93.106] has joined #lisp 19:58:26 p_l [~pl@tsugumi.brage.info] has joined #lisp 19:58:50 -!- otwieracz [~gonet9@2001:470:90bc::2] has quit [Quit: Reconnecting] 19:59:01 otwieracz [~gonet9@v6.gen2.org] has joined #lisp 19:59:02 Shinmera_ [~linus@188.155.176.171] has joined #lisp 19:59:10 -!- jaimef [jaimef@dns.mauthesis.com] has quit [Excess Flood] 19:59:25 ivan [~ivan@unaffiliated/ivan/x-000001] has joined #lisp 19:59:37 -!- Shinmera [~linus@xdsl-188-155-176-171.adslplus.ch] has quit [Write error: Broken pipe] 19:59:37 -!- aajmakin [aajmakin@kosh.org.aalto.fi] has quit [Write error: Broken pipe] 19:59:37 -!- Xach [~xach@pdpc/supporter/professional/xach] has quit [Write error: Broken pipe] 19:59:38 -!- antoszka_ [~antoszka@unaffiliated/antoszka] has quit [Write error: Broken pipe] 19:59:39 -!- sfa [~sfa@208.66.156.12] has quit [Write error: Broken pipe] 19:59:41 -!- angavrilov_ [~angavrilo@217.71.227.190] has quit [Write error: Broken pipe] 19:59:42 -!- francisl [~anonymous@69.157.87.92] has quit [Quit: francisl] 19:59:43 -!- sellout1 [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has quit [Ping timeout: 240 seconds] 19:59:44 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 240 seconds] 19:59:52 -!- drdo [~drdo@2a02:2498:e000:20::16f:2] has quit [Ping timeout: 240 seconds] 19:59:52 -!- dlowe [dlowe@digital.sanctuary.org] has quit [Ping timeout: 240 seconds] 19:59:53 clop [~jared@64.129.166.50] has joined #lisp 19:59:57 -!- s00pcan [~chris@108-208-64-149.lightspeed.livnmi.sbcglobal.net] has quit [Write error: Connection reset by peer] 19:59:59 dlowe_ [dlowe@digital.sanctuary.org] has joined #lisp 20:00:06 gabot [~eli@racket/bot/gabot] has joined #lisp 20:00:11 sellout [~Adium@c-98-245-92-119.hsd1.co.comcast.net] has joined #lisp 20:00:14 -!- dlowe_ is now known as dlowe 20:00:20 drdo [~drdo@2a02:2498:e000:20::16f:2] has joined #lisp 20:00:42 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 20:01:36 jaimef [jaimef@dns.mauthesis.com] has joined #lisp 20:02:14 -!- mephist__ [~mephisto@toroon12-1177844838.sdsl.bell.ca] has quit [Remote host closed the connection] 20:02:29 banjiewen [banjiewen@gateway/shell/cloudant/x-vzhecfcaersuqyus] has joined #lisp 20:02:53 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Read error: Connection reset by peer] 20:03:04 maxter_ [~maxter@gaffeless.chaperon.volia.net] has joined #lisp 20:03:14 -!- ivan [~ivan@unaffiliated/ivan/x-000001] has quit [Excess Flood] 20:03:18 robin [~robin@kinda.sorta.maybe.going.postal.se] has joined #lisp 20:03:22 -!- maxter [~maxter@gaffeless.chaperon.volia.net] has quit [Write error: Broken pipe] 20:03:39 -!- robin is now known as tvaalen 20:03:44 ivan [~ivan@unaffiliated/ivan/x-000001] has joined #lisp 20:04:03 sfa [~sfa@208.66.156.12] has joined #lisp 20:05:14 aajmakin [aajmakin@kosh.org.aalto.fi] has joined #lisp 20:05:34 xaxisx [~xaxisx@192-0-202-68.cpe.teksavvy.com] has joined #lisp 20:05:47 aerique [310225@xs8.xs4all.nl] has joined #lisp 20:06:13 Josaphat [~Josaphat@98.254.225.137] has joined #lisp 20:08:08 yano [yano@freenode/staff/yano] has joined #lisp 20:08:35 Xach [~xach@pdpc/supporter/professional/xach] has joined #lisp 20:10:53 platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has joined #lisp 20:11:12 angavrilov_ [~angavrilo@217.71.227.190] has joined #lisp 20:11:17 ft [efftee@195.160.168.8] has joined #lisp 20:11:21 surrounder [~surrounde@095-096-032-026.static.chello.nl] has joined #lisp 20:11:33 -!- Slowpoke_Man is now known as BlastHardcheese 20:11:48 ianmcorvidae [~ianmcorvi@ip68-99-254-231.ph.ph.cox.net] has joined #lisp 20:12:54 -!- Joreji [~thomas@vpn-ho1.unidsl.de] has quit [Ping timeout: 245 seconds] 20:14:05 s00pcan [~chris@108-208-64-149.lightspeed.livnmi.sbcglobal.net] has joined #lisp 20:14:24 smull [~smull@port-212-202-120-50.static.qsc.de] has joined #lisp 20:15:40 -!- attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has quit [Quit: Leaving.] 20:17:38 -!- nachtwandler [~nachtwand@p5089D208.dip0.t-ipconnect.de] has quit [Remote host closed the connection] 20:20:23 youlysses [~user@75-132-28-10.dhcp.stls.mo.charter.com] has joined #lisp 20:20:38 -!- hugodunc` is now known as hugod 20:21:36 Sagane_ [~Sagane@177.100-226-89.dsl.completel.net] has joined #lisp 20:22:23 -!- Sagane [~Sagane@177.100-226-89.dsl.completel.net] has quit [Ping timeout: 264 seconds] 20:24:01 -!- eldariof [~CLD@pppoe-196-60-dyn-sr.volgaline.ru] has quit [Ping timeout: 248 seconds] 20:24:41 Joreji [~thomas@160-058.eduroam.rwth-aachen.de] has joined #lisp 20:24:48 -!- foreignFunction1 is now known as foreignFunction 20:26:49 -!- nilsi [~nilsi@2.68.253.90.mobile.tre.se] has quit [Ping timeout: 246 seconds] 20:31:08 -!- maxter_ [~maxter@gaffeless.chaperon.volia.net] has quit [Quit: Konversation terminated!] 20:34:26 nilsi [~nilsi@2.68.125.198.mobile.tre.se] has joined #lisp 20:34:58 -!- mrSpec [~Spec@unaffiliated/mrspec] has quit [Quit: mrSpec] 20:34:59 mishoo [~mishoo@93.113.190.121] has joined #lisp 20:45:09 -!- DrCode [~DrCode@gateway/tor-sasl/drcode] has quit [Ping timeout: 240 seconds] 20:45:51 -!- weie_ [~eie@softbank221078042071.bbtec.net] has quit [Read error: Connection reset by peer] 20:46:25 weie [~eie@softbank221078042071.bbtec.net] has joined #lisp 20:47:33 -!- statl [~statl@dslb-094-218-012-154.pools.arcor-ip.net] has quit [Quit: Lost terminal] 20:47:52 -!- AeroNoti1 [~xeno@aboa20.neoplus.adsl.tpnet.pl] has quit [Ping timeout: 251 seconds] 20:47:52 -!- Denommus [~Denommus@unaffiliated/denommus] has quit [Read error: Connection reset by peer] 20:48:01 Denommus [~Denommus@unaffiliated/denommus] has joined #lisp 20:48:30 -!- mishoo [~mishoo@93.113.190.121] has quit [Read error: Connection reset by peer] 20:49:18 -!- josemanuel [~josemanue@113.210.221.87.dynamic.jazztel.es] has quit [Quit: Saliendo] 20:49:46 ehu` [ehu@ip167-22-212-87.adsl2.static.versatel.nl] has joined #lisp 20:51:14 mishoo [~mishoo@93.113.190.121] has joined #lisp 20:51:16 Corvidium [~cosman246@c-24-143-118-11.customer.broadstripe.net] has joined #lisp 20:51:45 DrCode [~DrCode@gateway/tor-sasl/drcode] has joined #lisp 20:52:34 -!- Karl_dscc [~localhost@erft-5d80cdae.pool.mediaWays.net] has quit [Remote host closed the connection] 20:54:43 CrazyEddy [~postsyphi@wrongplanet/CrazyEddy] has joined #lisp 20:55:47 -!- CrazyEddy [~postsyphi@wrongplanet/CrazyEddy] has quit [Quit: Reconnecting] 20:56:42 bitonic [~user@2a02:1205:34dc:95e0:250:c5ff:fe00:47b5] has joined #lisp 20:57:11 CrazyEddy [~scatophag@113.52.233.162] has joined #lisp 20:57:23 zRecursive [~czsq888@171.212.255.208] has joined #lisp 20:57:36 -!- bitonic [~user@2a02:1205:34dc:95e0:250:c5ff:fe00:47b5] has quit [Remote host closed the connection] 20:57:56 -!- pkhuong_ is now known as pkhuong 20:58:23 -!- ckoch786_ [~quassel@adsl-75-22-101-128.dsl.bumttx.sbcglobal.net] has quit [Ping timeout: 264 seconds] 20:59:30 -!- CrazyEddy [~scatophag@113.52.233.162] has quit [Changing host] 20:59:30 CrazyEddy [~scatophag@wrongplanet/CrazyEddy] has joined #lisp 20:59:49 -!- angavrilov_ [~angavrilo@217.71.227.190] has quit [Remote host closed the connection] 21:00:08 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Read error: Connection reset by peer] 21:00:46 -!- granata_ [~aleksei@sa-84-52-31-203.saturn.infonet.ee] has quit [Ping timeout: 246 seconds] 21:01:35 -!- ph88 [5597cc14@gateway/web/freenode/ip.85.151.204.20] has quit [Ping timeout: 250 seconds] 21:04:22 -!- gravicappa [~gravicapp@ppp91-77-178-38.pppoe.mtu-net.ru] has quit [Remote host closed the connection] 21:05:16 -!- youlysses [~user@75-132-28-10.dhcp.stls.mo.charter.com] has quit [Ping timeout: 276 seconds] 21:06:41 -!- Sagane_ [~Sagane@177.100-226-89.dsl.completel.net] has quit [Ping timeout: 248 seconds] 21:07:45 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 21:08:27 ph88 [5597cc14@gateway/web/freenode/ip.85.151.204.20] has joined #lisp 21:10:53 -!- Joreji [~thomas@160-058.eduroam.rwth-aachen.de] has quit [Ping timeout: 240 seconds] 21:11:10 Joreji [~thomas@160-058.eduroam.rwth-aachen.de] has joined #lisp 21:11:41 ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has joined #lisp 21:14:06 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 21:14:39 -!- mishoo [~mishoo@93.113.190.121] has quit [Ping timeout: 256 seconds] 21:17:31 bitonic [~user@2a02:1205:34dc:95e0:250:c5ff:fe00:47b5] has joined #lisp 21:19:22 Sagane [~Sagane@177.100-226-89.dsl.completel.net] has joined #lisp 21:22:02 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Read error: Connection reset by peer] 21:26:48 ehaliewicz [~user@50-0-51-11.dsl.static.sonic.net] has joined #lisp 21:27:04 -!- edgar-rft [~GOD@HSI-KBW-149-172-63-75.hsi13.kabel-badenwuerttemberg.de] has quit [Quit: this computer sucks] 21:28:28 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 21:35:53 -!- foreignFunction [~niksaak@94.45.71.97] has quit [Quit: Leaving.] 21:37:17 macrobat [~beep@h-199-47.a328.priv.bahnhof.se] has joined #lisp 21:39:42 -!- Denommus [~Denommus@unaffiliated/denommus] has quit [Ping timeout: 264 seconds] 21:40:33 -!- jaimef [jaimef@dns.mauthesis.com] has quit [Excess Flood] 21:40:36 runciter [~mrw@c-50-156-39-26.hsd1.ca.comcast.net] has joined #lisp 21:41:47 is the generic function class-slots really not part of the spec? is there an implementation handy for sbcl? 21:42:10 it's MOP. sb-mop:class-slots 21:42:21 ah! 21:42:35 phenomenal 21:42:39 thank you! 21:42:45 closer-mop for cross-implementation 21:43:23 -!- oleo [~oleo@xdsl-78-35-130-4.netcologne.de] has quit [Ping timeout: 264 seconds] 21:43:29 quicklisping that right now 21:43:57 oleo [~oleo@xdsl-78-35-188-52.netcologne.de] has joined #lisp 21:44:29 -!- runciter [~mrw@c-50-156-39-26.hsd1.ca.comcast.net] has quit [Client Quit] 21:44:38 jaimef [jaimef@dns.mauthesis.com] has joined #lisp 21:44:54 krrrcks_ [~dbr@krrrcks.de] has joined #lisp 21:45:55 AeroNotix [~xeno@aboa81.neoplus.adsl.tpnet.pl] has joined #lisp 21:47:35 -!- platoscave [~platoscav@adsl-99-109-129-88.dsl.lsan03.sbcglobal.net] has quit [Ping timeout: 264 seconds] 21:48:56 -!- Shinmera_ [~linus@188.155.176.171] has quit [Quit: echhhhhhhh] 21:50:00 -!- ``Erik_ is now known as ``Erik 21:50:57 -!- Guest15380 is now known as _veer 21:51:01 -!- _veer [~veer@pool-71-100-236-211.tampfl.fios.verizon.net] has quit [Changing host] 21:51:01 _veer [~veer@unaffiliated/lolsuper-/x-9881387] has joined #lisp 21:53:10 -!- prxq_ [~mommer@mnhm-590c195f.pool.mediaWays.net] has quit [Remote host closed the connection] 21:53:13 platoscave [~platoscav@adsl-99-111-14-221.dsl.lsan03.sbcglobal.net] has joined #lisp 21:56:00 -!- ngz [~user@91.224.148.150] has quit [Ping timeout: 260 seconds] 21:59:13 -!- AeroNotix [~xeno@aboa81.neoplus.adsl.tpnet.pl] has quit [Quit: Uploading hax.....] 22:03:02 -!- ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has quit [Quit: leaving] 22:06:22 joe9 [~user@ip70-179-153-227.fv.ks.cox.net] has joined #lisp 22:08:08 -!- ph88 [5597cc14@gateway/web/freenode/ip.85.151.204.20] has quit [Quit: Page closed] 22:10:27 -!- Josaphat [~Josaphat@98.254.225.137] has left #lisp 22:11:20 ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has joined #lisp 22:11:58 -!- joast [~rick@76.178.135.192] has quit [Quit: Leaving.] 22:15:41 -!- sdemarre [~serge@242.144-66-87.adsl-dyn.isp.belgacom.be] has quit [Ping timeout: 246 seconds] 22:16:06 nydel [~nydel@ip72-197-245-1.sd.sd.cox.net] has joined #lisp 22:17:25 -!- Sagane [~Sagane@177.100-226-89.dsl.completel.net] has quit [Ping timeout: 276 seconds] 22:19:50 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Read error: No route to host] 22:23:48 -!- ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has quit [Quit: leaving] 22:24:02 ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has joined #lisp 22:24:51 hmm, looking for a good package to handle notifications from lisp in linux. haven't been able to find anything on cliki, anyone know of something off-hand? 22:25:36 i think stassats was talking about a libnotify thing he made 22:26:41 -!- pchrist [~spirit@gentoo/developer/pchrist] has quit [Quit: leaving] 22:26:50 (ql:system-apropos "notify") 22:26:52 i'd love to see that regardless. really i'm just working on concurrent events, threads/timers, i have some basic "cooldown" functions which are like alarms, countdowns. i'd like an audio or even visual alert when they are evaluated to be finished 22:27:06 pchrist [~spirit@gentoo/developer/pchrist] has joined #lisp 22:27:13 oh. You want to go the other way. 22:27:26 wow pkhuong i didn't know ql had an apropos, that's useful 22:28:06 yeah i've really already done everything i need to do, i just wish i could quickly play an audio file at the end of a countdown thread 22:28:28 or interact with notifications probably via libnotify if that's being done 22:29:07 I'd just use some external program. If you're sending enough notifications that run-program is an issue, you have pressing UI issues. 22:29:32 benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has joined #lisp 22:29:38 -!- joe9 [~user@ip70-179-153-227.fv.ks.cox.net] has quit [Read error: Connection reset by peer] 22:29:59 in sbcl is that sb-ext:run-shell-command? or run-program is it? 22:30:09 run-program. 22:31:33 that might be an acceptable solution, thank you. just need to figure the correct syntax for a run-program form that calls, i'm gonna say uh mpg123 22:32:07 -!- harish [~harish@cm32.zeta224.maxonline.com.sg] has quit [Ping timeout: 246 seconds] 22:33:12 wait there is another little command line program that will play an mp3, one-syllable name i think, starts with r maybe? 22:33:18 or w 22:33:36 (run-program "mpg123" (list "arg1" "arg2") :search t). 22:36:27 joast [~rick@76.178.135.192] has joined #lisp 22:36:30 -!- benkard [~benkard@mnch-5d8691fe.pool.mediaWays.net] has quit [Read error: No route to host] 22:44:16 francis_wolke [62cf9ba1@gateway/web/cgi-irc/kiwiirc.com/ip.98.207.155.161] has joined #lisp 22:46:15 that actually works perfectly for my purposes, thanks pkhuong 22:46:36 jerryzhou [~jerryzhou@58.245.253.218] has joined #lisp 22:49:13 -!- nbouscal [~nbouscal@c-67-168-113-48.hsd1.wa.comcast.net] has quit [Quit: Computer has commenced electric sheep tracking protocol.] 22:49:15 nug700_ [~nug700@174-26-156-127.phnx.qwest.net] has joined #lisp 22:51:13 -!- nug700 [~nug700@174-26-151-225.phnx.qwest.net] has quit [Ping timeout: 248 seconds] 22:51:31 -!- ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has quit [Quit: leaving] 22:52:38 ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has joined #lisp 22:52:38 -!- mericarp71 [~mericarp7@c-67-182-147-102.hsd1.wa.comcast.net] has quit [Read error: Connection reset by peer] 22:55:10 -!- ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has quit [Client Quit] 22:55:54 ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has joined #lisp 22:56:18 -!- ndrei [~avo@mtl93-2-82-66-118-59.fbx.proxad.net] has quit [Client Quit] 22:56:26 gadjo [~gggg@109.102.72.188] has joined #lisp 22:58:24 -!- sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 22:59:02 mericarp71 [~mericarp7@c-67-182-147-102.hsd1.wa.comcast.net] has joined #lisp 22:59:21 sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 23:04:51 -!- nydel [~nydel@ip72-197-245-1.sd.sd.cox.net] has quit [Quit: quit] 23:06:10 -!- pavelpenev [~quassel@85.130.70.65] has quit [Read error: Operation timed out] 23:06:28 DataLinkDroid [~DataLinkD@1.145.76.35] has joined #lisp 23:11:56 -!- bitonic [~user@2a02:1205:34dc:95e0:250:c5ff:fe00:47b5] has quit [Ping timeout: 256 seconds] 23:13:45 arrsim [~user@mail.fitness2live.com.au] has joined #lisp 23:14:01 -!- nilsi [~nilsi@2.68.125.198.mobile.tre.se] has quit [Remote host closed the connection] 23:15:31 kcj [~casey@unaffiliated/kcj] has joined #lisp 23:18:38 -!- lduros [~user@fsf/member/lduros] has quit [Remote host closed the connection] 23:19:47 -!- DataLinkDroid [~DataLinkD@1.145.76.35] has quit [Ping timeout: 256 seconds] 23:21:24 -!- sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has quit [Ping timeout: 240 seconds] 23:22:54 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Ping timeout: 240 seconds] 23:26:39 -!- nialo [~nialo@ool-18bc97c4.dyn.optonline.net] has quit [Ping timeout: 245 seconds] 23:26:45 Quadrescence [~quad@unaffiliated/quadrescence] has joined #lisp 23:30:00 -!- jtza8 [~jtza8@105-236-131-74.access.mtnbusiness.co.za] has quit [Remote host closed the connection] 23:30:13 -!- ehu` [ehu@ip167-22-212-87.adsl2.static.versatel.nl] has quit [Ping timeout: 248 seconds] 23:32:54 -!- agumonke1 [~agu@245.217.72.86.rev.sfr.net] has quit [Ping timeout: 245 seconds] 23:33:33 DataLinkDroid [~DataLinkD@101.170.88.113] has joined #lisp 23:34:45 sirdancealot [~sirdancea@98.82.broadband5.iol.cz] has joined #lisp 23:37:44 -!- ehu [~Erik@ip167-22-212-87.adsl2.static.versatel.nl] has quit [Ping timeout: 259 seconds] 23:37:55 -!- DataLinkDroid [~DataLinkD@101.170.88.113] has quit [Ping timeout: 256 seconds] 23:41:08 nialo [~nialo@ool-18bc97c4.dyn.optonline.net] has joined #lisp 23:45:57 -!- Tarential [~Tarential@li421-205.members.linode.com] has quit [Excess Flood] 23:46:18 Tarential [~Tarential@li421-205.members.linode.com] has joined #lisp 23:47:26 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 23:47:29 -!- Adlai [~adlai@unaffiliated/adlai] has quit [Ping timeout: 245 seconds] 23:48:00 pierre1 [~pierre1@179.218.154.208] has joined #lisp 23:49:09 drmeister [~drmeister@70.42.157.33] has joined #lisp 23:49:32 -!- namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has quit [Remote host closed the connection] 23:50:24 namtsui [~user@c-76-102-35-143.hsd1.ca.comcast.net] has joined #lisp 23:50:50 kpreid [~kpreid@50-196-148-102-static.hfc.comcastbusiness.net] has joined #lisp 23:52:59 DataLinkDroid [~DataLinkD@120.153.46.129] has joined #lisp 23:53:37 -!- ejohnson [~Thunderbi@c-67-181-201-173.hsd1.ca.comcast.net] has quit [Ping timeout: 261 seconds]