bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23803: 11.89.4; Integration of pdf-tools lazy loading


From: Tassilo Horn
Subject: bug#23803: 11.89.4; Integration of pdf-tools lazy loading
Date: Fri, 24 Jun 2016 08:03:26 +0200
User-agent: AquaMail/1.6.2.5 (build: 27000205)

Yes, I think that should work and would be the right function. Can you do that please. I'm almost off to holidays.

Bye,
Tassilo


Am 23. Juni 2016 23:27:26 schrieb Mosè Giordano <address@hidden>:

Hi Christoph,

2016-06-19 13:16 GMT+02:00 Christoph Paulik <address@hidden>:

Hello,

I was not really sure if this qualifies as a bug but decided to post it here
anyway.

There seems to be an issue when lazy loading auctex and pdf-tools.

tex.el uses (unless (featurep 'pdf-tools)) at
http://git.savannah.gnu.org/cgit/auctex.git/tree/tex.el#n1265 to check if
pdf-tools is installed. This does not work if pdf-tools is loaded with e.g.
use-package and the :defer flag set to t.
I've worked around that (https://github.com/syl20bnr/spacemacs/pull/6365) by
defining my own function which omits the (featurep) check and it works fine
so this might be something to consider for auctex.

Thanks for the report.  I'd like to keep a test, if possible.
Tassilo, can we use `fboundp' on an autoloaded function?  Maybe
`pdf-tools-install'?

Bye,
Mosp








reply via email to

[Prev in Thread] Current Thread [Next in Thread]