Replies: 3 comments 3 replies
-
A pretty good overview of current Emacs completion features: Company Mode - what does this do well? Missing features? Orderless - this is quite a powerful way to do completion. Some completion modes in Lem kind of do this already. Vertico - this does a lot (too much maybe), and I think a lot of its behavior is typical emacs overkill. Still, there's some stuff here. Consult - this allows you to perform actions on a selection in the minibuffer. There are other extensions in Emacs that also support this. Definitely not necessary, but very nice way to work when you get used to it. Embark - similar to consult, only it operates as a popup. Again very cool, but very much an enhancement. Marginalia - adds contextual information to a completion (e.g. the documentation for M-x commands). We have some of this, it would be nice if it could be improved. Ideally this would be extensible by the user. |
Beta Was this translation helpful? Give feedback.
-
What I would appreciate:
|
Beta Was this translation helpful? Give feedback.
-
I am concerned that the references are too biased toward GNU Emacs. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Lem currently has quite good completions functionality, but obviously it could be improved. Emacs out of the box offers more flexibility, and Emacs also has a bunch of other completion systems (Company, etc).
Which of their features do we wish to steal, and how can we improve completion so it is flexible, powerful and customizable?
Beta Was this translation helpful? Give feedback.
All reactions