memory-leaks

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

commit 95db633e4998dd5c0ed1530a7d62ad2d8855f8b3
parent 741ebcc2c5c98f304eaf8287cf0b39365d7e2dae
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 28 Sep 2018 16:39:43 +0200

Add more Emacs nits

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

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 5869 words in 11 pages +## still reachable: 5899 words in 11 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches.md b/personal/itches.md @@ -44,10 +44,16 @@ - minor-mode to automatically surround word with delimiter when typed in the middle of a word - customize " Compiling" mode-line indicator -- calendar looks "stretched" when displayed in its own frame +- calendar uses default X resources when run in its own frame; see + `calendar-frame-parameters`, `x-handle-named-frame-geometry`, + `(make-frame '((name . "")))` vs `(make-frame '((title . "")))` - use compilation-mode-line-… faces for compilation-num-… indicators +- "é" is not erased with a single DEL stroke, despite [Unicode + conventions] [bug#30008]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30008 +[Unicode conventions]: https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg00961.html + ## Make " Narrow" lighter customizable