all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#34477: Fleeting docview warning revealed on slow computers
@ 2019-02-14 15:01 積丹尼 Dan Jacobson
  2019-03-09 17:41 ` Tassilo Horn
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-02-14 15:01 UTC (permalink / raw)
  To: 34477

On a super slow computer, doc-view.el's

    ;; Typically happens if the conversion process somehow
    ;; failed.  Better not signal an error here because it
    ;; could prevent a subsequent reconversion from fixing
    ;; the problem.
    (concat "Cannot display this page!\n"
            "Maybe because of a conversion failure!"))))

ends up appearing just before the document is displayed.

Testing on fast computers you will never see the problem.

Better replace the message with "One moment please..."

Thanks.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#34477: Fleeting docview warning revealed on slow computers
  2019-02-14 15:01 bug#34477: Fleeting docview warning revealed on slow computers 積丹尼 Dan Jacobson
@ 2019-03-09 17:41 ` Tassilo Horn
  0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2019-03-09 17:41 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 34477-done

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

> On a super slow computer, doc-view.el's
>
>     ;; Typically happens if the conversion process somehow
>     ;; failed.  Better not signal an error here because it
>     ;; could prevent a subsequent reconversion from fixing
>     ;; the problem.
>     (concat "Cannot display this page!\n"
>             "Maybe because of a conversion failure!"))))
>
> ends up appearing just before the document is displayed.
>
> Testing on fast computers you will never see the problem.
>
> Better replace the message with "One moment please..."

You already made the argument: on a typically fast computer, you'll
never see this message.  Given that computers become faster every year,
it becomes much more likely that you see this message because of some
failure.

Bye,
Tassilo





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-09 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-14 15:01 bug#34477: Fleeting docview warning revealed on slow computers 積丹尼 Dan Jacobson
2019-03-09 17:41 ` Tassilo Horn

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.