oscarfv

Results 55 comments of oscarfv

I'm a `flx` user for many years now, mostly with `ido`, so I'm quite familiarized with how `flx` works. `foo-bar` should be a match under `flx` for both `fbr` and...

Never mind. `company-etags--candidates` was filtering out those candidates that don't start with the given `prefix` parameter (`prefix` contains the first char of the string to be completed). Here, the correct...

> > Here, the correct thing when using flx is to return all candidates unfiltered. > > By default, company-fuzzy will try to get all candidates (as many as possible),...

Thanks. This is a case of conflicting responsibilities: `company-fuzzy` supports methods that expect to do the filtering (i.e. `flx`) while `company` backends are supposed to do the filtering. We can...

The linked issue on the first message no longer works (please, people, provide proper bug reports instead of a link) but I must mention that I don't use helm and...

`org-clock-report` is the first match for `ocr` here. flx is already quite taxing on CPU and memory resources as it is, there should be a very good reason for adding...

This shows that you don't use flx effectively. A good heuristic when looking for Emacs commands (M-x) is to start typing the initials of the words that make that command...

One thing flx does not is mind-reading, which is the only method for doing the Right Thing. Saying "I searched for this and the suggestions didn't fit my expectations" is...

@jcs090218 : is this issue related to flx-rs? I'm seeing a similar case, but it happens when using vertico + fussy + (flx-rs or plain flx). With ido + flx-ido...

@jcs090218 : on the issue I've observed there is no difference from the current release of flx-rs to the previous one.