karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.03k stars 111 forks source link

GPTel-menu on hitting enter makes a gptel-request but doesn't notify the user. #293

Closed tusharhero closed 2 months ago

tusharhero commented 2 months ago

Steps to reproduce

  1. M-x gptel RET
  2. M-x gptel-menu RET
  3. RET

Observation

A gptel-request is made but is not reflected on top bar (topleft).

Expected result

A gptel-request is made and is reflected on top bar (topleft).

gregoryg commented 2 months ago

I can confirm - the "Ready" status is not changed when the request is sent from the transient menu. When sending from the gptel-mode buffer using just C-c RET, the status is changed to 'Waiting' as expected.

karthink commented 2 months ago

Should be fixed, please test.

gregoryg commented 2 months ago

It works! thank you!

karthink commented 2 months ago

@gregoryg Thank you for confirming.