Skip to content

How can I use "emacsclient -t" as EDITOR for xplr? #672

@oscarvarto

Description

@oscarvarto

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):

EDITOR="emacsclient -t" xplr

then I get the following error in xplr:

01:56:02|ERROR) process exited with code exit status: 1 

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions