bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4040: 23.1; before-string overlay causes error when scrolling


From: Chong Yidong
Subject: bug#4040: 23.1; before-string overlay causes error when scrolling
Date: Sat, 09 Jan 2010 14:48:57 -0500

> Evaluating this form signals an error:
>
> ELISP> (with-temp-buffer
>        (switch-to-buffer (current-buffer))
>        (insert-char ?x (1+ (window-width)))
>        (let ((ovl (make-overlay (1- (point)) (point))))
>          (overlay-put ovl 'before-string " "))
>        (goto-char 1)
>        (scroll-up 1))
> *** Eval error ***  Args out of range: 0
>
> It comes from get_char_property_and_overlay, which is called with
> position == 0 by pos_visible_p.

Thanks, I've checked in a fix.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]