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.

    • DecwebOPB
      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).

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

      Is that just hyerspec?

      You could alternatively install info version from an old Wiegley’s thing called ready-lisp. Then you have it directly in Emacs, working as any other info manual.

      Another option is to open the web version of files in eww. It is then still in Emacs, so you skip the web server and to switch between Emacs and web browser; if that is a feature for you.

      • 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 😀