unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrea Corallo via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Nicola Manca <nicola.manca85@gmail.com>
Cc: 43717@debbugs.gnu.org
Subject: bug#43717: [feature/native-comp] pdf-tools missing arrow tooltip
Date: Wed, 30 Sep 2020 08:01:28 +0000	[thread overview]
Message-ID: <xjfd023y9pj.fsf@sdf.org> (raw)
In-Reply-To: <f08194eb-507c-e143-4ed8-fc0d24131667@gmail.com> (Nicola Manca's message of "Wed, 30 Sep 2020 09:37:02 +0200")

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





  reply	other threads:[~2020-09-30  8:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-30  7:37 bug#43717: [feature/native-comp] pdf-tools missing arrow tooltip Nicola Manca
2020-09-30  8:01 ` Andrea Corallo via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2020-09-30 13:53   ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xjfd023y9pj.fsf@sdf.org \
    --to=bug-gnu-emacs@gnu.org \
    --cc=43717@debbugs.gnu.org \
    --cc=akrl@sdf.org \
    --cc=nicola.manca85@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).