Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Mosè Giordano
2016-06-04 14:59 GMT+02:00 Uwe Brauer : "Mosè" == Mosè Giordano writes: > >> 2016-06-04 14:56 GMT+02:00 Uwe Brauer : >>> Wait, does auctex follow the GNU Emacs rules for sending patches? If so, >>> I am not sure whether using HG is such a good idea. > >> What kind of rules? >

Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Uwe Brauer
>>> "Mosè" == Mosè Giordano writes: > 2016-06-04 14:56 GMT+02:00 Uwe Brauer : >> Wait, does auctex follow the GNU Emacs rules for sending patches? If so, >> I am not sure whether using HG is such a good idea. > What kind of rules? , | How to commit in emacs master; | | After vc-

Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Mosè Giordano
2016-06-04 14:56 GMT+02:00 Uwe Brauer : > Wait, does auctex follow the GNU Emacs rules for sending patches? If so, > I am not sure whether using HG is such a good idea. What kind of rules? ___ auctex-devel mailing list auctex-devel@gnu.org https://lists

Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Uwe Brauer
>>> "Mosè" == Mosè Giordano writes: > 2016-06-04 14:36 GMT+02:00 Uwe Brauer : >> - the documentation say of LaTeX-fill-environment should say >> something about that possibility. I could provide a trivial >> patch. > Good idea, but do you mean the docstring or the manual? This i

Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Uwe Brauer
>>> "Mosè" == Mosè Giordano writes: > 2016-06-04 14:36 GMT+02:00 Uwe Brauer : >> - the documentation say of LaTeX-fill-environment should say >> something about that possibility. I could provide a trivial >> patch. > Good idea, but do you mean the docstring or the manual? D

Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Mosè Giordano
2016-06-04 14:36 GMT+02:00 Uwe Brauer : > - the documentation say of LaTeX-fill-environment should say >something about that possibility. I could provide a trivial >patch. Good idea, but do you mean the docstring or the manual? This is a feature of `LaTeX-fill-region-as-parag

Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Uwe Brauer
Hi Mosè, > Hi Uwe, > 2016-06-04 10:40 GMT+02:00 Uwe Brauer : > Yes, if you're fine with treating it like a verbatim environment: add > `comment' environment to `LaTeX-indent-environment-list' with > `current-indentation' as indentation rule: > (add-to-list 'LaTeX-indent-enviro

Re: [AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Mosè Giordano
Hi Uwe, 2016-06-04 10:40 GMT+02:00 Uwe Brauer : > > Hi > > Since some time I am using orgtbl-mode, a minor mode from the org package, > which greatly simplifies the constructions of latex tables, even in a > latex buffer. > > The idea is that the org table construct is wrapped into a > comment env

[AUCTeX-devel] exclude begin{comment} (optionally) from LaTeX-fill-region and friends

2016-06-04 Thread Uwe Brauer
Hi Since some time I am using orgtbl-mode, a minor mode from the org package, which greatly simplifies the constructions of latex tables, even in a latex buffer. The idea is that the org table construct is wrapped into a comment environment, like this. \begin{comment} #+ORGTBL: SEND data2 orgtb