Sean Perry
Sean Perry
One option is to add ``` packages: - gcc-7 ``` Another is to use llvm/clang for the C side too.
What matters is that Travis can run it. The Docker configuration is for local development.
The keybindings get recorded in the plist system. Checkout .amethyst.sample.yml in the top level of the tree for pointers. If I delete the config, then edit defaults, then launch Amethyst...
>I think the odds of GNU Emacs using code from this project is very unlikely. remacs tried to port C logic because elisp is a weird beast and without being...
Can confirm this works as advertised. Thanks, I was literally making the same change and decided to look for a PR first.
My only concern is the widespread use of "char_is_word". I wonder in what other ways the definition of "word" is not matching "subword". Many of the places there is little...
In theory treesitter's `int_literal` could be used to identify numbers. Not sure about the parsing and modifying though.
And yes, annoyingly that screen shot is showing some form of off by one or similar weirdness. More testing is needed. I left the PR draft appropriately. Edit: Or it...
yep, I started this but did not go crazy. The registers support pop first and pop oldest. Exactly for this use case. If this PR direction is approved it would...
Test failure was an oops when I moved my test to using concat. The quote for picking a register was confused with the string delimiting quote. Fixed.