Control: tags -1 + confirmed
On 2025-03-13 12:58:50, Michael Becker wrote:
trying to decrypt a ccrypt encoded file in emacs results in the error:
Wrong type argument: obarrayp, [nil nil nil nil nil nil nil nil nil
nil ...]
The same happens if one tries to write an encrypted file.
Steps to reproduce:
1. Add the following lines to ~/.emacs (cf. [0])
------------------------------------------------------------------------
(setq load-path (cons
"/usr/share/emacs/site-lisp/elpa-src/ps-ccrypt-1.11/" load-path))
(require 'ps-ccrypt "ps-ccrypt.el")
------------------------------------------------------------------------
2. Run
------------------------------------------------------------------------
emacs testfile.cpt
------------------------------------------------------------------------
Best regards
Peter
[0] https://ccrypt.sourceforge.net/