lujun9972 / anki-vocabulary.el

Help you to create vocabulary card in Anki
10 stars 3 forks source link

Update anki-vocabulary.el #4

Closed chuxubank closed 2 years ago

chuxubank commented 2 years ago

Fix the issue pdf-view-assert-active-region macro doesn't byte-compiled correctly. Loading the incorrectly byte-compiled file will cause the error when use anki-vocabulary in pdf-view-mode :

anki-vocabulary--get-pdf-text: Invalid function: pdf-view-assert-active-region
chuxubank commented 2 years ago

It seemed not the correct fix. Maybe it's better to use function and not the macro to avoid the previous error.