winterTTr
winterTTr
Thanks for your report and I also found the same issue here. I have to say that I forget why I add (eobp) here, but I am also very caution...
Yes, I have to say that this should be by design at this moment. Right now, we check what user input only in the scope of printable ascii string. I...
I have ever thought about such kind of implementation, the potential problem is if the two candidate position are side by side, two more key suggestion cannot fit into one...
You idea is awesome, I NEVER try to resolve this problem like this. That's amazing. You know, the only thing which I always persist in, is I want to people...
Currently, the default behavior for ace jump is global, that means ace jump can help you to go to any line in any opened emacs window. Your case should be...
I agree with you, that makes sense. I will try to think about the implementation, thanks for your suggestion
Yes, currently, the foreground color for ace jump candidate is almost a fixed color. I indeed do not give a solution for the dynamic color from context of current theme....
你可以描述一下以两个字母为单位的具体方式么?
Thanks for your report, I will try to investigate this problem. BTW, which kind of OS are you using the emacs 24? Windows Or Linux?
Actually, I have thought the same kind of problem before, but I do not find a good way to define "distance". Maybe row based, column based or straight-line based, that...