From: Andreas Schwab <schwab@linux-m68k.org>
To: bug-gnu-emacs@gnu.org
Subject: bug#4040: 23.1; before-string overlay causes error when scrolling
Date: Wed, 05 Aug 2009 00:51:05 +0200 [thread overview]
Message-ID: <m2zlaf8a7a.fsf@igel.home> (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.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next reply other threads:[~2009-08-04 22:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-04 22:51 Andreas Schwab [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-01-09 19:48 bug#4040: 23.1; before-string overlay causes error when scrolling Chong Yidong
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=m2zlaf8a7a.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=4040@emacsbugs.donarmstrong.com \
--cc=bug-gnu-emacs@gnu.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).