Closed roblem closed 3 years ago
Thanks for your report and sorry for late comment. Could you attach texlab.log? You can get it by the method on here. (note: this issue template was added after you create this issue, so it is not your fault)
Most of the issues here are the result of using company-prescient
. This causes weird sorting behavior unless you set company-prescient-sort-length-enable
to nil
for any Tex modes as described here: https://github.com/raxod502/prescient.el/issues/86
This could be a
company
configuration issue, so apologies if so. I haven't seen the strange completion behavior described below in other contexts, however.latex command completions work fine. Any of the reference-based completions like
cite
orref
have some fairly strange completion behavior. In all the examples, I am hitting<TAB>
at the last character in the\ref
or\cite
lineEquations
Example 1: Why aren't only
metapop
entries shown?Example 2: This is even more strange, if I only want to look at equations using the eq label I preface all equations with
Example 3: So maybe it can be narrowed down if I use
eq:
- this returns no completionsCitations
Example 4: Just to convince myself that completions are reaching into my bibliography, here are some entries. It seems that company-prescient may be putting the cabeza one at the top as I had used it previously.
Example 5: But I can't narrow this list down if I start typing an author name (like Lee) no completions are returned