Jean-Philippe Bernardy
Jean-Philippe Bernardy
I've kept researching the issue, and I found that this variant is better: ``` (defmacro jyp/eval-when-compile (&rest body) "Evaluate BODY at compile time. When expanding the macro, evaluate (progn BODY)...
For the cursor types, they can be set with the variables boon-*-cursor-type. I remember having problems rebinding C-g so I decided to leave it alone. But could you try setting...
So, to clarify, you'd like `c a` to do `C-c a` and not `C-c C-a`, for instance?/
Do you have NixOS installed, or just the nix package manager?
Alright, I am not using nixos myself, so this may require a couple of tries. As per the wiki (https://nixos.org/wiki/Install/remove_software#Root_user_installation) it seems that you should do `nix-env -iA nixos.haskellPackages.styx` However...
Please try with the latest patch provided by mpickering. If it does not work try putting rdkafka in the non-haskell-deps section of the styx.yaml file.
(The patch is merged into the trunk btw)
Looking into it, I see that there is a difficulty with external libraries, which must be passed to cabal2nix and re-extracted. For reference, here is the code for glpk-hs in...
This bug is affecting the wordnut package. The relevant call is: ``` (defun wordnut--completing (input) (let ((completion-ignore-case t)) (completing-read "WordNut: " (completion-table-dynamic 'wordnut--suggestions) nil nil input 'wordnut-completion-hist))) ``` I'd like...
This issue is blocking https://github.com/NixOS/nixpkgs/issues/20794 What can I do to help?