Am 05.05.20 um 21:53 schrieb Csanyi Pal: > Hi, > > I am using PasswordStore v1.7.1 on Xubuntu system. I am using > emacsclient as the default editor but pass want not to use that: > > $ pass edit Some/Password > > gives this message: > > Waiting for Emacs... > *ERROR*: End of file during parsing > Password unchanged.
For what it's worth I can use emacsclient with pass: $ alias em alias em='emacsclient -t' You can try debugging by adding "set -x" at the beginning of pass and see if you spot anything weird. hth
