stardiviner

Results 339 comments of stardiviner

Here is my minimal config ```elisp (package-initialize) ;;; [ Debug ] (setq debug-on-error t debug-on-signal nil debug-on-quit nil) ;;; add my init files directory (add-to-list 'load-path "/usr/share/emacs/site-lisp/") (add-to-list 'load-path (expand-file-name...

Is there a solution for this now?

Me too. Meet this problem sometimes. Can't find out the pattern of reason. You can see, not just the candidate hidden prefix part, also the prompt hidden some part too....

After checking source code. My suspect points is `posframe-show`'s option `:lines-truncate`. https://github.com/tumashu/vertico-posframe/blob/7da6d648ff4202a48eb6647ee7dce8d65de48779/vertico-posframe.el#L288 And in `posframe.el` library soruce code: https://github.com/tumashu/posframe/blob/3b97dc180b03498103cfcc7f44e64150df440bf0/posframe.el#L443 https://github.com/tumashu/posframe/blob/3b97dc180b03498103cfcc7f44e64150df440bf0/posframe.el#L628 The truncate-lines is from Emacs built-in support, I guess maybe...

How to make it support macOS Hammerspoon code completing?

great! thanks. Very powerful extension.

I think the best way is to use `completion-at-point-functions`.

@ReneFroger Yes, but `company-mode` support `company-capf` backend which uses `completion-at-point-functions`. You can check out github commits history. The latest commit is in `2014`. You can send pull request.

I forgot to update this issue, I found a new extension [company-edbi](https://github.com/proofit404/company-edbi) which works great. Maybe can merge together?

Thanks. I want to ask one question, how to link a specific annotation to Org-mode? Here is the scene: I mark an annotation on pdf file which reading with pdf-tools....