emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gptel 44feb1637f 267/273: gptel-transient: Update header-l


From: ELPA Syncer
Subject: [nongnu] elpa/gptel 44feb1637f 267/273: gptel-transient: Update header-line in gptel--suffix-send
Date: Wed, 1 May 2024 10:02:55 -0400 (EDT)

branch: elpa/gptel
commit 44feb1637fa57868382c3acf1c648e24e984e704
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>

    gptel-transient: Update header-line in gptel--suffix-send
    
    * gptel-transient.el (gptel--suffix-send): Update the header line
    when using starting a request in `gptel--suffix-send`.  Fix #293.
---
 gptel-transient.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gptel-transient.el b/gptel-transient.el
index 08d1cc3e6a..451fcab0a4 100644
--- a/gptel-transient.el
+++ b/gptel-transient.el
@@ -694,6 +694,8 @@ Or in an extended conversation:
              :callback callback
              :dry-run dry-run)
 
+      (gptel--update-status " Waiting..." 'warning)
+
       ;; NOTE: Possible future race condition here if Emacs ever drops the GIL.
       ;; The HTTP request callback might modify the buffer before the in-place
       ;; text is killed below.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]