Replies: 1 comment 2 replies
-
|
Like the maintainer of I've had a look at the code and I haven't spotted anything that would explain the behavior you observe. I recommend you use debug statements to check whether we are in the expected buffer (i.e., not the menu buffer but the buffer whose text is expected to be used). Note how Transient uses |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Related: karthink/gptel#909
Description of the bug
While using
evil-mode, the region shown in the footer of thegptel-menutransient changes as soon as you press the first key inside the transient. My question is: could this be a bug from transient in any way?Steps to reproduce
evil-modeenabled.M-x evil-visual-lineM-x gptel-menun,p,<tab>, arrow keys, etc.) within the transient.Expected behavior
The region shown should remain exactly as it was when the menu opened.
Actual behavior
On the first keypress within the transient, the footer’s region info changes.
Environment
masterbranch at time of testingBeta Was this translation helpful? Give feedback.
All reactions