emacs-devel
[Top][All Lists]
Advanced

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

Re: Two flaws in window.c


From: martin rudalics
Subject: Re: Two flaws in window.c
Date: Thu, 18 Oct 2012 11:15:08 +0200

Some bits in window.c lacks type/liveness checks, and there are two flaws:

(internal-temp-output-buffer-show nil) =>
src/window.c:3350: Emacs fatal error: assertion failed: BUFFERP (buf)

(set-window-vscroll <dead window> 10 t) =>
src/window.c:6487: Emacs fatal error: assertion failed: BUFFERP (w->buffer)

These should be fixed now.  Do you have any more suggestions?

Thanks, martin




reply via email to

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