[4321] in testers
mail elisp flakiness
daemon@ATHENA.MIT.EDU (Laura Baldwin)
Wed Jul 21 15:57:32 1999
Date: Wed, 21 Jul 1999 15:57:24 -0400 (EDT)
Message-Id: <199907211957.PAA09763@be-our-guest>
From: Laura Baldwin <boojum@MIT.EDU>
To: testers@MIT.EDU, emacsdev@MIT.EDU
(defun test ()
(interactive)
(mail nil "boojum" "blah" "[001]")
)
Running this under emacs20, either the emacs20 in the emacs locker, or
the native emacs in 8.13, generates an (args-out-of-range 3 5)
error. Running it beyond the first time does the right thing (brings
up a *mail* buffer). This works okay under emacs19.
I reached the limit of my elisp competence getting the bug down to the
minimal code above; the mail function like that is used in various OLC
discuss/qa/accounts elisp, so if it's a problem with new syntax, the
code could probably be fixed, but I don't understand why it's
breaking.
-Laura