You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gptel-rewrite: Copy post-rewrite-functions to temp buffer
* gptel-rewrite.el (gptel--rewrite-callback): The buffer-local
value of `gptel-post-rewrite-functions' in the rewrite buffer is
not respected when the hook is called, because the hook is called
in the temporary buffer where the response is being collected.
Copy the buffer-local value of `gptel-post-rewrite-functions' to
the temporary buffer before calling the hook in
`gptel--rewrite-callback'.
0 commit comments