emacs-devel
[Top][All Lists]
Advanced

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

Re: cl-assertion error in doc-view


From: Stefan Monnier
Subject: Re: cl-assertion error in doc-view
Date: Thu, 20 Sep 2012 17:10:09 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> I'd use something like the below instead.

Using switch-to-buffer or set-window-buffer is incorrect since this
function doesn't know if there's an actual intention to display the
buffer, nor where it will be displayed (and the selected-window may be
inappropriate, dedicated, minibuffer-only).
So we need a different solution that does not rely on displaying
the buffer.


        Stefan



reply via email to

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