From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: cl-assertion error in doc-view Date: Thu, 20 Sep 2012 21:12:33 -0400 Message-ID: References: <87obl1yk0q.fsf@thinkpad.tsdh.de> <505B519E.8060403@gmx.at> <505B9788.5030302@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348189959 4849 80.91.229.3 (21 Sep 2012 01:12:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2012 01:12:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 21 03:12:43 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TErnP-0001mY-GC for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2012 03:12:43 +0200 Original-Received: from localhost ([::1]:39648 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TErnL-0003JO-1Y for ged-emacs-devel@m.gmane.org; Thu, 20 Sep 2012 21:12:39 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TErnI-0003JI-Ue for emacs-devel@gnu.org; Thu, 20 Sep 2012 21:12:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TErnI-0007i8-7n for emacs-devel@gnu.org; Thu, 20 Sep 2012 21:12:36 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:6718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TErnI-0007hy-3Q for emacs-devel@gnu.org; Thu, 20 Sep 2012 21:12:36 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAG6Zu09MCocG/2dsb2JhbABEtBGBCIIVAQEEAVYjEAs0EhQYDSQuh24FugmQRAOjM4FYgwU X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="199594870" Original-Received: from 76-10-135-6.dsl.teksavvy.com (HELO pastel.home) ([76.10.135.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 20 Sep 2012 21:12:34 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id D4BDD591B8; Thu, 20 Sep 2012 21:12:33 -0400 (EDT) In-Reply-To: <505B9788.5030302@gmx.at> (martin rudalics's message of "Fri, 21 Sep 2012 00:24:08 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153414 Archived-At: >> So we need a different solution that does not rely on displaying >> the buffer. > What's the purpose of a thing called `doc-view-display' if it's not to > display something? It's to setup the overlays and properties so that the text is replaced by the page images (using the `display' property). That's orthogonal to whether the buffer is displayed in a window. Stefan