From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: problem with doc-view-mode in 24.1 Date: Fri, 03 Aug 2012 20:07:37 +0200 Message-ID: <873943n91y.fsf@thinkpad.tsdh.de> References: <6245.1344013265@ccs.covici.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344017267 339 80.91.229.3 (3 Aug 2012 18:07:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Aug 2012 18:07:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: covici@ccs.covici.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 03 20:07:47 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 1SxMHp-0002J3-LQ for ged-emacs-devel@m.gmane.org; Fri, 03 Aug 2012 20:07:45 +0200 Original-Received: from localhost ([::1]:32919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxMHo-0000GM-Tm for ged-emacs-devel@m.gmane.org; Fri, 03 Aug 2012 14:07:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxMHl-0000Fw-JV for emacs-devel@gnu.org; Fri, 03 Aug 2012 14:07:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxMHk-0003vM-Ph for emacs-devel@gnu.org; Fri, 03 Aug 2012 14:07:41 -0400 Original-Received: from out5-smtp.messagingengine.com ([66.111.4.29]:48781) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxMHk-0003vI-MP for emacs-devel@gnu.org; Fri, 03 Aug 2012 14:07:40 -0400 Original-Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 873A920944; Fri, 3 Aug 2012 14:07:40 -0400 (EDT) Original-Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 03 Aug 2012 14:07:40 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=gFNzoZ3PC6MbKmbow8+CleYF98g=; b=QKNDIRD/DybC4s2viKOiSLiM1ELL 9Inu34WZMdcSFlbgcoF4ZSPmw38L+1Jy73L23B6k5ecuz6Y3ic7nVIiJRPf6v46B 0eMud4w3cn4r546w24m5nnQUwcSNcvOb0DAatogAmPlDv8vFe6euW9SG411W4DA5 McdKSHvVpa0PQPI= X-Sasl-enc: /BF9mgzhmpeLz3m51Qu5HCHTefaXfn7Bi5yM3TBTQ+rF 1344017260 Original-Received: from thinkpad.tsdh.de (unknown [91.67.9.216]) by mail.messagingengine.com (Postfix) with ESMTPA id C9D564836D5; Fri, 3 Aug 2012 14:07:39 -0400 (EDT) Mail-Followup-To: covici@ccs.covici.com, emacs-devel@gnu.org In-Reply-To: <6245.1344013265@ccs.covici.com> (covici@ccs.covici.com's message of "Fri, 03 Aug 2012 13:01:05 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.29 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:152147 Archived-At: covici@ccs.covici.com writes: Hi! > Hi. I am having a couple of problems with doc-view in 24.1. In 23.x, > when I find a .pdf, doc-view was automatically active, now I have to > type doc-view-mode to get it. Any hook I can use to do this > automatically? It should be active for PDF files by default. With emacs 24.1, doing $ emacs -Q some/doc.pdf opens the pdf with doc-view. > However, the worst problem is that I often get the following message > when trying to use doc-view-mode: > DocView: process pdf->txt changed status to killed. Does $ pdftotext -raw doc.pdf doc.txt on the command line work, or does it crash? Bye, Tassilo