Path: utzoo!utgpu!watmath!uunet!bu-cs!bloom-beacon!apple!rutgers!mit-eddie!killer!texbell!bigtex!james From: james@bigtex.cactus.org (James Van Artsdalen) Newsgroups: gnu.emacs.bug Subject: 18.52 rmail bug (rmail-convert-to-babyl-format) Message-ID: <10994@bigtex.cactus.org> Date: 25 Nov 88 16:03:29 GMT Organization: Institute of Applied Cosmology, Austin TX Lines: 26 rmail loops infinitely when mail in /usr/mail/user contains "^from ". Presumably a search in rmail-convert-to-babyl-format is case insensitive when it should be case sensitive. I "fixed" the problem with the patch below, but would invite any emacs wizard to point out the correct way of handling this, as I imagine I broke something else in the process... :-( *** /tmp/,RCSt1a12879 Fri Nov 25 10:02:13 1988 --- /usr/local/lib/emacs/lisp/rmail.el Fri Nov 25 09:42:53 1988 *************** *** 510,514 **** (defun rmail-convert-to-babyl-format () (let ((count 0) start ! (case-fold-search t)) (goto-char (point-min)) (save-restriction --- 510,514 ---- (defun rmail-convert-to-babyl-format () (let ((count 0) start ! (case-fold-search nil)) (goto-char (point-min)) (save-restriction -- James R. Van Artsdalen james@bigtex.cactus.org "Live Free or Die" Home: 512-346-2444 Work: 338-8789 9505 Arboretum Blvd Austin TX 78759