>>>> "NK" == Norbert Koch <nk(a)LF.net>
writes:
NK> Hi!
NK> After an update I encounter the following dump when trying to open
NK> certain mails in gnus (it doesn't happen in .36):
NK> ------------------------------------------------
NK>
re-search-forward("\\(\\s-\\|^\\|[-\"]\\|\\s(\\)\\(/\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)/\\)\\(\\s-\\|[-,;:\"]\\s-\\|[?!.]+\\s-\\|\\s)\\)"
nil t)
Can you have a reproducible case without gnus involved?
E.g.
xemacs -batch -eval '(progn (insert "some text with Latin-1")
(re-search-forward
"\\(\\s-\\|^\\|[-\"]\\|\\s(\\)\\(/\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)/\\)\\(\\s-\\|[-,;:\"]\\s-\\|[?!.]+\\s-\\|\\s)\\)"
nil t))'
Sounds like this might be Yoshiki's bug.
Martin