Eglot not works correctly on macOS #1282
Replies: 1 comment 6 replies
-
So you want a I would say that use of
I can't say for sure, but it would seem that a previous version of Have you tried other Python language servers (i.e. "pyright") Can you say if a slightly more complicated example like: def bar():
pass
def foo()
bar()will allow a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone
I have used Eglot for about six mouths. It works well, and I enjoyed it. At that time I have run Emacs 28. After switching to Emacs 29, Eglot does work fine for several days. But recently, it cannot work. I'm sorry for no clues why things go wrong. Maybe some system or package updating?
Here is my environment:
emacs-mac-app): GNU Emacs 29.1 (build 1, aarch64-apple-darwin22.5.0, Carbon Version 169 AppKit 2299.6) of 2023-08-30And I have no any configuration on Emacs.
Here is a simple python example which would reproduce the issue:
I start Eglot by
M-x eglotin the file buffer, and enterpylspas the server program. The echo area promptsI open the
eglot-events-buffer. Then I navigate to the second occurence ofmsgin the source file,M-.to find declaration. The echo area saysThe Eglot event buffer shows (the source file location is
/private/tmp/test.py):Thanks for your helps!
Beta Was this translation helpful? Give feedback.
All reactions