* bug#16412: assertion failed switching buffers
@ 2014-01-11 0:59 Samuel Wales
2014-01-11 3:06 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Samuel Wales @ 2014-01-11 0:59 UTC (permalink / raw)
To: 16412
Debugger entered--Lisp error: (cl-assertion-failed (not
(get-char-property (point-min) (quote display))))
signal(cl-assertion-failed ((not (get-char-property ... ...))))
(or (not (get-char-property ... ...)) (signal (quote
cl-assertion-failed) (list ...)))
(progn (or (not ...) (signal ... ...)) nil)
(assert (not (get-char-property ... ...)))
(if ol (progn (assert ...) (setq ol ...)) (assert (not ...)) (setq
ol (make-overlay ... ... nil t)) (overlay-put ol (quote doc-view) t))
(let ((ol ...)) (when (and ol ...) (setq ol nil)) (if ol (progn ...
...) (assert ...) (setq ol ...) (overlay-put ol ... t)) (overlay-put
ol (quote window) (car winprops)) (image-mode-window-put (quote
overlay) ol winprops))
doc-view-new-window-function((#<window 3 on *Backtrace*>))
run-hook-with-args(doc-view-new-window-function (#<window 3 on *Backtrace*>))
image-mode-winprops(nil t)
image-mode-reapply-winprops()
switch-to-buffer(#<buffer whatever.pdf>)
previous-buffer()
call-interactively(previous-buffer nil nil)
I cannot do a better bug report at this time.
Emacs 23.4.
Thanks.
Samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: free Karina Hansen NOW.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#16412: assertion failed switching buffers
2014-01-11 0:59 bug#16412: assertion failed switching buffers Samuel Wales
@ 2014-01-11 3:06 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2014-01-11 3:06 UTC (permalink / raw)
To: Samuel Wales; +Cc: 16412-done
> Emacs 23.4.
Thank you, but doc-view.el has seen various bug fixes in that area since
23.4 was released (e.g. the assertion you quote is gone). I suggest you
try a more recent release and open a new bug if you see similar problems
with it (or different problems, for that matter, of course).
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-11 3:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-11 0:59 bug#16412: assertion failed switching buffers Samuel Wales
2014-01-11 3:06 ` Stefan Monnier
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.