bug#70378: [PATCH] Make "locating previews..." message configurable

2024-04-14 Thread Paul Nelson
Hello, This patch makes the "locating previews..." message displayed by preview-parse-messages configurable via a variable. The motivation is that the package https://github.com/ultronozm/czm-preview.el has a minor mode that calls preview-region on a timer. That package advises preview-parse-mes

bug#70379: [PATCH] Make preview section commands preserve mark

2024-04-14 Thread Paul Nelson
Hello, preview-section and preview-clearout-section activate the region, but I don't think they should, hence this patch. Thanks, best, Paul 0001-Make-preview-section-commands-preserve-mark.patch Description: Binary data ___ bug-auctex mailing list b

bug#70331: [PATCH] Call custom folding functions with consistent point

2024-04-14 Thread Arash Esbati
Hi Paul, Paul Nelson writes: > I've generally been trying to remember to set fill-column to 63 > (following my interpretation of > https://git.savannah.gnu.org/cgit/emacs.git/tree/CONTRIBUTE#n243), but > guess I forgot here -- I suspect I used 70, which seems to be the > default for me via magit

bug#70331: [PATCH] Call custom folding functions with consistent point

2024-04-14 Thread Paul Nelson
Hi Arash, OK, I think I understand. Just to be sure: your workflow is to edit a "dummy" ChangeLog file while preparing a commit (in the auctex folder, so that the .dir-locals.el are in effect), then copy this into the actual commit message (in vc.el or magit) and delete the leading tabs? Thanks,

bug#70331: [PATCH] Call custom folding functions with consistent point

2024-04-14 Thread Arash Esbati
Paul Nelson writes: > OK, I think I understand. Just to be sure: your workflow is to edit a > "dummy" ChangeLog file while preparing a commit (in the auctex folder, > so that the .dir-locals.el are in effect), then copy this into the > actual commit message (in vc.el or magit) and delete the lea

bug#58005: 13.1.4; Can't work with indirect buffers

2024-04-14 Thread Ikumi Keita
Hi Vangelis, > Vangelis Evangelou writes: > I am using indirect buffers with auctex and I am affected by this. My use > is to have an indirect buffer narrowed to the preamble of my file. > Typically, if I want to define a new command, I switch to the narrowed > buffer instead of jumping at th

bug#58005: 13.1.4; Can't work with indirect buffers

2024-04-14 Thread Ikumi Keita
> Ikumi Keita writes: > . Why is the first argument always nil? The original function receives > the second argument as `extension'. Aren't there cases that we should ^^ > provide the same argument `extension' here? Sorry, I meant "first" here actually, rather than "second". Regard

bug#70331: [PATCH] Call custom folding functions with consistent point

2024-04-14 Thread Paul Nelson
Hi Arash, OK, I see. The commit that you shared improves the situation for vc.el, except that I think 64 should be 66 (= 74 - 8). I attach what I'm using, which also tells magit how long the summary should be. Unfortunately, I don't see a way to set the fill-column in magit via directory local v

bug#70331: [PATCH] Call custom folding functions with consistent point

2024-04-14 Thread Arash Esbati
Paul Nelson writes: > OK, I see. The commit that you shared improves the situation for > vc.el, except that I think 64 should be 66 (= 74 - 8). I attach what > I'm using, which also tells magit how long the summary should be. Hi Paul, I can't tell why Emacs sets `fill-column' to 64 in `log-ed