Bennett Roesch

Results 3 issues of Bennett Roesch

The Ctrl + d key combination is a logout command if no characters are present, otherwise it is a delete-forward command.

I'm probably doing it wrong. Here is the most minimal example I can think of: ``` common-lisp (hunchentoot:start (make-instance 'hunchentoot:easy-acceptor :document-root "." :error-template-directory "error-templates" :port 8080)) ``` I expect the...