Arash Esbati <[email protected]> writes:

> What do you think if we change this to:
>
> (defcustom TeX-error-overview-open-after-TeX-run nil
>   "Whether to open automatically the error overview after running TeX.
> If it has the value \\='errors, then only open the overview if
> there are errors (rather than warnings)."
>   :group 'TeX-output
>   :type '(choice (const :tag "Don't open error/warning overview" nil)
>                  (const :tag "Open error/warning overview" nil)
>                  (const :tag "Open overview only with errors" errors)))
>
> I think it is easier for the users to deal with.

Or maybe even easier:

(defcustom TeX-error-overview-open-after-TeX-run nil
  "Whether to open automatically the error overview after running TeX.
If it has the value \\='errors, then only open the overview if
there are errors (rather than warnings)."
  :group 'TeX-output
  :type '(radio (const :tag "Don't open error/warning overview" nil)
                (const :tag "Open error/warning overview" nil)
                (const :tag "Open overview only with errors" errors)))

Best, Arash



_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to