memory-leaks

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

commit 6ca413ec065b1e1cb1ce5cc85a6356b73ae61403
parent 17cd3df9dc068daf896896311ba60526f6087fbb
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 23 Nov 2018 10:07:03 +0100

Update itches

- C-M-SPC M-B <delimiter> works, so meh
- " Compiling" customized

Diffstat:
Mpersonal/itches.md | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/personal/itches.md b/personal/itches.md @@ -41,9 +41,6 @@ minibuffer-force-complete-and-exit - likewise, if a folder contains foo.c and foo.o, "C-x C-f foo" hides foo.o, yet C-j completes to foo.o -- minor-mode to automatically surround word with delimiter when typed - in the middle of a word -- customize " Compiling" mode-line indicator - 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 . "")))` @@ -54,7 +51,6 @@ [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 The " Narrow" string comes from `src/xdisp.c:decode_mode_spec`: @@ -312,6 +308,11 @@ Full disclosure - move timestamp to a better position (see `stamp` module) - play well with whitespace-mode +## Org + +- dissociate sub- and super-script fontification from everything else + in org-toggle-pretty-entities + ## Language support - fix builtin/keyword distinction for Bash & Python3