Skip to content
  • Troels Henriksen's avatar
    Climacs will now check whether the current argument indices are valid · 062b206a
    Troels Henriksen authored
    when figuring out which operator to display the arglist for. This
    permits more intelligent display of arglists. For example (with "|"
    being point):
    
    (with-output-to-string (list |)
     )
    
    Previously, Swine (and SLIME for that matter) would display the
    arglist for `list', despite the fact that point is really in the
    arguments for `with-output-to-string'. It it still not perfect, this,
    for example, confuses it:
    
    (with-input-from-string (with-output-to-string (list |)))
    062b206a