IRC channel logs

2014-01-08.log

back to list of logs

***Guest99859 is now known as jao
<nalaginrut>morning guilers~
<davexunit>hey
<nalaginrut>heya
<b4283>morning
<zRecursive>noon
<sneek>Welcome back zRecursive, you have 1 message.
<sneek>zRecursive, mark_weaver says: I didn't know it at the time, but Guile includes a predicate 'unspecified?' that does (eq? x (if #f #f)), so you can use that.
<davexunit>how does one print a nice backtrace with error message like the REPL?
<mark_weaver>call-with-error-handling
<davexunit>ah I was messing around with display-backtrace and stuff wondering why I couldn't get it to look right. thanks.
<mark_weaver>np!
<zRecursive>Why is "M-x run-guile" so slow ? i used (load-file "~/.emacs.d/geiser/elisp/geiser.el")
<nalaginrut>I wonder how wingo handle extra page like /software/
<nalaginrut>seems there's no way to add a page
<zRecursive>After (setq geiser-repl-startup-time 100), it is VERY fast now :)
*nalaginrut has to write extra-page-emit in a new module to handle the introduction page...
*nalaginrut doesn't know why it's blacked...
<b4283>you must have triggered text styling
<nalaginrut>yeah
<taylanub>zRecursive: It's 10k here yet Geiser REPL starts (message "Guile REPL up and running!") as soon as Guile itself starts. Using an old version or so?
<taylanub>BTW I should implement some analogue to `run-guile' which instead opens a temporary buffer in Scheme mode with an associated Geiser REPL; the REPL lacks Paredit and stuff, is kind of annoying. Another alternative would be a more Emacsy REPL, like IELM, using some communication channel with Guile to get expressions evalled instead of hackishly wrapping Guile's own REPL...
<zRecursive>taylanub: yeah
<civodul>mark_weaver: nice work on ellipsis
<civodul>(i'm going through my backlog as you can see ;-))
<ijp>I'm quite far behind on mine
<mark_weaver>civodul: thanks for the review!
<ijp>hmm, I seem to have a found a patch for http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15691 in my guile repo
<mark_weaver>I responded.
<ijp>amazing what you forget
<ijp> http://paste.lisp.org/display/140831 dated october 24th
<ijp>ah, no, rereading I did post it
<mark_weaver>ijp: I'm not sure about that fix.
<mark_weaver>but admittedly I haven't looked very closely at the relevant code.
<ijp>well, it's not the most helpful way to do it (as I said in the email), but it is the lowest level we say we take a procedure
<mark_weaver>ijp: well, having looked more closely, I think your fix is reasonable.
<civodul>has anyone tried guile-ssh?
<civodul>it fails to parse my OpenSSH private key