-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
kakoune: update ui options #3396
Conversation
I would add mkRemovedOptionModule to help users transition |
c4aab61
to
23dc634
Compare
I have added Let me know if you have any comments, or feel free to merge @teto. |
I can see the format failed in the CI. I tried to format it using
What am I supposed to do? Format anyway? Thanks. |
@lobre Don't worry, just |
23dc634
to
3c99baf
Compare
3c99baf
to
7346112
Compare
I don’t really understand the error message reported by CI. Does anybody have a clue? That is the first time that I use
Help you be appreciated. |
Maybe @teto you have an idea about the problem? Sorry to spam, but I feel that it is unfortunate that this PR is blocked because of this problem, and I struggle to find a solution. I also asked on IRC but haven’t received any help. |
NixOS/nixpkgs#96006 strikes again. I think kakoune is a clear example of a module with too many options, and this PR demonstrates why this is a problem. There are ways to work around the Consider also adding |
Thank you for your comment and help @ncfavier. Unfortunately, I don’t have time to work on this anymore. I created this PR while testing kakoune and I thought it would be easier to have those options updated. I understand the problem and I see the path to the solution. But I don’t have a lot of free time at the moment so I think I will leave this for someone motivated to take over. I am using neovim full-time and I am not sure to come back to kakoune. I am closing this, but feel free to reopen or take over if anyone is interested. |
Description
As ncurses was totally removed from kakoune, the 3 following options don’t exist anymore.
However, 3 new options exist now (https://github.com/mawww/kakoune/blob/bfa3c568ccdc39910e5f9a0cbcc73ed05275087a/doc/pages/options.asciidoc)
I added those in this PR.
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.kakoune-{no-plugins,use-plugins,whitespace-highlighter,whitespace-highlighter-corner-cases}
.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.