Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Last login: Thu Oct 13 09:41:21 on ttys003 · 64467022
    launchctl setenv PATH /opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
    illin:~$ ssh mevenson@abcl.org
    Linux lisp.not.org 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.36-1+deb8u1~bpo70+1 (2016-09-08) x86_64
    
    The programs included with the Debian GNU/Linux system are free software;
    the exact distribution terms for each program are described in the
    individual files in /usr/share/doc/*/copyright.
    
    Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
    permitted by applicable law.
    Last login: Mon Oct 10 13:57:49 2016 from 84-115-198-249.cable.dynamic.surfer.at
    mevenson@lisp:~$ screen -DR
    
    
    
    
    
    
    
    
    
    Fix CL:OPEN for :DIRECTION :INPUT (pipping)
    Elias Pipping via #abcl <http://dpaste.com/2KYD7RV.txt>
    
    If you take a look at open.lisp, you'll see that for :direction
    :probe, if-does-not-exist :error/:create is handledyet for
    :direction :input, only :error is, and for any other key, nothing
    happens (the code uses `case` rather than `ecase`)
    64467022