Hello

Sometimes I find the following behavior useful when adding comments to
text or formulas


Some text which needs a comment         % here comes the comment
in order to clarify 



now the function 
indent-new-comment-line 

Results in 


Some text which needs a comment         % here comes the comment
%
in order to clarify 

But I would prefer 


Some text which needs a comment         % here comes the comment
                                        %
in order to clarify 


Alternatively the filling function would do that automatically.

Some text which needs a comment         % here comes the comment which
in order to clarify 

Auto-filling gives 

Some text which needs a comment         % here comes the comment
                                        % which
in order to clarify 

Could such a functionality be added?



Uwe Brauer 



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

Reply via email to