Danny
Danny
Currently, there are only short flags used to pass into `choose`, would it be possible to have long hand flags with double dash `--` to improve the readibility?
Build was successful using the script copied from https://github.com/rpav/c2ffi/issues/104#issuecomment-1038468510, with the only difference that `llvm@13` is installed, and all environmental variables are changed accordingly. However, when running `c2ffi`, it produced...
 while running the example from the git repo, `sbcl --noinform --load timer.fasl --eval '(progn (charms-timer:main) (exit))'` my manjaro i3 `4.19.16-1-MANJARO` has 100% cpu usage and i can hear the...
Added addition check for nil in `avy-goto-line-above` and `avy-goto-line-below`. This is to prevent cancellation during these commands that will result in an error if `debug-on-error` is set to non-nil. Note:...
## Expected behavior `sp--set-base-key-bindings` should reset the keymap first before populating the new key binds. ## Current Behavior As of the implementation right now, it defines the new binds in...
``` ketos=> (define (x) (define (x-1) "hello") (x-1)) Traceback: In main, define x execution error: type error: expected string; found list: (define (x-1) "hello") ``` Would something like this be...
**Quick Summary:** Add binary literal syntax to elm, such as `0b1010` would to 10 in decimal. ## SSCCE Enter the following in `elm repl` ```elm > 0b111 | -- WEIRD...
Personally, I would like to use quotes from fortune for example, which contain more than 1 line usually, hence the need for this feature and requesting it. Right now, I...
# Issue type - Enhancement request # Environment Emacs version: GNU Emacs 28.0.90 (build 1, aarch64-apple-darwin20.6.0, NS appkit-2022.60 Version 11.5.1 (Build 20G80)) of 2021-12-11 Operating System: Mac Monterey (12.3 Evil...
In the readme, there listed a variable named `evil-snipe-auto-disable-substitute` in the appendix, which is nowhere to be found in the source code, as the appendix suggest this variable would control...