Skip to content
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

How can I load two minor-mode-list correctly at the same time? #12

Open
con5tella opened this issue Jan 18, 2021 · 0 comments
Open

How can I load two minor-mode-list correctly at the same time? #12

con5tella opened this issue Jan 18, 2021 · 0 comments

Comments

@con5tella
Copy link

con5tella commented Jan 18, 2021

Based on different content, I organized two dict files for one major-mode. I want to enable them as two minor-modes at the same time, but company-dict-minor-mode-list is okay to load any of them every time, if I (setq company-dict-minor-mode-list '(minor-one-mode minor-two-mode)), it will report an error:

Company: An error occurred in auto-begin
Company: backend (company-dict :with company-yasnippet) error "List contains a loop: (#("TEST1" 0 7 (:meta nil :note nil)))" with args (require-match)
Company: An error occurred in auto-begin
List contains a loop: (#("test2" 0 8 (:meta nil :note nil)). #0)

In this code, TEST1 and test2 are the first lines of the two dict files.

How to solve it? Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant