From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Viewing PDFs as text? Date: Mon, 26 Jan 2009 21:37:14 +0100 Message-ID: <87zlhdn6rp.fsf@thinkpad.tsdh.de> References: <7599507d-11a4-4e93-974f-5d7aa924b152@e6g2000prf.googlegroups.com> <871w676n4s.fsf@member.fsf.org> <18812.65120.23324.495513@tfkp04.physik.uni-erlangen.de> <87eiyqpjg1.fsf@thinkpad.tsdh.de> <20524da70901261114w3a6ae00alb4fa41111fa2dae9@mail.gmail.com> <874ozlonl5.fsf@thinkpad.tsdh.de> <20524da70901261152u57f6ad2bwf95791fab6372b35@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233008884 5806 80.91.229.12 (26 Jan 2009 22:28:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2009 22:28:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Roland Winkler To: Samuel Wales Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 26 23:29:17 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LRZwt-0007GI-O7 for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Jan 2009 23:28:56 +0100 Original-Received: from localhost ([127.0.0.1]:45097 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRZvb-0005Jy-GF for geh-help-gnu-emacs@m.gmane.org; Mon, 26 Jan 2009 17:27:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRYD1-0007ZF-CJ for help-gnu-emacs@gnu.org; Mon, 26 Jan 2009 15:37:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRYCz-0007X0-Nq for help-gnu-emacs@gnu.org; Mon, 26 Jan 2009 15:37:26 -0500 Original-Received: from [199.232.76.173] (port=32840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRYCz-0007Wn-F1 for help-gnu-emacs@gnu.org; Mon, 26 Jan 2009 15:37:25 -0500 Original-Received: from out4.smtp.messagingengine.com ([66.111.4.28]:53493) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRYCz-0008KD-4D for help-gnu-emacs@gnu.org; Mon, 26 Jan 2009 15:37:25 -0500 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.fastmail.fm (Postfix) with ESMTP id 9F14B25B488; Mon, 26 Jan 2009 15:37:24 -0500 (EST) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Mon, 26 Jan 2009 15:37:24 -0500 X-Sasl-enc: DczS8U6XWbn/UdxpzkDREMg4dw4m/6lqcyOvtvC2n0Pf 1233002243 Original-Received: from thinkpad.tsdh.de (p54AF2B08.dip0.t-ipconnect.de [84.175.43.8]) by mail.messagingengine.com (Postfix) with ESMTPA id E359E3B950; Mon, 26 Jan 2009 15:37:22 -0500 (EST) In-Reply-To: <20524da70901261152u57f6ad2bwf95791fab6372b35@mail.gmail.com> (Samuel Wales's message of "Mon, 26 Jan 2009 12:52:14 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:61672 Archived-At: Samuel Wales writes: >> `C-c C-t' once to get the pure text contents, right? ;-) > > Please explain? This works for the 3 use cases of w3m, ido, and org > invocations? No, no. Only for pdf/ps/dvi files with emacs 23. There you can do C-x C-f /path/to/file RET which openes the file with doc-view, and `C-c C-t' will open a buffer with the plain text contents then. Bye, Tassilo