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
citre 0.4,windows10,emacs29.4
when use company to do completion,I always get an error: "error in process sentinel: Selecting deleted buffer";The Message shows:error in process sentinel: citre-get-output-lines: Selecting deleted buffer, error in process sentinel: Selecting deleted buffer. I tried to change company-idle-delay longer,the error occurs less than before. It seems that citre try to get someting from an buffer that company has not generated complete. Maybe an asynchronous operation does not match.
The backtrace in debug-on-error is :
Debugger entered--Lisp error: (error "Selecting deleted buffer")
#f(compiled-function (proc msg) #<bytecode -0x1a620d95643d5ea4>)(# "exited abnormally with code 255\n")
The text was updated successfully, but these errors were encountered:
citre 0.4,windows10,emacs29.4
when use company to do completion,I always get an error: "error in process sentinel: Selecting deleted buffer";The Message shows:error in process sentinel: citre-get-output-lines: Selecting deleted buffer, error in process sentinel: Selecting deleted buffer. I tried to change company-idle-delay longer,the error occurs less than before. It seems that citre try to get someting from an buffer that company has not generated complete. Maybe an asynchronous operation does not match.
The backtrace in debug-on-error is :
Debugger entered--Lisp error: (error "Selecting deleted buffer")
#f(compiled-function (proc msg) #<bytecode -0x1a620d95643d5ea4>)(# "exited abnormally with code 255\n")
The text was updated successfully, but these errors were encountered: