all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Richard <theonewiththeevillook@yahoo.fr>
To: 17324@debbugs.gnu.org
Subject: bug#17324: 24.3.90; (wrong-type-argument number-or-marker-p nil) in redisplay--update-region-highlight
Date: Wed, 23 Apr 2014 13:54:58 +0200	[thread overview]
Message-ID: <87fvl49sib.fsf@geodiff-mac3.ulb.ac.be> (raw)

Hi,

I got the following error (but I can't reproduce it in a fresh session) :

Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil)
  min(2623 nil)
  (let* ((pt (window-point window)) (mark (mark)) (start (min pt mark)) (end (max pt mark)) (new (funcall redisplay-highlight-region-function start end window rol))) (if (equal new rol) nil (set-window-parameter window (quote internal-region-overlay) new)))
  (if (not (region-active-p)) (funcall redisplay-unhighlight-region-function rol) (let* ((pt (window-point window)) (mark (mark)) (start (min pt mark)) (end (max pt mark)) (new (funcall redisplay-highlight-region-function start end window rol))) (if (equal new rol) nil (set-window-parameter window (quote internal-region-overlay) new))))
  (let ((rol (window-parameter window (quote internal-region-overlay)))) (if (not (region-active-p)) (funcall redisplay-unhighlight-region-function rol) (let* ((pt (window-point window)) (mark (mark)) (start (min pt mark)) (end (max pt mark)) (new (funcall redisplay-highlight-region-function start end window rol))) (if (equal new rol) nil (set-window-parameter window (quote internal-region-overlay) new)))))
  (save-current-buffer (set-buffer (window-buffer window)) (let ((rol (window-parameter window (quote internal-region-overlay)))) (if (not (region-active-p)) (funcall redisplay-unhighlight-region-function rol) (let* ((pt (window-point window)) (mark (mark)) (start (min pt mark)) (end (max pt mark)) (new (funcall redisplay-highlight-region-function start end window rol))) (if (equal new rol) nil (set-window-parameter window (quote internal-region-overlay) new))))))
  redisplay--update-region-highlight(#<window 3 on *Backtrace*>)
  #[0 "\300\242\204\n.\303\304 !\207\300\242<\204.

             reply	other threads:[~2014-04-23 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-23 11:54 Nicolas Richard [this message]
2014-04-23 12:54 ` bug#17324: 24.3.90; (wrong-type-argument number-or-marker-p nil) in redisplay--update-region-highlight Stefan Monnier

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

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

  git send-email \
    --in-reply-to=87fvl49sib.fsf@geodiff-mac3.ulb.ac.be \
    --to=theonewiththeevillook@yahoo.fr \
    --cc=17324@debbugs.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.