Pablo Stafforini

Results 84 comments of Pablo Stafforini

Mmh, I'm not sure what’s going on. The errors disappeared after what I believe was this change, but I also made other changes. Another candidate is ```diff - (with-current-buffer source-buffer...

Thanks. I have disabled `pdf-cache-prefetch-minor-mode` and will report back if I notice any change. I don't have any customizations for `after-focus-change-function` or `focus-in-hook`.

@goofansu, `pkill -SIGUSR2 Emacs` should both kill the process and create an associated backtrace. Did you look for it in the list of buffers (`C-x b *Backtrace*`)?

@goofansu, what appears to be going on is that `pkill -SIGUSR2 Emacs` didn’t succeed in killing the relevant process, so Emacs continues to be unresponsive. You can try the "nuclear...

(Also, before you do any of the above, you may want to run `pkill -SIGUSR2 Emacs` when Emacs is working normally, just to test if this command has its intended...

Mmh, weird: I don’t quite understand what’s going on. In any case, thank you for your efforts in helping us debug this issue.

In my rough [implementation](https://github.com/benthamite/dotfiles/blob/master/emacs/extras/gptel-extras.el#L74), 1. it happens in any buffer in which `gptel-mode` is enabled 2. it is displayed as an extra headerline element. As I explain in the `gptel-extras-get-cost`...

(I just noticed that I forgot to set the default value of `gptel-context-exclude-gitignored` to `nil`, but now I wonder if we should leave it as `t`. I don’t have a...

@karthink, I believe I have now addressed all your requested changes. Let me know if you have further comments.

Hi @vermiculus. I didn’t consider using `project.el` because I am not familiar with that package. Let me take a look and I’ll see if I can adapt it.