kanubacode

Results 60 issues of kanubacode

Hello, thank you for this plugin! One small feature request: It'd be nice to have all tabs having the same size, maybe ellipsizing the name if it is too long....

request

evil-goggles works by advising evil's operators. e.g. evil-delete, evil-change, evil-yank, etc. Both evil-cleverparens and evil-smartparens replace those operators with their own versions, which leaves evil-goggles hanging, because it's not plugged...

I think it's odd that 3bgl-shaders is plural while the repository and system name are singular.

The docs say `3bmd:*colorize-name-map*` but it should be `3bmd-code-blocks::*colorize-name-map*` (also it's unexported)

Is it possible at all to create an `` instance in one package, and `defroute` definitions in another? I'd like to split my project up into multiple packages but `caveman2.app::*package-app-map*`...

## Expected behavior `sp-backward-kill-word` should not delete closing parentheses, leaving the expression's tree structure damaged. ## Actual behavior `sp-backward-kill-word` when preceded by certain input, deletes closing parentheses delimiters in addition...

bug
specific-mode-support

SBCL has the ability to error on package variance instead of warn, which is incredibly useful during development. However, when updating SLY today, I ran into the following error in...

Hello! I'm curious to know if there is any limit on the mrepl's history file and if it truncates older entries when needed. I've been using Sly for a long...

This is such a nitpick, but `slynk-mrepl:copy-to-repl-in-emacs` only sends values to the REPL if the blurb argument is non-NIL. For the case one doesn't want a blurb, they must pass...

bug

If I follow the instructions in [8.4 of the manual](https://joaotavora.github.io/sly/#REPLs-and-game-loops) to build Sly's REPL into a game loop, if I issue `sly-mrepl-sync` from a Lisp buffer to switch the package...