orgtre

Results 35 comments of orgtre

@VincentCCL I would very much welcome the inclusion of Dutch here! To my knowledge there is nothing equivalent available for Dutch currently...

Thanks! I merged the cleanup. The only way I can come up with to make it faster is to co-opt the mouse pointer as cursor. This has some obvious drawbacks...

Thanks. As people point out in the link in the comment above, after deleting the compiled .elc files related to tablist (with straight in ".../straight/build/tablist/") this error disappears for me...

Is this really only a straight.el issue or a general issue with the byte compilation? Disabling byte-compilation in straight.el via a `:no-byte-compile` attribute in the recipe was discussed in [this](https://github.com/radian-software/straight.el/issues/357)...

There are `(pdf-view-current-pagelabel)` and `(pdf-view-goto-label pagelabel)` which work surprisingly well. You can set the mode line to anything you like, for example in plain Emacs just overwrite: ```lisp (setq-local mode-line-position...

Check out my fork [https://github.com/orgtre/pdf-tools](https://github.com/orgtre/pdf-tools) (pull request [pending](https://github.com/vedang/pdf-tools/pull/39)) which adds full keyboard navigation to pdf-tools. This is achieved either by rendering the cursor as a region in the page, which...

Sure, you can select text with the keyboard. Everything works pretty much like in a normal Emacs buffer, so you set mark and move with the standard keys you'd use...

I was just going to try this out a bit and paste the results here, but then the code grew into this: I followed the suggestions by @dalanicolai and @titaniumbones...

I decided to make it a separate package (at least for now) and also ask for comments and suggestions on Reddit – [here](https://www.reddit.com/r/emacs/comments/wovyj9/qpdfel_a_transient_emacs_wrapper_for_qpdf/) is the post for reference.

I can reproduce this on Mac with the above pdf and three others I tested. I think this is an issue with Poppler (the library pdf-tools uses to render pdfs)...