memory-leaks

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

commit a85e631841a79e70698e2b76309a95cbdeb0a070
parent 9d003094305b98430589c9d7a0bd3bcb9315c61c
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 18 May 2023 16:23:09 +0200

Gush about new Emacs features

Diffstat:
Mreviews/emacs/hype.org | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/reviews/emacs/hype.org b/reviews/emacs/hype.org @@ -68,6 +68,19 @@ to more sober SVG images. ** Programming features *** ~imenu~ now bound to =M-g i= Turns out that lots of modes define an imenu. +*** Eglot better composes doc & lint messages +Eglot now sets ~eldoc-documentation-strategy~ to +~eldoc-documentation-compose~, so linter warnings are no longer hidden +by symbol documentation. + +It used to be that a flymake warning would flash briefly in the echo +area before e.g. a function signature would clobber it and I would +have to resort to ~M-x flymake-show-buffer-diagnostics~, but no +longer: Eglot now sets things up so that both are visible in the echo +area. +*** ~python-indent-def-block-scale~ +Bumping that new option down to =1= ensures =python.el= and I remain +on good terms whenever I open lines inside parentheses. ** File management *** ~rename-visited-file~ Instead of =C-x C-w NEWNAME RET M-! rm OLDNAME RET=.