Tristan Miller <[email protected]> writes: > On Sun, 02 Jul 2017 23:03:09 +0200, Arash Esbati <[email protected]> wrote: >> I can add canadian.el to AUCTeX, no problem. > > Great. While you're at it, perhaps you could add "australian" and > "newzealand", which are also recognized by Babel but don't seem to have > corresponding files in AUCTeX.
Done! >> Did you have a chance to try the patch I suggested? I'd like to >> get that issue in english.el resolved as well. > > Yes, I tested it. Your patch corrects the behaviour of the quotation > marks, but not the hyphen. Thanks for the (partial) workaround. :) Thanks for testing. I installed it as well. Reg. the hyphen issue, you can set `LaTeX-babel-hyphen' to an empty string or nil on a per file basis like this: %%% Local Variables: %%% mode: latex %%% TeX-master: t %%% LaTeX-babel-hyphen: "" %%% End: This should serve as a workaround until a real solution is available. Best, Arash _______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
