memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 49539c7d0d625be61541118c14616ddcb0af9bb5
parent 74d228b3970bb2b08c21c6fe9f179e2ec3e5f17f
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 21 Jun 2018 17:10:00 +0200

Add a TRAMP itch

I'd rather not  pull over 200MB's worth of GNOME  dependencies just to
hold my credentials, since ~/.authinfo.gpg does that just fine with 80
bytes.

Diffstat:
MREADME.md | 2+-
Mpersonal/itches.md | 5+++--
2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 3717 words in 6 pages +## still reachable: 3726 words in 6 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md @@ -22,7 +22,7 @@ - cursor stuck on lines with 😛 - scroll when going down newline with forward-… - prevent kills in password prompts from ending up in the clipboard - (auth-info.gpg, sudo…) + (.authinfo.gpg, sudo…) - matching-paren analysis fails: `;; (here is\n;; a comment)` - some modes redefine C-M-h, which makes this binding hard to override; could mark-defun consult functions/values exposed by major @@ -33,7 +33,8 @@ - when opening `.gpg` files in a TTY, some characters (e.g. TAB) are swallowed by Emacs instead of being forwarded to the gpg prompt; these characters are then inserted in the decrypted file's buffer - (see `epa-file-insert-file-contents`). + (see `epa-file-insert-file-contents`) +- let TRAMP fetch Google Drive credentials from .authinfo.gpg [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008