* Ralf Angeli (2006-04-19) writes:

> * David Kastrup (2006-04-19) writes:
>
>> the basic thing is that
>> the tags are not dissected and wrapped around
>
> For starters we could add adequate regexps for the tags to
> `paragraph-start'.  I have to look more deeply into the other
> requirements ...

Behavior after evaluating the following code is not perfect but should
be better than before.

(add-hook 'docTeX-mode-hook
          (lambda ()
            (setq paragraph-start (concat paragraph-start "\\|%<")
                  paragraph-separate (concat paragraph-separate "\\|%<")
                  TeX-comment-start-regexp "%\\(<[^>]+>\\)?")))
-- 
Ralf



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

Reply via email to