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

2024-09-25 Thread Ikumi Keita
> Arash Esbati writes: >> Alternatively, one could view the contents of "|...|" as a "required >> argument" and extend the string display spec folding to work with >> "|...|" in addition to "{...}", but I don't see the immediate payoff >> from doing so. > What do others think? It seems a rea

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

2024-09-25 Thread Arash Esbati
Hi Paul, Paul Nelson writes: > 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. I have

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

2024-09-25 Thread Paul Nelson
Hi Arash, > Thanks. I have one question: Is it possible to set the LEXICAL argument > of `eval' to t? If I understand correctly, your suggestion is to use something like the following? (defcustom preview-auto-reveal '(eval . ((apply #'preview-arrived-via (mapcar (la

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

2024-09-25 Thread Arash Esbati
Paul Nelson writes: >> Thanks. I have one question: Is it possible to set the LEXICAL argument >> of `eval' to t? > > If I understand correctly, your suggestion is to use something like > the following? Yes, plus the one addition below. > (defcustom preview-auto-reveal > '(eval . ((apply