Radon Rosborough

Results 872 comments of Radon Rosborough

+1 for having this merged. I recently switched from autojump and the case sensitivity makes fasd very annoying to use.

@rejeep What's the status with `emacs-git-snapshot-travis`? It seems to be totally broken—I'm getting warnings about `if-let*` and `when-let*` when those warnings were removed from Emacs master months ago.

@rejeep Wouldn't it be a better idea to have a cron job on Heroku or something that does this automatically? IMO "snapshot" doesn't really make sense if it has to...

and/or perhaps the fact that the snapshot must be manually updated should be documented in the README; right now one has no reason to believe that it's not automatic.

For now, I'm using `emacs-git-snapshot` as an allowed failure. It works as long as I use `sudo: required` and install `texinfo`.

I think one way to handle such filesystems would be to have a variable that the user could set if they are on such a filesystem. Leaving the problem to...

I have successfully installed HIE on Manjaro Linux by following this procedure: * Identify all Haskell packages that are installed on the system using `pacman -Q | grep haskell`. *...

Just for my own edification, why is it that adding support for a new GHC release to HIE takes so much developer effort, even when the release is only a...

If you're adding the above workaround to your configuration, you should _only_ do it for Emacs 27. If you do it in Emacs 26, then it will result in an...

I would rather recommend the following code, which avoids adding those symbols again if the code is evaluated more than once: ```elisp ;; Smartparens is broken in `cc-mode' as of...