Youmu

Results 87 comments of Youmu

> Oh, I see! I took some time to read up on it and I think your proposal makes sense; `zg` -> personal dict, `zG` -> session, but I'm not...

> `company-yasnippet` uses `annotation` to show snippet names. Do Tempo snippets perhaps have a similar notion of names? Yes and No. ``` emacs-lisp (defvar c-tempo-tags nil) (tempo-define-template "c-ifndef" '("#ifndef "...

> > If we would use [18, -1) as annotation is still open to discussion. For myself, No use and let it simple. > > Just add `kind`, then? tempo...

![2022-08-14_22-23](https://user-images.githubusercontent.com/4024656/184541417-afda5c02-f7b0-49d9-a0d0-d862c0a767b0.png) Currently use `` as the annotation.

Before this patch, a single `"` can trigger company to complete about tempo. ![image](https://user-images.githubusercontent.com/4024656/126908262-5bd8c29f-9856-44d0-9a7f-e55199740406.png) After this patch, only matched prefixes will trigger the completion. It makes senses. ![image](https://user-images.githubusercontent.com/4024656/126908301-6ac27d55-c14b-4481-96c2-2206217747a7.png)

I found more characters can lead to completion before this patch, e.g. `>`, `"`, `.` which is annoying when programming.

> Do you only see this problem with `company-tempo`? > > What's your value of `company-minimum-prefix-length`? 3, the default. It can be reproduced by the following company conf. ``` elisp...

> > 3, the default > > Did you check the value at runtime, or did you just look at the config for the answer? Both are 3. > I...

> > After using company-clang, it can be only reproduced after "., see screenshots below. > > So basically after any `.`, right? Or `::` or `->`, I suppose. >...

我在 emacs-china 上看到你发的帖子了!