bug#73386: [PATCH] Fix keybinding support for *-auto-reveal

2024-09-20 Thread Paul Nelson
Hello, I just realized that my earlier patch 8db1e90b6d25beb72b5ebbc706b6def64794dcf8 broke key-binding support for auto-reveal (i.e., using left/right rather than C-f/b to open previews and folds). The attached patch remedies this. Details below. Thanks, best, Paul --- The user option *-aut

bug#73302: TeX-find-closing-brace and verbatim macros

2024-09-20 Thread Ikumi Keita
Hi Paul, > Paul Nelson writes: > I noticed just now that my patch can break the folding of > \end{verbatim} environments when called via TeX-fold-region. Steps to > reproduce: > 1. After loading AUCTeX and tex-fold, evaluate >(add-to-list 'TeX-fold-macro-spec-list '(identity ("end")))