emacs-maple-minibuffer icon indicating copy to clipboard operation
emacs-maple-minibuffer copied to clipboard

Adding to Elpa/Melpa

Open Ergus opened this issue 5 years ago • 5 comments

Hi:

This package looks awesome; but it will be difficult to find for users like me that only use elpa and melpa. Could you consider to add it to one of those? either elpa or melpa? Elpa will require a copyright assignment from the fsf; which is indeed a pretty simple process (just a couple of emails) specially in this case where you are the only contributor. Would you be willing to get a copyright assignment from FSF? Else could you at least add it to Melpa so more users could find it?

Best, Ergus

Ergus avatar Sep 26 '20 13:09 Ergus

there is another alternative repos which is already in melpa https://github.com/muffinmad/emacs-mini-frame contributors of >15 lines code is zero depends on the result of vc-annotate command.

jixiuf avatar Oct 09 '20 03:10 jixiuf

This one (emacs-mini-frame) has the issue of not showing any candidates when used with some completion framework such as selectrum.

Inc0n avatar Nov 08 '21 11:11 Inc0n

Therefore, the best steps is to use a package manager that allows github receipt. I uses quelpa and use-package, but the following didn't work for me,

(use-package maple-minibuffer
  :quelpa (maple-minibuffer :fetcher git :repo "honmaple/emacs-maple-minibuffer"))

Inc0n avatar Nov 08 '21 11:11 Inc0n

@Inc0n :fetcher github

honmaple avatar Nov 12 '21 03:11 honmaple

That seems to have indeed fix it, thank you.

Inc0n avatar Nov 12 '21 09:11 Inc0n