Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181397 - app-crypt/ccrypt - fix emacs password caching
Summary: app-crypt/ccrypt - fix emacs password caching
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-09 10:15 UTC by Andre Kuehne
Modified: 2007-06-09 15:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
permanent-local.patch (permanent-local.patch,520 bytes, patch)
2007-06-09 10:17 UTC, Andre Kuehne
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Kuehne 2007-06-09 10:15:27 UTC
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 Andre Kuehne 2007-06-09 10:17:33 UTC
Created attachment 121559 [details, diff]
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 Alon Bar-Lev (RETIRED) gentoo-dev 2007-06-09 15:51:43 UTC
Thanks!