Implement an M-x for major-mode commands#671
Implement an M-x for major-mode commands#671vermiculus wants to merge 3 commits intoabo-abo:masterfrom
Conversation
Re-implements `smex-major-mode-commands' with Ivy completion. Fixes abo-abo#656
Completion sources are abstracted into functions and the user-level commands now simply call into those completion sources with `ivy-read'.
|
Looking through the other PRs, I should probably ask: do you have any resources for completing GNU CA for this (etc.)? |
|
Yes, the CA process is described here. |
|
I've sent off the form to |
|
Thanks. |
|
Any update on this one? |
|
None yet 😦 I'm still dancing with legal and they are very slow-moving. |
|
@vermiculus try (politely) bugging them. It only took me a few days. |
|
@vermiculus I had one contributor get the assignment in two days. It got really fast since you can send a scanned pdf. |
|
@Stebalien @abo-abo The problem isn't with the FSF; the problem is with my employer. The legal team has stopped responding to emails now. I'll send one last badger email to Legal and then I'll escalate to the head of R&D... again. |
@vermiculus I think the employer should come into consideration only if the code in question is produced during work hours. The code you produce in your spare time is yours, and you can assign that as you please. Alternatively to the CA, there is an option to write a disclaimer:
|
Re-implements
smex-major-mode-commandswith Ivy completion.Fixes #656