auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Minor change to exam.el


From: Arash Esbati
Subject: Re: Minor change to exam.el
Date: Wed, 22 Jul 2020 21:35:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50

Hi Mandar,

Mandar Mitra <mandar.mitra@gmail.com> writes:

> To me, it makes sense to treat \choice like \item, so I'd like to
> suggest the following change around line 127 of exam.el:
>
> *** 127,132 ****
> --- 127,134 ----
>             (concat
>              LaTeX-item-regexp
>              "\\|"
> +            "choice\\b"
> +            "\\|"
>              "\\(titled\\)?question\\b"
>              "\\|"
>              "\\(sub\\|subsub\\)?part\\b"))
>
> Does this make sense?

Thanks for raising this issue.  It does make sense and I've just added
"choice" to `LaTeX-item-regexp' in exam.el (and make some other small
adjustments).

Best, Arash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]