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
I was just wondering if it is possible to get the beets edit plugin to work with daemonized Emacs (i.e., emacsclient), which is my preferred editor.
I have a new daemonized Emacs window set as my $EDITOR environment variable in bash (emacsclient -nc), and when I invoke the standard beet edit QUERY, the temporary YAML file correctly opens in a new daemonized Emacs window. However, the bash prompt immediately exits out with No changes; aborting. before any changes are made (saved changes after this point are not applied, either).
If I set $EDITOR to a non-daemonized version of Emacs (i.e., emacs), then the YAML file is opened and the edits are applied correctly (this is what I'm working with now).
Does anyone have any insight on how to get this working? Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I was just wondering if it is possible to get the beets edit plugin to work with daemonized Emacs (i.e.,
emacsclient
), which is my preferred editor.I have a new daemonized Emacs window set as my
$EDITOR
environment variable in bash (emacsclient -nc
), and when I invoke the standardbeet edit QUERY
, the temporary YAML file correctly opens in a new daemonized Emacs window. However, the bash prompt immediately exits out withNo changes; aborting.
before any changes are made (saved changes after this point are not applied, either).If I set
$EDITOR
to a non-daemonized version of Emacs (i.e.,emacs
), then the YAML file is opened and the edits are applied correctly (this is what I'm working with now).Does anyone have any insight on how to get this working? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions