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.

  • Decweb@alien.topOPB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Nice tips for future use though not quite what I’m looking for (though the prefix tip is one I’ll have to remember).