Hello Ikumi, On 24/09/2025, Ikumi Keita wrote: > I'm reluctant to the idea to change the structure (order) of the > format-cons. If some third party package assumes the current structure, > it would break with this change. > On the other hand, I don't mind adding a new element to the tail of the > list. So I'd like to ask Al to have output master file as the last > element of the list.
I am happy to do this. Just wanted to mention that the previous documentation of `preview-dumped-alist` was explicit in stating which elements meant what. --8<---------------cut here---------------start------------->8--- The elements are (NAME . ASSOC). NAME is the master file name \(without extension), ASSOC is what to do with regard to this format. Possible values: nil means no format is available and none should be generated. t means no format is available, it should be generated on demand. If the value is a cons cell, the CAR of the cons cell is the name of output master file, the CADR of the cons cell is the command with which the format has been generated, and the CDDR is some Emacs-flavor specific value used for maintaining a watch on possible changes of the preamble. --8<---------------cut here---------------end--------------->8--- so even adding a new element to the tail would mean that CDDDR is no longer the Emacs-flavor specific value mentioned above (it would be a cons of such a value with the output file). -- Al _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
