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

2024-09-26 Thread Arash Esbati
Paul Nelson writes: > Seems fine on my end, so I've attached the updated patch. Thanks, I installed your patch. Closing. Best, Arash ___ bug-auctex mailing list bug-auctex@gnu.org https://lists.gnu.org/mailman/listinfo/bug-auctex

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

2024-09-26 Thread Paul Nelson
Seems fine on my end, so I've attached the updated patch. Thanks, best, Paul On Wed, Sep 25, 2024 at 10:05 AM Arash Esbati wrote: > > 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

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

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
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-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