Hi, Indent-region sometimes hangs when indenting a lisp file. A minimal example is the file just containing the characters "|#" followed by a newline. This hang is due to an infinite loop in the while loop in the `lisp-indent-calc-next' function. The following version of this function fixes this problem, but is certainly not the appropriate long-term fix.