[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] \[ \] environment
From: |
Mosè Giordano |
Subject: |
Re: [AUCTeX-devel] \[ \] environment |
Date: |
Mon, 20 Feb 2017 15:12:40 +0100 |
Hi Uwe,
2017-02-19 16:18 GMT+01:00 Uwe Brauer <address@hidden>:
> Hi
>
> Shouldn't \[ \] be considered as an environment? That would simplify the
> input
`LaTeX-electric-left-right-brace' already does a great job in this
regard: you type "\[" and "\]" is automatically inserted.
> and also would allow to use
> LaTeX-close-environment.
"\[...\]" is already treated as a regular environment with regard to
indentation. Doing the same for `LaTeX-close-environment' requires
some work and, honestly, "C-c ]" doesn't look much an improvement over
"\]" ;-)
Bye,
Mosè