emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apropos for packages [was: plz -> curl?]


From: Eduardo Ochs
Subject: Re: apropos for packages [was: plz -> curl?]
Date: Tue, 17 May 2022 13:06:22 -0300

On Tue, 17 May 2022 at 12:20, Drew Adams <drew.adams@oracle.com> wrote:
>
> > Is there an apropos-package command?
> > If not, maybe now is the time to write one.
>
> Good question.
>
> 1. There is `describe-package', `C-h P'.
>
> 2. It would be good to update `apropos-documentation',
>    if this has not already been done, to include the
>    doc of packages.

This looks like a good starting point to me... but find-eppp is
an eev-ism - `(find-eppp o)' displays a pretty-printed version of
o in a temporary buffer. What would normal people use instead of
the `find-eppp' here?

  (find-eppp

   (mapcar
    (lambda (p)
      (list (package-desc-name (cadr p))
            (package-desc-summary (cadr p))))
    package-archive-contents)

   )

Cheers,
  Eduardo Ochs
  http://angg.twu.net/#eev



reply via email to

[Prev in Thread] Current Thread [Next in Thread]