Thanks! Is there support for keybindings? I mean, can i bind a key or a keysequence to a function that operates on the line that I'm editing with linedit, like in the C version of readline? It whould be great..<br><br><br>
<div><span class="gmail_quote">On 4/5/06, <b class="gmail_sendername">Nikodemus Siivola</b> <<a href="mailto:nikodemus@random-state.net">nikodemus@random-state.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
"Alessandro Piras" <<a href="mailto:laynor@gmail.com">laynor@gmail.com</a>> writes:<br><br>> Hi, I'm a lisp newbie, and I'm wandering how and where to get documentation on<br>> your library. Actually I don't know how to find my way with lisp packages..
<br><br>Linedit used to be documented in the README kept in the doc/ directory,<br>but then the interface started fluctuating and I removed the docs rather<br>then risk them going stale.<br><br> (mapc 'describe '(linedit:linedit linedit:formedit))
<br><br>describes the main programmatic interfaces, and<br><br> (describe 'linedit:install-repl)<br><br>the repl-wrapper. For more reading the source is the way to go for<br>now.<br><br>Cheers,<br><br>  -- Nikodemus              Schemer: "Buddha is small, clean, and serious."
<br>                   Lispnik: "Buddha is big, has hairy armpits, and laughs."<br>_______________________________________________<br>linedit-devel mailing list<br><a href="mailto:linedit-devel@common-lisp.net">
linedit-devel@common-lisp.net</a><br><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/linedit-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/linedit-devel</a><br></blockquote></div><br>