Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!bloom-beacon!oberon!cit-vax!ucla-cs!zen!ucbvax!nmsu.CSNET!jthomas From: jthomas@nmsu.CSNET Newsgroups: comp.emacs Subject: Re: monkey.el Message-ID: <8710170925.AA01865@ucbvax.Berkeley.EDU> Date: Fri, 16-Oct-87 15:50:50 EDT Article-I.D.: ucbvax.8710170925.AA01865 Posted: Fri Oct 16 15:50:50 1987 Date-Received: Sun, 18-Oct-87 10:03:16 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 10 In this nice package, the documentation for DEL and the descriptions of the functions monkey-mark-this-back and monkey-unmark-this-back indicate that the current line is affected and then the movement happens. However both functions actually call monkey-action-and-move with MOVE-FIRST t so that the previous line is really the one affected. (Note that monkey-toggle-this-back toggles and then moves.) The documentation should match the code, but I would vote for changing the code to match the documentation. Also all three functions probably should act the same way? Votes? Jim Thomas jthomas@nmsu.CSNET or jthomas@nmsu.BITNET (usually)