Jonathan Hayase

Results 99 issues of Jonathan Hayase

Under certain conditions, [process sentinels don't run during init](https://emacs.stackexchange.com/questions/60408/process-sentinels-dont-run-during-init-in-gui-emacs?noredirect=1#comment94886_60408). Because of this, if one does `async-get` (or similar) during init, the init will stall indefinitely. I have reproduced this using...

As of commit https://github.com/zsh-users/zsh-syntax-highlighting/commit/7e6d960a08dfc7f48d8f3d658db208b0fdee7aad, `auto-fu/pu` and `auto-fu/next` both break self-insertion, among other things, with the error: > No such shell function `self-insert-by-keymap`

Would be nice to do to `company` what is trying to be done to `ivy` via https://github.com/PythonNut/historian.el.

enhancement

It would be nice if outrun could store its files in the standard locations. * The outrun config would be stored in `$XDG_CONFIG_HOME` so the config file would typically be...

enhancement

I don't know how vc-system specific you want to get, but I think it would be great if there was some way to tell if a given hunk is staged...

enhancement

Hello, I'm a potential user of `company-irony`, except I can't tell what it does that `company-mode` does not. As far as I know, `company-mode` can also do async completion of...

## Description of the problem Logging in gives an error suggesting that the password is incorrect, when it is correct. Perhaps this is because Facebook has been making some big...

Currently, extraction of large archives can be quite slow, since at worst case, the entire archive must be fetched from the backup machine. For large-ish archives (>100 GB) and especially...

cmd: extract

This has happened to me on two systems: * Native Arch Linux/Julia 0.6.2 * Windows 10 WSL Arch Linux/Julia 0.6.2 I can build Cxx fine, but the following happens when...

build
0.x

[flx](https://github.com/lewang/flx) is a very smart sublime-text like fuzzy/flex matching library. I already use it for my hippie-expand, but it would be really cool if auto-complete could use flx to sort...