Plamen Tanovski <[EMAIL PROTECTED]> writes:

> (defun LaTeX-math-query-replace (from-string to-string)
> "math query replace"
> (interactive "sFrom: \nsTo: ")
> (while
>     (search-forward from-string)
>   (if (texmathp)
>     (query-replace from-string to-string nil 
>  (point) (1+ (match-end 0))))))

After a few first trials it looks fine and seems to work as expected.
Thank you very much. It helps me a lot. Wish I could finally do things
like that on my own. I will remain defiant.

-- 
Uwe


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

Reply via email to