Clemens Radermacher

Results 62 comments of Clemens Radermacher

> The strange part is the fact that in my case the forground color of the highlighted candidate depends on the previously highlighted candidate; but this might be just be...

Thanks, also see https://github.com/raxod502/prescient.el/issues/65

I think this could be a job for the upcoming `affixation-function` (Emacs 28). @minad @oantolin Dealing with this seems like a good fit for marginalia? Related: I [reported](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=45780) a bug...

Thanks, we can add an option for the first or maybe make use of `hscroll-margin` like you suggested in the other issue. For the shifted candidates I would need a...

Resizing the frame with the mouse vertically has [other problems](https://github.com/raxod502/selectrum/issues/407) but I can't reproduce the candidate misplacement when resizing it horizontally. Maybe this has only been a problem in older...

Okay, thanks, weird that it happens after some time only, I wonder what this is about :eyes:

Maybe we can just save every command in `pre-command-hook` as long as there isn't an active minibuffer. Then when `selecturm-read` gets called use that saved command as `selectrum--last-command`.

In Emacs 28 there will be `minibuffer-this-command` which we can use, this will also useful for command based configuration.

Yes, but it makes sense because this is a value you just had no access to before.

Yes, all those this/that/last commands are hard to get right...