Mark Bestley

Results 35 issues of Mark Bestley

I am trying to use xonsh as my shell. Interactive use works well and as expected. But xonsh does not seem to read any startup files if it is launched...

xonshrc

I note that lispy-eval-display-style being set to overlay only works for clojure. Could this be added for other lisps? However I note that [eros-mode ](https://github.com/xiongtx/eros) has taken code from cider...

invalid

I am having trouble writing tests which have the cursor on the last ) in a line. I am trying to modify (should (string= (lispy-with " |(defun)" "i") "|(defun)")) to...

The getting started document says Volta does not use any fancy OS features or shell-specific hooks. It’s built on the simple, proven approach of shims. That tells me nothing as...

docs

### What version of Racket are you using? 8.3 ### What program did you run? #lang typed/racket (append* '(a) '(b) '((c) (d))) ### What should have happened? Get '(a b...

I like to run several version of emacs on the same machine. All are now the same version so issue #931 applies for example if I want to run a...

feature

**What version of Racket are you using?** e.g., 8.0.0.1 DrRacket, version 8.0.0.1--2021-01-16(b09e10d/a) [cs]. **What program did you run?** Just double click on DrRacket or from terminal `open DrRacket.app` **What should...

arch:aarch64
unexplained
platform:macos

To help me help you, please: 1. Open any racket-mode or racket-repl-mode buffer. 2. M-x `racket-bug-report` ENTER. 3. Copy and paste that, here.

bug

all-the-icons-icon-for-mode and all-the-icons-family-for-mode do not use the same logic. I found this on helpful-mode (via issues with spaceline-all-the-icons) ``` (all-the-icons-icon-family-for-mode 'helpful-mode) ; returns nil (all-the-icons-icon-for-mode 'helpful-mode) ; Gives an icon...

Is there a way of using this to send the whole buffer to the REPL? AS the switch by mode is done by setting the same key to different functions...