Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!genrad!decvax!ucbvax!THEORY.LCS.MIT.EDU!bard From: bard@THEORY.LCS.MIT.EDU (Bard Bloom) Newsgroups: comp.emacs Subject: monkey mode incomplete Message-ID: <8710041821.AA02148@RAVEN.LCS.MIT.EDU> Date: Sun, 4-Oct-87 14:21:53 EDT Article-I.D.: RAVEN.8710041821.AA02148 Posted: Sun Oct 4 14:21:53 1987 Date-Received: Wed, 7-Oct-87 06:29:06 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 25 (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