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: doc-view.el: about cursor and filename display Date: Sun, 21 Oct 2007 15:23:45 -0400 Message-ID: References: <87r6jw20p3.fsf@baldur.tsdh.de> <87przfbm9t.fsf@baldur.tsdh.de> <876416qgnr.fsf@baldur.tsdh.de> <876415a55w.fsf@baldur.tsdh.de> <200710172329.l9HNTO4F010666@oogie-boogie.ics.uci.edu> <86d4vbczlh.fsf@lola.quinscape.zz> <87ve928tck.fsf@catnip.gol.com> <85lk9wa54l.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1192994663 7913 80.91.229.12 (21 Oct 2007 19:24:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Oct 2007 19:24:23 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, Miles Bader To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 21 21:24:21 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IjgPF-0002jn-RS for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 21:24:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjgP8-0001qA-4V for ged-emacs-devel@m.gmane.org; Sun, 21 Oct 2007 15:24:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjgP2-0001l4-R7 for emacs-devel@gnu.org; Sun, 21 Oct 2007 15:24:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjgP0-0001hI-Rn for emacs-devel@gnu.org; Sun, 21 Oct 2007 15:24:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjgP0-0001gv-NK for emacs-devel@gnu.org; Sun, 21 Oct 2007 15:23:58 -0400 Original-Received: from tomts16.bellnexxia.net ([209.226.175.4] helo=tomts16-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjgOo-0007Il-Kw; Sun, 21 Oct 2007 15:23:46 -0400 Original-Received: from ceviche.home ([74.12.205.156]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20071021192345.BAWC574.tomts16-srv.bellnexxia.net@ceviche.home>; Sun, 21 Oct 2007 15:23:45 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 3E28BB41C1; Sun, 21 Oct 2007 15:23:44 -0400 (EDT) In-Reply-To: <85lk9wa54l.fsf@lola.goethe.zz> (David Kastrup's message of "Sun\, 21 Oct 2007 16\:56\:10 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:81394 Archived-At: > There is a difference to PostScript, actually: when I am looking at > PDF, I am only _reading_ it, ever (PDF contains file offset tables at > the end which makes it rather inconvenient to hand-edit). Is there a pdf-mode somewhere? Maybe one which could decompress the PDF to show the underlying postscript-like text-form? Stefan