When editing common lisp with slime and emacs, I’d like a speedbar listing, alternately, top level definitions in the file I’m editing, and top level definitions in the package I’m looking at (which may be a superset of definitions in the file). Preferably sorted by type of definition (function, macro, constant, etc) and/or alphabetically.

Is there some emacs tooling for this? I haven’t found it.

  • dzecnivB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    nope these 2 links don’t give the hyperspec, they build a web view of the systems, packages and symbols (classes macros functions etc) in the current image.

    • arthurno1B
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 months ago

      Aha, ok. Thank you for the info, I’ll take a look at them too then, sounds useful 😀