From 95db633e4998dd5c0ed1530a7d62ad2d8855f8b3 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 28 Sep 2018 16:39:43 +0200 Subject: Add more Emacs nits --- README.md | 2 +- personal/itches.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c50bdb1..3641db5 100644 --- 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 index 41fdd6e..66cec7a 100644 --- 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 -- cgit v1.2.3