1 Jul 2011 01:10
Re: secure plist store
Daiki Ueno <ueno <at> unixuser.org>
2011-06-30 23:10:21 GMT
2011-06-30 23:10:21 GMT
Ted Zlatanov <tzz <at> lifelogs.com> writes: > DU> Also, if you use only symmetric encryption, you can remove the > DU> condition Y: (if (eq key-id 'SYM) X Y) > > Thanks, I'll do that. You could simplify more; patch attached: $ bzr diff --diff-options=-w | diffstat auth-source.el | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) BTW, I think you should adjust indentation of the whole file.
Regards, -- -- Daiki Ueno

I usually do rather small things on the
Emacs code, so the main annoyance is that it takes so long to check
stuff in.
But I think it's perhaps easier to solve that by having a separate Emacs
that I only use for vc mode.
Currently my work flow is
* change some stuff in some functions
* test it
* "bzr update"
* write the changelog really really fast so that there's no other
commits getting in my way
* commit from vc-mode
The "write the ChangeLogs reall really fast" is, perhaps, the most
annoying bit. Because if I get a ChangeLog conflict, that's five
minutes out the window while conflict-resoluting, bzr updating again,
checking in again...

RSS Feed