gcv

Results 172 comments of gcv

We can probably auto-guess a reasonable buffer name based on the containing project name (seems doable using `project.el`, but I didn’t verify). I don’t know about ports, but I haven’t...

Not much we can do about this type of crash from the Snail side. Does this error occur if you use the same build's terminal Emacs (`/Applications/Emacs.app/Contents/MacOS/Emacs -nw` or `bin/emacs...

Commit 3c4d13d makes this problem go away, and completion still seems to work for me, but I'm not sure why that code was originally there and what might have broken...

There's unexpected subtlety involved in completion, leading backslashes, and quotes. It seems that sending the Emacs-quoted string `"\\a"` to `REPLCompletions.completions` works, but `"\\c"` does not. The `"\\c"` case requires re-quoting...

Another +1 for Collections, please!

I think it’s as simple as adding `Base.MainInclude.ans = result` to `eval_tmpfile` after line 261 (right before `if isnothing(popup_params)`). It seems to work for me, but I have not thoroughly...

Feel free to open a PR if there’s a better way to implement this feature.

Are you sure? I tried to start Eat with that change, and it still managed to hang in a fresh Emacs session. Eat 0.9.4 from MELPA Stable. Then I put...

I just double-checked. After removing the workaround, it looks like Eat does start after a pause, but still does something strange. I get this `*Warnings*` buffer: ``` Error (use-package): eat/:config:...

I think the workaround is still needed, please reopen if I’m wrong.