Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!cs.odu.edu!kyle From: kyle@cs.odu.edu (Kyle Jones) Newsgroups: gnu.emacs.bug Subject: display bug involving overlay arrow Message-ID: <9002021751.AA16323@talos.uu.net> Date: 2 Feb 90 17:51:47 GMT Sender: rdl@tut.cis.ohio-state.edu Reply-To: kyle@cs.odu.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 GNU Emacs 18.52, ULTRIX 3.1 If overlay-arrow-position is at point-max and is visible, the overlay arrow string will be displayed in its proper position and on every line thereafter until end of window. I have been told that this bug still exists in version 18.55. To produce the buggy behavior, put the following Lisp in a file, and run "emacs -q -l ". (switch-to-buffer (generate-new-buffer "*bug test*")) (setq overlay-arrow-position (point-marker) overlay-arrow-string "this string will be displayed repeatedly")