-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the --nativecomp flag working? #5
Comments
No, it is not working for me. I added it, but the result is giving me some headaches and does not work yet as it should. Any help is appreciated. |
I managed to compile, run, and load a basic config using the following commands from MinGW 64
I'm currently facing some issues with pdf-tools that apparently surface only in the native-comp branch, but so far so good. One thing I'm not sure about is if it really has performance benefits. My agenda generates faster, but opening a file seems slower... Any clue on how to really test it out? |
The pdf-tools issues are fixed with politza/pdf-tools#588. It hast to be done manualy while the PR is accepted in the pdf-tools repo. However, I can't seem to make pdf-tools work with highlights. I just can't select text for highlith annotations... I know this isn't part of your project and shouldn't be discussed in this repo, but can you share your pdf-tools config section?
|
There is a mistake in the code for highlighting in pdf-tools. It has the
wrong number of arguments for one function. I have a local fix, but I do
not remember where.
El mié., 17 feb. 2021 17:18, baracunatana <[email protected]>
escribió:
… The pdf-tools issues are fixed with politza/pdf-tools#588
<politza/pdf-tools#588>. It hast to be done
manualy while the PR is accepted in the pdf-tools repo.
However, I can't seem to make pdf-tools work with highlights. I just can't
select text for highlith annotations... I know this isn't part of your
project and shouldn't be discussed in this repo, but can you share your
pdf-tools config section?
I currently have:
(use-package pdf-tools
:init
;(pdf-tools-install)
:mode
;; Arrancar pdf-view-mode al abrir un pdf
("\\.pdf\\'" . pdf-view-mode)
:hook
;; Evitar que el titileo del cursos ponga a titilar todo el documento
(pdf-view-mode . (lambda () (blink-cursor-mode -1)))
;; Deshabilitar display-line-number-mode en pdf-view
(pdf-view-mode . (lambda () (display-line-numbers-mode -1))))
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQWH7T7DZBNFJYFM7KKSNDS7PT5JANCNFSM4XRNDS5Q>
.
|
Hi
I see it in emacs-build.cmd, but not in the README file. Is it working properly?
Thanks,
The text was updated successfully, but these errors were encountered: