[comp.emacs] monkey mode incomplete

bard@THEORY.LCS.MIT.EDU (Bard Bloom) (10/04/87)

(Sorry about sending this to the whole list, but I've tried half a dozen
addresses for Tom Lord without success.  Also, probably other people have the
same problem.)

The version of monkey-mode I got was incomplete.  The last lines were

> (defun monkey-next-directory (&optional count)
>   "Move forward to the next directory."
>   (interactive "p")
>   (let ((count (abs (or count 1)))
> 	(direction (signum (or count 1))))
>     (goto-char
>      (save-excursion
>        (while (> count 0)
> 	 (catch 'found
> 	   (while (not (eobp))
> 	     (forward-line direction)
> 	    
> 

I suspect limitations on mailers.  Perhaps you could send the other half?

Thanks,
  Bard Bloom