-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add link to (or instructions on how to get) popup.el #9
Comments
The one in melpa would be this one: https://melpa.org/#/popup At the time when I wrote this README, popup.el was a well-known package (used e.g. by auto-complete). But since it is now abandoned, the right thing would be to find a modern alternative and implement that in synosaurus. |
I suppose x-popup-menu (which comes with Emacs) won't do? https://www.gnu.org/software/emacs/manual/html_node/elisp/Pop_002dUp-Menus.html Or maybe make it work with company-mode? |
I think toolkit menus always feel out of place in emacs. The menu used by |
I agree. But even if it's not, would you think that making synosaurus work with company mode is a good idea? Or too much bloat? |
Now that I think of it, synosaurus need not depend on company-mode... But it could use it when available (so there's no bloat) -- and it seems pretty easy to add a company backend: https://github.com/company-mode/company-mode/wiki/Writing-backends |
I think company mode has a different use case. Synosaurus doesn't really offer completions, but more replacements. Also it should not be triggered while typing (I guess). Btw, popup.el is also optional. If you configure another |
Hello,
The README says I should get popup.el, but doesn't tell me where to get it. There are a couple of packages in MELPA with names that sound similar to popup, but they don't seem to be the one used in synosaurus.
If I understood correctly, the one used is this: https://www.emacswiki.org/emacs/PopUp
which, as I understand, is the same as this: https://github.com/auto-complete/popup-el.
But the github page says it has been archived and is now read-only; there are 77 forks of it, and I wouldn't know which is more interesting to use (lots of those are probably not maintained, some could be possibly broken...)
So - could you please add to the README a link to the right place where users may get
popup.el
, the correct version?The text was updated successfully, but these errors were encountered: