-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I use "emacsclient -t" as EDITOR for xplr? #672
Comments
If I open xplr shell (:!) and then try to execute
The same error occurs if I am in Wayland or X11. I tried in different terminals: wezterm, kitty, alacritty. Same error. |
Hi, sorry, I don't have much experience with emacs. So I couldn't find much help. Maybe someone from the emacs community can suggest something. |
@sayanarijit The above was tried in Arch Linux variant CachyOS. However, I confirm this also happens in Mac OS (Sonoma 14.1). |
@sayanarijit Is there a way to execute xplr with a "debug" flag? Are there any logs saved somewhere while executing xplr? |
Not in the binary version. You may need to build from source. The process is documented. |
I can use nvim as EDITOR, as well as "emacsclient -c" (it opens a GUI window). But I'd like to use the emacsclient in a terminal (-t option). However, if I execute something like (using fish shell):
then I get the following error in xplr:
It is possible if I use
emacs -nw
as EDITOR, but it has the disadvantage of starting up another instance of emacs with the complete configuration (it takes time).My last resort would be to fall back to nvim, but I prefer emacs.
The text was updated successfully, but these errors were encountered: