Tongjie Chen

Results 19 comments of Tongjie Chen

> > I did not see why you use `(let ((occurrences))` to declare a nil variable and not put it inside. If the variables you want to declare have dependence,...

I have an extremely cumbersome implementation by reusing function `pdf-view-mouse-set-region`, this does not select the word, but it can pop up a quick menu. ```emacs-lisp (defun pdf-view-get-word (event &optional allow-extend-p...

I did overwrite pdf-links-action-to-string function and got the image preview. ```elisp (defvar-local my-pdf-view-link-image-preview nil "Whether to generate image preview" ) (defun pdf-links-action-to-string (link) "Return a string representation of ACTION." (let-alist...

Maybe we should keep an association list for the metadata of rotations.

I have a customized function to do copy and then org-capture and then a default highlight style. You may try to remove the org-capture and bind this new function to...

1. 我在准备去签纸质的协议 2. Emacswiki上的函数是需要重新自己写吗 3. 同意 4. 如果是跟模糊音类似的话,也许可以放到imobjs,但是感觉还是需要在找candidates的时候进行一些处理 5. 我对于写test还不是很熟悉,如果你能给一些指导当然更好

I think we should fix on the version of poppler to reduce this kind of compatibility issue.

Does it show the same on Evince? When you select the line, is the selection's bottom border at the current underline location? If so, that's the PDF's text layer's problem.

Try to override the function and looked at the cookies manually from your browser. ```emacs-lisp (defun leetcode--login () (leetcode--loading-mode t) ;; (ignore-errors (url-cookie-delete-cookies leetcode--domain)) ;; (leetcode--csrf-token) ;knock knock, whisper me...