Augusto Stoffel

Results 133 comments of Augusto Stoffel

Ah, now I see this won't solve the Eglot problem, since it copies the `gfm-view-mode` buffer contents to another buffer. It might still make sense to fix this in `markdown-mode`,...

If I call `code-cells-forward-cell` at the beginning of a cell, the point jumps to the beginning of the next cell. And so I can repeat it. Maybe you have some...

> I'm using latest Emacs from git but it `page.el` with defines > `forward-page` wasn't modified in a while. Turns out the comment you quote above and the code around...

Yeah, I guess your patch introduces a minor glitch in Emacs < 29, namely if point is at the last char of a cell. Then `code-cells-forward-cell` will jump to the...

What is the value of the `file` variable in both cases? (You can try e.g. adding `(message "=> %s" file)` to line 101.)

Thanks for the info! Can you check that the version in the [fix-windows-uri](https://github.com/astoff/comint-mime/tree/fix-windows-uri) branch works? You can just dump the new version of comint-mime.py into wherever Emacs originally installed this...

Thanks. The change you mentioned of course only works on Windows, so let me see how to do this in a way that works on any OS.

Okay, this should be fixed in the main branch (but not yet in the released ELPA version). It would be great if you could do a quick test, since I...

Yes, this happens intermittently for me as well. It's because of this call: https://github.com/astoff/comint-mime/blob/1431605940724318c403a6048049c6a32cc16b0e/comint-mime.el#L225-L229 I'm not quite sure what to do about this, since `comint-redirect-send-command` is not supposed to print...

It would be nice to know why and exactly when this happens, but since it doesn't seems to cause any actual problems, I'll close the issue.