* Alexander Borovsky (2007-03-25) writes:

> When I format verbatim enviroment, witch starts with square brackets,
> it's moves text for previous line. Simple example of problematic file:
>
> \documentclass[12pt,a4paper]{book}
>
> \begin{document}
>
> \begin{verbatim}
> [EMAIL PROTECTED] ~]$ cd ~/projects/
> [EMAIL PROTECTED] projects]$ ls
> \end{verbatim}
>
> \end{document}

`LaTeX-backward-paragraph' fails to stop before the line with \begin
because the function `TeX-find-macro-end' assumes that the brackets
are an optional argument of the `begin' macro.  We could abort the
search for further arguments in `TeX-find-macro-end' as soon as a
verbatim construct is entered (to be checked by `LaTeX-verbatim-p'),
but this would add some overhead to macro boundary discovery.  Also,
this would just be a refinement of a heuristic.

-- 
Ralf


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

Reply via email to