memory-leaks

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

commit 4c2e2eb7cb8a3eba961c2d975de17406d1f4a6d0
parent 4262383ef4e4221545cafc81c59c7f71c79c12f1
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 19 Jun 2019 14:46:35 +0200

Expand on itches with tex-mode and electric-pair-mode

Diffstat:
MREADME.md | 2+-
Mpersonal/itches/emacs/bulk.md | 2--
Mpersonal/itches/emacs/language-support.org | 11+++++++++++
Mpersonal/itches/emacs/unfiltered.org | 1-
4 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 8515 words in 20 pages +## still reachable: 8542 words in 20 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches/emacs/bulk.md b/personal/itches/emacs/bulk.md @@ -73,8 +73,6 @@ e.g. `git-commit-setup-hook` recently added `bug-reference-mode`, but I never realized it because I customized the hook to add some personal functions -- e-pair-mode inserts a closing `$` after point in tex-mode, but - inserts a new pair instead of overwriting when pressing `$` again - completions in python.el's comint buffer get confused when readline's completion-prefix-display-length is set: candidates become elided, maybe python-shell-completion-native-get-completions diff --git a/personal/itches/emacs/language-support.org b/personal/itches/emacs/language-support.org @@ -30,3 +30,14 @@ E.g. ='this $(call) should not be highlighted'=. This seems to come from the mode setting =fill-prefix=. The mode also does not adhere to the "~RET~ = smart newline, ~C-j~ = dumb linefeed" convention for no good reason AFAICT. + + +* TeX +** electric-pair-mode and $inline math$ +e-p-m inserts a closing $ after point, but inserts a new pair instead +of overwriting when pressing $ again. +** AUCTeX +*** electric-pair-mode does not work +**** pressing ="= on active region does not surround it with quotes even with electric-pair-mode +TeX-insert-quote erases the region and inserts =``= instead. +**** pressing =$= inserts a single $ diff --git a/personal/itches/emacs/unfiltered.org b/personal/itches/emacs/unfiltered.org @@ -1,4 +1,3 @@ -* auctex " does not surround region with " like epm or tex-mode does * broken indentation in shell-script-mode # cf # - electric-indent-post-self-insert-function