From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jeremiah Dodds Newsgroups: gmane.emacs.devel Subject: Re: problem with doc-view-mode in 24.1 Date: Sat, 04 Aug 2012 15:16:07 -0400 Message-ID: <874noibh8o.fsf@friendface.i-did-not-set--mail-host-address--so-tickle-me> References: <6245.1344013265@ccs.covici.com> <873943n91y.fsf@thinkpad.tsdh.de> <16847.1344018123@ccs.covici.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344107873 1843 80.91.229.3 (4 Aug 2012 19:17:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 4 Aug 2012 19:17:53 +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 Sat Aug 04 21:17:54 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 1SxjrF-00076R-Q2 for ged-emacs-devel@m.gmane.org; Sat, 04 Aug 2012 21:17:53 +0200 Original-Received: from localhost ([::1]:48168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxjrE-0005YG-TG for ged-emacs-devel@m.gmane.org; Sat, 04 Aug 2012 15:17:52 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxjrB-0005Xu-SN for emacs-devel@gnu.org; Sat, 04 Aug 2012 15:17:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxjrA-0002hE-JJ for emacs-devel@gnu.org; Sat, 04 Aug 2012 15:17:49 -0400 Original-Received: from mail-ob0-f169.google.com ([209.85.214.169]:59866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxjrA-0002hA-EG for emacs-devel@gnu.org; Sat, 04 Aug 2012 15:17:48 -0400 Original-Received: by obhx4 with SMTP id x4so3606704obh.0 for ; Sat, 04 Aug 2012 12:17:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Pqeuf4Lq0zVPbinI0j6TElUrAikeShg5CMpSP/5fJUE=; b=bG80eWnnj91SpTyhJUws0yBkyWfTfT0G5FfJS5A3y9xJIMiQL8T1t2dwqhKpHG65hH Rts1GH5kn65qrMuGVIWUdbPJAjiaGwfuMFoYGGZxtUgC1UDQK7XpQM97zW/g9sYlI0dP kwiYbHsdJw5nfGSI0dRMW85S7EnODAsyNiujgD5MSq9ZcxQucRezvD2+uw9Ct8Gqu5F+ E5Bw45UASJHRObxt9ZxC94eb38g2gbcV2b5WEUrBm9W29hST+SIrIHTaUf/xui89CdPZ RQW8qCz3KQi9oBHpV4N8bTc2sXzxdkwgfp+1trdqsz7Quxsy/oipzTlbJBonwohbvALi wLWg== Original-Received: by 10.50.196.229 with SMTP id ip5mr1217316igc.69.1344107866943; Sat, 04 Aug 2012 12:17:46 -0700 (PDT) Original-Received: from friendface (cpe-184-56-72-181.neo.res.rr.com. [184.56.72.181]) by mx.google.com with ESMTPS id ay5sm2038302igb.15.2012.08.04.12.17.45 (version=SSLv3 cipher=OTHER); Sat, 04 Aug 2012 12:17:45 -0700 (PDT) In-Reply-To: <16847.1344018123@ccs.covici.com> (covici@ccs.covici.com's message of "Fri, 03 Aug 2012 14:22:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.169 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:152177 Archived-At: covici@ccs.covici.com writes: > Tassilo Horn wrote: > >> 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. > I am within emacs and use c-x c-f rather than starting from scratch. Testing whether it works with 'emacs -Q some/doc.pdf' lets you and everyone else know whether or not it's something in your configuration that is making it fail, see the info node on emacs invocation. -- Jeremiah Dodds github : https://github.com/jdodds freenode : exhortatory