[Merged] Help Needed! Please test feature/emacs-26.3
#171
Locked
vedang
announced in
Announcements
Replies: 1 comment
-
Closing this discussion, I've merged the changes back into master. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I've made some big compatibility changes on the branch
feature/emacs26.3
. While I've tested these locally and am reasonably confident about them, I'd appreciate the wider community giving it a spin as well.The major breaking changes are:
pdf-view-use-scaling
is now true by default! For anyone who was not setting this to true in their configuration, the package should continue to work well.I will merge this branch into
master
on Monday. Until then, I'm hoping some folks can test it out. To test this branch:pdf-tools
.feature/emacs-26.3
branchgit checkout feature/emacs-26.3
inside thepdf-tools
folder.make
inside thepdf-tools
folder. If themake
command produced the ELP filepdf-tools-1.0.0.tar
, compilation has succeeded! This package contains all the necessary files for Emacs and may be installed usingpackage.el
(next step)M-x package-install-file RET pdf-tools-1.0.0.tar RET
Open and test PDF files :)
Beta Was this translation helpful? Give feedback.
All reactions