Fork me on GitHub
#emacs
<
2018-12-25
>
cmack05:12:21

@jayzawrotny you might not be escaping the parens

ELISP> (rx "*cider-" (or "error" "repl" "test") (0+ nonl) "*")
"\\*cider-\\(?:error\\|repl\\|test\\).*\\*"

jaide07:12:52

Thanks, I’ll try that!

jaide07:12:14

It seems to be working. Thanks again! I tried every combination of escaping I could think of, must have just not landed on the right combo.