Hi Mosè,

   > Hi Uwe,
   > 2016-06-04 10:40 GMT+02:00 Uwe Brauer <[email protected]>:

   > 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-environment-list
   >              '("comment" current-indentation))

Thanks very much, 2 comments:

    -  I prefer to have that buffer local so

eval: (add-to-list  (make-local-variable 'LaTeX-indent-environment-list) 
'("comment" current-indentation))

    -  the documentation say of LaTeX-fill-environment should say
       something about that possibility. I could provide a trivial
       patch.

Uwe 

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

Reply via email to