memory-leaks

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

commit e42e270b4412c9cad0b6e9a6dfcbf31e3928d92e
parent 7d1f93d1f301b4b19016a44368714b55edc5245a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 15 May 2018 18:16:24 +0200

Turn "technical" into a first-level folder; add a nit

Diffstat:
MREADME.md | 7++++---
Mpersonal/itches.md | 4++++
Rreviews/technical/linux.conf.au-2017.md -> technical/reviews/linux.conf.au-2017.md | 0
3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -33,9 +33,10 @@ that makes them… gestating? [a bunch of things]: personal/interests.md -[blogging bandwagon]: reviews/blog-roll.md +[blogging bandwagon]: technical/blog-roll.md [list of itches]: personal/itches.md -[trying to keep up with my industry]: reviews/technical/ +[trying to keep up with my industry]: technical/reviews/ [screwing around with my computers]: personal/setups.md -[lots of silly things]: reviews/entertainment.md +[lots of silly things]: personal/entertainment.md + [fuckload]: http://www.imdb.com/title/tt1131729/quotes/qt0536137 diff --git a/personal/itches.md b/personal/itches.md @@ -31,6 +31,10 @@ - make ellipses for "invisible" text easily customizable (src/xdisp.c) - Man-mode: make isearch skip end-of-line hyphens - whitespace-mode: skip line/wrap-prefix variables and properties +- 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`). [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 diff --git a/reviews/technical/linux.conf.au-2017.md b/technical/reviews/linux.conf.au-2017.md