I wasn't going to mess with it. It's just since AUCTEX is usually the
one that causes "Compilation" to hang in my mode-line indefinitely, I
thought AUCTEX could move to its own `tex-compilation-minor-mode'
instead of pushing to `compilation-in-progress'.

Oleh

On Thu, Oct 24, 2013 at 10:49 AM, David Kastrup <d...@gnu.org> wrote:
> Oleh <ohwoeo...@gmail.com> writes:
>
>> Hi all,
>>
>> Current behavior is out of date:
>>
>> (length minor-mode-alist)
>> => 68
>> (count-if-not (lambda (x) (functionp (car x)))
>>               minor-mode-alist)
>> => 7
>>
>> And compilation-in-progress is one of them.  The point is that if it's
>> not a function, it's impossible to turn it off with M-x or with mouse
>> from the modeline.  Only with (setq compilation-in-progress).
>>
>> I could write up a patch to make the change.  I just wanted to ask if
>> there's a reason that things are this way and the change can't be
>> made.
>
> compilation-in-progress is defined in Emacs (in
> lisp/progmodes/compile.el), so AUCTeX has no business messing with its
> definition.  Any changes need to be contributed to Emacs upstream.
>
> --
> David Kastrup

_______________________________________________
auctex mailing list
auctex@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to