GNU bug report logs - #43717
[feature/native-comp] pdf-tools missing arrow tooltip

Previous Next

Package: emacs;

Reported by: Nicola Manca <nicola.manca85 <at> gmail.com>

Date: Wed, 30 Sep 2020 07:38:01 UTC

Severity: normal

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andrea Corallo <akrl <at> sdf.org>
To: Nicola Manca <nicola.manca85 <at> gmail.com>
Cc: 43717 <at> debbugs.gnu.org
Subject: bug#43717: [feature/native-comp] pdf-tools missing arrow tooltip
Date: Wed, 30 Sep 2020 08:01:28 +0000
Hello Nino,

thanks for reporting.

I think this is a problem in pdf-tools codebase.

The macro `pdf-view-current-overlay' is used inside
`pdf-util-tooltip-arrow' but no require was performed therefore the
compiler can't expand it at compile time (and is assumed to be a
function).

Interestingly this and similarly other macros (pdf-view-image-size,
pdf-view-image-offset, pdf-view-current-image, pdf-view-current-overlay,
pdf-cache-pagesize) should generate a warning but this is silenced using
a declare-function (see top of pdf-util.el).

I think this issue should be reported to pdf-tools, I believe the repo
should be <https://github.com/politza/pdf-tools>.

  Andrea




This bug report was last modified 4 years and 293 days ago.

Previous Next


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