cl

CommonLisp testbed
git clone git://git.janpasierb.com/cl.git
Log | Files | Refs

keylist (640B)


      1 ,c  - connect to swank server
      2 ,b  - evaluate buffer
      3 ,d  - evaluate top-level form
      4 ,e  - evaluate expression under cursor
      5 ,D  - compile function under cursor
      6 ,F  - compile file
      7 ,L  - compile & load file
      8 ,s  - describe symbol
      9 ,xl - list callers
     10 ,i  - inspect variable
     11 ,q  - quit inspector
     12 ,a  - abort and quit debugger to previous level
     13 ,q  - abort and quit debugger to top level
     14 ,t  - toggle tracing
     15 ,1  - expand macro form once
     16 ,m  - expand macro fully
     17 ,h	- invoke help
     18 
     19 S-expressions:
     20 ,W  - wrap 
     21 ,S  - splice (remove outer pair of parens)
     22 ,O  - split
     23 ,J  - join
     24 ,I  - raise subform
     25 ,>  - slurp next expression
     26 ,<  - barf inner expression