Tom Dalziel

Results 10 issues of Tom Dalziel

Is it possible to dedicate a window to _not_ display windows of a certain mode/ modes? Right now I have 4 windows. 2 are dedicated to Clojure, 1 is dedicated...

integration

# Reproduction steps - In insert state, press C-n to get completion candidates. - Press C-p to move back through suggestions - note this doesn't work

## Expected behavior In a project where both clj and cljs REPLs exist in the session, the \*cider-scratch\* buffer should behave like a cljc buffer. Namely, it should obey the...

bug
good first issue

I noticed quite a few commands fail with a generic error when point is not enclosed by a sexp. E.g. call `sp-forward-barf-sexp` when not inside parens, and you will see:...

The original motivation was to fix the misuse of `eval` in `evil-delay` by turning it into a macro (name `evil-with-delay`). But it includes various generic changes such as prefering #'...

Fixes issue raised in #91

# What's missing? mod-morph behaviors can list `mods` (which trigger the modified binding) and `keep-mods` (which are passed on along with the modified binding) but there's no way to specify...

enhancement
behaviors

I've had the lazy-only version of this function in quite a few codebases over the years, and recently took the time to write the transducer version. The cljs support is...

## Checklist - [x] I have checked existing issues for potential duplicates before creating this one. - [x] I have read the [Troubleshooting guide][]. ## Bug description `flycheck-syntax-check-start` blocks emacs...

kind: bug

I feel this fits with medley pretty well. It exists in Kotlin as [flatMapIndexed](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.collections/flat-map-indexed.html) which I've used a few times recently, and realised is missing from clojure.core. It also exists...