00:24:14 LiamH [~none@pool-173-73-131-126.washdc.east.verizon.net] has joined #sbcl 00:38:24 soverton [~soverton@24.89.41.21] has joined #sbcl 01:00:27 Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has joined #sbcl 01:01:55 -!- tcr [~tcr@84-72-21-32.dclient.hispeed.ch] has quit [Quit: Leaving.] 01:22:28 -!- wbooze [~wbooze@xdsl-87-79-251-20.netcologne.de] has quit [Ping timeout: 248 seconds] 02:10:03 -!- soverton [~soverton@24.89.41.21] has quit [Quit: Leaving] 04:39:12 soverton [~soverton@24.89.41.21] has joined #sbcl 05:16:51 -!- LiamH [~none@pool-173-73-131-126.washdc.east.verizon.net] has quit [Quit: Leaving.] 05:37:03 angavrilov [~angavrilo@217.71.227.190] has joined #sbcl 06:30:33 -!- milanj [~milanj_@178-223-184-98.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 06:38:44 Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has joined #sbcl 06:43:04 attila_lendvai [~attila_le@87.247.57.137] has joined #sbcl 06:43:04 -!- attila_lendvai [~attila_le@87.247.57.137] has quit [Changing host] 06:43:04 attila_lendvai [~attila_le@unaffiliated/attila-lendvai/x-3126965] has joined #sbcl 06:58:51 -!- soverton [~soverton@24.89.41.21] has quit [Ping timeout: 260 seconds] 07:48:06 prxq [~mommer@mnhm-590c1b6c.pool.mediaWays.net] has joined #sbcl 07:50:00 -!- Fare [~fare@173-9-65-97-NewEngland.hfc.comcastbusiness.net] has quit [Quit: Leaving] 07:58:00 tcr [~tcr@84-72-21-32.dclient.hispeed.ch] has joined #sbcl 08:55:52 -!- tcr [~tcr@84-72-21-32.dclient.hispeed.ch] has quit [Quit: Leaving.] 09:21:21 -!- Vivitron [~Vivitron@pool-98-110-213-33.bstnma.fios.verizon.net] has quit [Quit: trivial-irc-0.0.3] 09:25:17 tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 16:56:21 ccl-logbot [~ccl-logbo@setf.clozure.com] has joined #sbcl 16:56:21 16:56:21 -!- names: ccl-logbot soverton wbooze prxq antgreen LiamH Vivitron antoszka pkhuong joshe tcr angavrilov psilord ivan`` slyrus redline6561 hlavaty sshirokov foom christoph_debian Quadrescence cmm- pchrist jdz kanru` luis @Krystof Posterdati flip214 daimrod galdor asedeno_work egn jsnell fe[nl]ix kanru antifuchs ASau scymtym easye milosn |3b| les lichtblau pipping 16:59:13 -!- sshirokov [sshirokov@2600:3c02::f03c:91ff:fe93:e02d] has quit [Ping timeout: 246 seconds] 17:01:59 sshirokov [sshirokov@2600:3c02::f03c:91ff:fe93:e02d] has joined #sbcl 17:06:34 -!- jdz [~jdz@85.254.212.34] has quit [Ping timeout: 252 seconds] 17:06:39 huangjs [~huangjs@69.84.244.131] has joined #sbcl 17:07:56 jdz [~jdz@85.254.212.34] has joined #sbcl 17:14:34 pnpuff [~aeiou@unaffiliated/pnpuff] has joined #sbcl 18:17:30 -!- soverton [~soverton@24.89.41.21] has quit [Quit: Leaving] 19:26:37 sdemarre [~serge@91.176.39.237] has joined #sbcl 19:27:08 -!- angavrilov [~angavrilo@217.71.227.190] has quit [Read error: Operation timed out] 19:36:15 -!- antgreen [~user@dsl-173-206-245-215.tor.primus.ca] has quit [Ping timeout: 265 seconds] 19:44:24 antgreen [~user@dsl-173-206-204-199.tor.primus.ca] has joined #sbcl 20:12:47 -!- slyrus [~chatzilla@adsl-108-81-169-220.dsl.pltn13.sbcglobal.net] has quit [Remote host closed the connection] 20:21:29 while I'm trying to load sbcl dev version in emacs/slime (after upgrading from 1.0.58 via git) I get this error in *inferior-lisp* buffer : http://pastebin.com/z8j9m4LN . thanks for help! 20:22:47 check that SBCL_HOME is set correctly 20:23:03 yes.. it's ok 20:23:10 I doubt that. :-) 20:23:36 from terminal sbcl runs properly.. 20:23:50 and the correct lisp type version! 20:23:59 M-x getenv RET SBCL_HOME RET 20:24:56 or even better, (posix-getenv "SBCL_HOME") in the SBCL 20:27:41 This is SBCL 1.1.0.48-6631ac6, an implementation of ANSI Common Lisp. .. from terminal it's ok.. 20:28:28 variable SBCL_HOME it's correct. 20:29:39 but sbcl loading in emacs fails :( 20:30:12 I've given all advice I can give. Maybe #lisp can explain better. 20:30:28 lol 20:30:32 why? 20:30:47 this is an sbcl specific question 20:30:56 not a lisp question. 20:31:02 See topic 20:31:46 besides, #lisp was virtually "the SBCL channel" for years :-). They know what they're talking about. 20:32:18 pnpuff: what happens if you start emacs from a terminal? 20:33:55 pnpuff: perhaps emacs' idea of the sbcl binary is somehow different, than what you get in your terminal (via PATH probably) 20:34:06 pnpuff: have you got both versions on your system? 20:34:57 ok! 20:35:26 with emacs -nw sbcl starts properly !! :) 20:36:58 pnpuff: let me guess. You're starting emacs from your graphical environment's menu? 20:37:27 yes 20:37:41 (usually) 20:38:01 It still has the old environment variables. 20:38:39 which variable? 20:39:02 SBCL_HOME and all that 20:39:19 no, it's the new one 20:39:56 (lisp-implementation-version) ok with emacs -nw 20:40:11 "1.1.0.48-6631ac6" 20:40:59 from gui I get the previous error 20:41:14 _fatal_ error 20:42:09 Error while compiling /home/pnpuff/slime/swank-sbcl.lisp ... 20:43:08 ... sb-bsd-sockets.fasl ... is a fasl file compiled with SBCL 1.0.58, and can't be loaded into SBCL 1.1.0.48-6631ac6. 20:44:54 pnpuff: you're telling me that emacs started from your GUI still uses old PATH, but not when started from a terminal that has the right environment variables, but that's not the problem? 20:45:22 but even echo $SBCL_HOME gives me the right path :( 20:45:29 the new path 20:45:45 yes pkhuong !! 20:55:11 -!- sdemarre [~serge@91.176.39.237] has quit [Ping timeout: 256 seconds] 20:58:31 -!- tcr [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Quit: Leaving.] 21:01:29 so it's strange... because I've setted a right global in scope variable (SBCL_HOME). 21:21:39 tcr [~tcr@84-72-21-32.dclient.hispeed.ch] has joined #sbcl 21:24:47 -!- pnpuff [~aeiou@unaffiliated/pnpuff] has quit [Quit: Bye.] 21:28:47 tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 21:36:31 pnpuff [~aeiou@unaffiliated/pnpuff] has joined #sbcl 21:36:44 -!- tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 252 seconds] 21:38:38 ok : was easy! 21:42:06 but it's possible to use simultaneously more than one version of sbcl implementation? seems to me a little difficult :( 21:44:00 how many variables I have to define?? 21:44:04 lol 21:46:16 -!- LiamH [~none@pdp8.nrl.navy.mil] has quit [Quit: Leaving.] 21:56:53 -!- pnpuff [~aeiou@unaffiliated/pnpuff] has quit [Quit: Bye.] 22:33:39 tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 22:42:22 -!- tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 252 seconds] 23:04:40 LiamH [~none@pool-173-73-131-126.washdc.east.verizon.net] has joined #sbcl 23:32:13 -!- LiamH [~none@pool-173-73-131-126.washdc.east.verizon.net] has quit [Quit: Leaving.] 23:38:16 tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has joined #sbcl 23:42:42 -!- tcr1 [~tcr@178-83-229-138.dynamic.hispeed.ch] has quit [Ping timeout: 264 seconds]