Reiner Steib wrote:
As Elias Oltmanns already has pointed out, the problem is that nnfolder often does re-searches for "X-Gnus-Article-Number: " (`nnfolder-article-marker'). Wrapping these calls inside ...(with-case-table some-case-table-without-dotless-i/dotted-I (re-search-forward nnfolder-article-marker ...)) ... might be a possibility. But there's no `with-case-table' and I don't know enough about case table to develop a fix that doesn't break anything else.
Just copy-and-paste the definition of with-syntax-table from subr.el, replace `(syntax-table)' with `(current-case-table)', then replace any remaining occurrences of "syntax" with "case". -- Kevin _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
