GNU bug report logs - #3865
23.0.95; doc-view-mode with PDF without PNG support

Previous Next

Package: emacs;

Reported by: reiner.steib <at> gmx.de

Date: Thu, 16 Jul 2009 09:05:04 UTC

Severity: normal

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: emacs-devel <at> gnu.org
Cc: 3865 <at> debbugs.gnu.org
Subject: bug#3865: Patch for #3865: Would somebody please commit on HEAD and branch?
Date: Sun, 19 Jul 2009 01:34:46 -0400
> +    (if (and (executable-find doc-view-pdftotext-program)
> +	     (yes-or-no-p "Cannot render file.  View extracted text instead? "))
> +	(doc-view-open-text)
> +      (doc-view-toggle-display))))

Please avoid modal UIs wherever possible.  E.g. rather than ask with
yes-or-no-p, just choose one of the two branches (maybe based on
a config var) and output a message explaining how to get the
other branch.


        Stefan



This bug report was last modified 15 years and 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.