From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: harold.carr@gmail.com Newsgroups: gmane.emacs.help Subject: Re: doc-view stuck on same image Date: Thu, 10 Oct 2013 07:44:23 -0700 Message-ID: References: <874n8p1ogl.fsf@tsdh.uni-koblenz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1381416470 31318 80.91.229.3 (10 Oct 2013 14:47:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Oct 2013 14:47:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 10 16:47:55 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1VUHWs-0000Us-Lz for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 16:47:54 +0200 Original-Received: from localhost ([::1]:48531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUHWr-0006kJ-Sy for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Oct 2013 10:47:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUHTh-0001kH-4e for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 10:44:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUHTc-0007tz-5P for help-gnu-emacs@gnu.org; Thu, 10 Oct 2013 10:44:36 -0400 Original-Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:39627) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUHTU-0007s6-CM; Thu, 10 Oct 2013 10:44:24 -0400 Original-Received: by mail-ob0-f179.google.com with SMTP id wp18so1768304obc.38 for ; Thu, 10 Oct 2013 07:44:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wJTwUPyrsZmAsEU20Np0YRAjTPHoQZJcHW8P5VlYXSA=; b=IpDw4qPpm0qk3lAY46ZaX6yIYzqD/eKQ6ucq+iq9e9i9cFXMZlDiOMlmLn89wbOmah OdSRoAyn86XnzoM5xTSIY++GaTZJJpWxdMfbDhVZBHqfyWqecrLBRfpNdcjBpy9OpHCn 8Wo4XkBJLdpHmf0kB4U1lZi915c+1jEAxeXTHDl3k8BZ5vGZOUEFQ9MztYhj+b2kUqba Ij1oZRYF8w9kc6TFNkQGfpXY+VU2EhOwoFjzG/YTVe6aNpk73Fwx0rXq5rkf1PaTsZqo dGeccTzMLfLKJezgIBU3Ni6PXGr14y2faL2sRGVPIvRL9ZC3BuZMcyodCR8H+m28UsPF SaGA== X-Received: by 10.60.65.37 with SMTP id u5mr467169oes.72.1381416263637; Thu, 10 Oct 2013 07:44:23 -0700 (PDT) Original-Received: by 10.76.83.67 with HTTP; Thu, 10 Oct 2013 07:44:23 -0700 (PDT) In-Reply-To: <874n8p1ogl.fsf@tsdh.uni-koblenz.de> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::233 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93917 Archived-At: -Q makes it work fine. Looks like I will have do binary narrowing of my LARGE .emacs file to find out what piece is causing this. On Thu, Oct 10, 2013 at 2:10 AM, Tassilo Horn wrote: > harold.carr@gmail.com writes: > > Hi Harold, > > > GNU Emacs 24.3.1 (x86_64-apple-darwin11.4.2, NS apple-appkit-1138.51) > > of 2013-03-31 on tenseven-slave.macports.org > > > > when I use doc-view (automatically) when visiting *.pdf, *.tiff, *.ps, > > etc., files it either: > > > > - keeps showing me the same image (no matter what page or file I visit) > > - usual the image show in the *GNU Emacs* buffer > > That's really strange. I wonder how that can happen. Or well, there's > a theoretical possibility that two different files with the same name > and accidentally identical md5sums are treated as identical by doc-view. > But that's really almost impossible, and it cannot happen if the files > have different names. > > > - starts using HIGH CPU doing what? - I finally just kill it > > That might be the conversion form PDF (or whatever) to PNG images which > would be normal. But that shouldn't be slower than with previous emacs > versions. Quite contrary, if you have mupdf installed, it should be > much faster instead. > > Or wait: if it was be the normal conversion process, then the high CPU > load would come from ghostscript, mudraw, libre/openoffice etc., but not > from the emacs process itself... > > > It used to work fast and fine. Unfortunately I do not know what I did > > differently (i.e., emacs version, config settings) when this started > > happening. > > > > Any ideas? > > That's really hard to guess. The very first thing you should try is to > start emacs with "emacs -Q" and then opening some PDF file. If it works > then, something's broken with your configuration. > > Bye, > Tassilo >