Bug 181397 - app-crypt/ccrypt - fix emacs password caching
Bug#: 181397 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: crypto@gentoo.org Reported By: andre.kuehne@gmx.net
Component: Applications
URL: 
Summary: app-crypt/ccrypt - fix emacs password caching
Keywords:  
Status Whiteboard: 
Opened: 2007-06-09 10:15 0000
Description:   Opened: 2007-06-09 10:15 0000
Password caching is broken with current emacs versions.
The attached patch to jka-compr-ccrypt.el provides the required fix.

Reproducible: Always

Steps to Reproduce:
1. open an already encrypted file with emacs
2. enter password
3. modify file contents
4. save buffer
Actual Results:  
you will be prompted for the password again

Expected Results:  
password should have been cached

------- Comment #1 From Andre Kuehne 2007-06-09 10:17:33 0000 -------
Created an attachment (id=121559) [details]
permanent-local.patch

Password caching is broken with current emacs versions.
The attached patch to jka-compr-ccrypt.el provides the required fix.

------- Comment #2 From Alon Bar-Lev (RETIRED) 2007-06-09 15:51:43 0000 -------
Thanks!