unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: 4040@debbugs.gnu.org
Subject: bug#4040: 23.1; before-string overlay causes error when scrolling
Date: Sat, 09 Jan 2010 14:48:57 -0500	[thread overview]
Message-ID: <87ljg7hxee.fsf@stupidchicken.com> (raw)

> 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	other threads:[~2010-01-09 19:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-09 19:48 Chong Yidong [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-08-04 22:51 bug#4040: 23.1; before-string overlay causes error when scrolling Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ljg7hxee.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=4040@debbugs.gnu.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).