Daniel Brockman <[EMAIL PROTECTED]> writes: >> - (let ((inhibit-read-only t)) >> + (let ((inhibit-read-only t) >> + (before-kill (point))) > > Why are you saving that position? Is there a situation in > which it would not work to just assume that point will be in > the right place after the killing?
I've been changing stuff in a lot of places at the same time, so this was probably just a confusion. I must've put it there after an error from the mark commands. >> + (goto-char before-kill) >> + (while (progn >> + (forward-line -1) > > We should use `bongo-previous-object-line' here, so as not > to assume that nothing will appear between object lines. Good. _______________________________________________ bongo-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bongo-devel
