NicolasPetton / pass

A major mode for password-store
GNU General Public License v3.0
174 stars 22 forks source link

Can't reach "Enter contents of test and press Ctrl+D when finished:" buffer #27

Closed dingesista closed 5 years ago

dingesista commented 5 years ago

Hi

Using Debian pass 1.7.3.1 (unstable) and Debian emacs-snapshot (or Debian Emacs25.2.2) when entering a password, I see this in the minibuffer:

"Enter contents of test and press Ctrl+D when finished:"

However, I am not able to enter any content in the minibuffer, or another. Any key (including Ctrl+D) will create the password. I can edit it after.

NicolasPetton commented 5 years ago

It looks like a message from calling pass, I'll investigate.

calancha commented 5 years ago

That was a residual message coming from password-store-insert' (called bypass-insert'). It has been fixed in password-store.el v2.0.5. Now you must see the following message instead: "Successfully inserted entry for test"

NicolasPetton commented 5 years ago

Thanks, closing.