Jean-Philippe Bernardy
Jean-Philippe Bernardy
As far as I can see I'd be happy if the line ``` (let ((ks (copy-sequence keys)) ``` in the function `avy-tree` would be replaced by ``` (let ((ks (copy-sequence...
The issue that I describe refers to a single window. Let me try a more concrete description: Let's say that my list of characters begins with `f` `j` and ends...
Here is how I configure avy: ``` (use-package avy :ensure t :pin melpa-stable :commands avy-goto-char avy-goto-word-1 :init (setq avy-keys '( ?t ?n ?s ?e ?r ?i ?o ?a ;; 'power...
> The assumption `avy` makes is that occurrences near the start are more desirable and should be given the shortest keys. Thinking about it more, I think that this assumption...
Great. I'll do some hacking and see what I can do. In any case I'm not proposing the current approach, whose predictability has value, I agree. On Fri, Oct 7,...
@pheaver: indeed the aim is the same as #194. As far as I am concerned the issues could be merged. As for the status: I tried to do some fancy...
What we could have is a function which computes a span from the position-tokens within it. On Wed, Jun 12, 2013 at 10:59 PM, Michal Antkiewicz < [email protected]> wrote: >...
@fkm3 I don't think that your proposed explanation is correct. I have the same issue when trying to build with nixos 18.03, it pegs proto-lens-0.2.2.0 too.
I've given up on trying to complete on unloadable files. So this issue is fixed by default.
Yep, this works. Thanks @purcell.