Tassilo Horn <[email protected]> writes: > Arash Esbati <[email protected]> writes: > >> I think there is an issue with the code since I'm getting the >> following in *Message* buffer: >> >> Error during redisplay: (jit-lock-function 1) signaled (void-function >> copy-list) > > Ah, copy-list is a cl function which might not be available. I replaced > it with the builtin `copy-sequence' which seems to be available in all > supported Emacs and XEmacs versions.
Thanks! Confirmed, it is fixed now. Best, Arash _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
