Radon Rosborough

Results 285 issues of Radon Rosborough

Currently, we have an ugly hack in `init.el` to make sure electric indentation works in Clojure docstrings. (This doesn't fix #1; that's a separate issue.) ``` ;;; Make sure electric...

help wanted
hack
emacs
clojure
python
high priority

Although AUCTeX viewing works out of the box on Linux, it requires some fiddling with the preferences of TeXShop on macOS. That should be documented.

documentation
tex

Currently you have to type a character, press `TAB`, and then type another character in order to be presented with completions. There should be completions as soon as you type...

emacs
ux
ivy/counsel
cider

We may get an error about `Selecting deleted buffer` when invoking `M-x radian-byte-compile` during an existing byte-compilation operation. Furthermore, I don't believe `radian-byte-compile` has correct support for starting to listen...

bug
ux
startup
byte-compile
compilation

Things that I can do to optimize startup time well past reasonable and squarely into the territory of the absurd: * [x] Finish setting up byte-compilation * [x] Configure CircleCI...

performance
startup

Currently parent directory creation only works for local files. We should also support it for files accessed via TRAMP.

enhancement
find-file
filesystem
tramp

Somehow, `cider` and `company` are conspiring to produce the behavior pictured below, where the REPL prompts seem to somehow be "poking" lines of the completion popup one character to the...

bug
low priority
emacs
clojure
conflict
cider
company

Example paragraph: ``` The issue is that the state of the program never repeats, since the value of x is incremented each time through the loop, but there are an...

bug
emacs
upstream
haskell
fill-paragraph

For some reason, although AUCTeX is generally able to figure out which commands it should run and when, it can't handle running Biber and I have to do it manually....

bug
needs repro
latex
auctex
tex
biber

Probably we should introduce `radian-slow-check-mode` or similar.

emacs
performance
flycheck
haskell