***Guest99859 is now known as jao
<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? <davexunit>ah I was messing around with display-backtrace and stuff wondering why I couldn't get it to look right. thanks. <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/ <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 <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... <civodul>(i'm going through my backlog as you can see ;-)) <ijp>I'm quite far behind on mine <ijp>amazing what you forget <ijp>ah, no, rereading I did post it <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>it fails to parse my OpenSSH private key