|--==> "MT" == Michael Toomim <toomim(a)cory.eecs.berkeley.edu> writes:
MT> Dear Bug Team!
MT> Lisp-mode has indenting problems.
MT> Try putting this lisp code into *scratch* and indenting it:
MT> (flet ((some-func (args) body))
MT> (setq a
MT> (cond (pred result)
MT> (pred result)
MT> (pred result))))
MT> It gets indented like this:
MT> (flet ((some-func (args) body))
MT> (setq a
MT> (cond (pred result)
MT> (pred result)
MT> (pred result))))
MT> ...where all the branches in the cond are too far left.
MT> It will work correctly if you remove the flet or the setq. Also, GNU Emacs
MT> 21.2.2 doesn't have this problem.
XEmacs 21.5 (beta10) "burdock" (+CVS-20030206) doesn't have the
problem either.
But I can reproduce it on XEmacs 21.4.12.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|