Hi Arash, 2015-09-13 21:01 GMT+02:00 Arash Esbati <[email protected]>: > Hi Mosč, > > Mosč Giordano <[email protected]> writes: > >> 2015-09-12 20:27 GMT+02:00 Arash Esbati <[email protected]>: > >>> All always, any comments welcome. >> >> Indeed I have a comment: avoid using the name >> "LaTeX-*-package-options" for both a variable and a function, there >> have been problems in the past > [...] > > Thanks for your comment. I had the impression it is common practice in > AUCTeX to give the variable and the function the same name.
Where for example? Anyway, it depends on the specific case: in this one, `LaTeX-arg-usepackage-read-packages-with-options' expects a variable or a function by that name, so you may want to be sure only the function is picked up to avoid any possible problem. In other cases only the function or the variable may be expected, so having them with the same name does no harm. To tell the truth, `LaTeX-arg-usepackage-read-packages-with-options' tries the function first, and this is what you want, I can't remember now what particular problem I had with biblatex options. >> Use "LaTeX-*-package-options-list" for the variable instead. > > Done. I've also updated `eso-pic.el'. Please find attached the new > change sets. Thanks, installed! Bye, Mosè _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
