Re: tramp (2.6.2.29.2 nil/nil); wrong-type-argument "stringp #[0 \\300\\207 [my actual password.."
Michael Albinus <[email protected]> Fri, 21 Jun 2024 18:12:35 +0200
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
Ethan Glasser-Camp <[email protected]> writes: Hi Ethan, > OK, I think I figured out what's going on. The closure used in > `auth-source-secrets-create` relies on lexical binding, which is > present in `auth-source.el` because of the `lexical-binding: t` at the > top of the file. It isn't present in my init file, which is where I > had copied the new version of `auth-source-secrets-create`. So, yes, > it was user error and had to do with how I patched things. I think > everything works now, thanks again for humoring me! Good too know it is fixed for you as well. Surprisingly, I've got the information there will be an Emacs 29.4, soon. I didn't expect it. All changes we've discussed are contained there. Once you get a chance to install Emacs 29.4, install it. No further private patches needed. > Ethan Best regards, Michael.