Skip to content
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

Snippets with bindings doesn't show up in describe-bindings #911

Open
mattiasb opened this issue Mar 6, 2018 · 2 comments
Open

Snippets with bindings doesn't show up in describe-bindings #911

mattiasb opened this issue Mar 6, 2018 · 2 comments

Comments

@mattiasb
Copy link

mattiasb commented Mar 6, 2018

If I add some snippets with keybindings they don't show up in the buffers describe-bindings list. Also which-key doesn't list them (I guess this is related).

@npostavs
Copy link
Collaborator

npostavs commented Mar 7, 2018

This is probably because the bindings are put in emulation-mode-map-alists.

I wrote some code to put them in the yas-minor-mode-map instead in response to #539, but since it didn't solve that issue (which afaik, was a problem in uim, not yasnippet) I didn't pursue it.

master...npostavs:minor-key

@npostavs
Copy link
Collaborator

npostavs commented Mar 7, 2018

Hmm, even yas-expand is not listed in describe-bindings, it doesn't handle conditional bindings I guess. Not sure if this is fixable from yasnippet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants