On 17/02/2026, Paul D. Nelson wrote: > This regression seems to have been introduced in > 1925629dbe811452deeab45b98e290936bec9555 in > preview-dvi*-process-setup-1, where the PS-FILE slot is hardcoded to t. > That seems correct for dvi*, but not for dvips+gs, where this slot > previously held preview-ps-file (after running preview-start-dvips). > The attached patch restores that behavior while keeping the dvi* path > unchanged. Any thoughts?
I agree this is a regression of said commit. Apologies. A couple of points: - Why do you pass the symbol rather than its value of the value as a simple parameter? - The value is being used in `preview-gs-place`, any idea why preview-ps-file is not simply used there similarly to how it's used everywhere else? My guess is that it's because the variable is local, but surely one can use (buffer-local-value 'preview-ps-file (overlay-buffer ov)) to get the correct value. Best regards, -- Al _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
