In a Helm buffer, it should be possible to move the selection line to a candidate with the mouse (<mouse-1>).
emacs-helm.sh if possible (See note at bottom)It is not possible to move the selection line to a candidate with <mouse-1>.
N/A
N/A
2.5.125.1.50.1Darwin C02RW05YFVH6 15.6.0Here how it will behave:
helm-prevent-mouse is non-nil, no mouse, same behavior as now.helm-prevent-mouse is nil:Perhaps in the future we should also track the mouse for automatic selection
but this is much more work.
This sounds great!
Cool, though I think it's more common for vars to do something when they're non-nil, so I'd reverse helm-prevent-mouse to helm-allow-mouse and make it t by default.
That's a good point. Double-negative options tend to be confusing for some reason.
Tianxiang Xiong notifications@github.com writes:
Cool, though I think it's more common for vars to do something when
they're non-nil, so I'd reverse helm-prevent-mouse to helm-allow-mouse
and make it t by default.
Yeah, this and some other details I need to fix...
--
Thierry
Gpg Key fingerprint = 6CEC 7081 AB33 E251 4AB8 5FC2 28D1 7F53 59F2 9997
I think I handled now all user cases, let me know when something is wrong.
Should also fix related issue: #501 #1495 and #622.
Still some issues with help-echo's in async-sources that need to be fixed:
Is it just me, or is this significant enough to warrant some kind of announcement or news item? :)
alphapapa notifications@github.com writes:
Is it just me, or is this significant enough to warrant some kind of
announcement or news item? :)
Will add a note in https://github.com/emacs-helm/helm/releases when
releasing next version.
--
Thierry
Gpg Key fingerprint = 6CEC 7081 AB33 E251 4AB8 5FC2 28D1 7F53 59F2 9997
Can I swap mouse2 and mouse3? I haven't owned a mouse with a middle button in 6 years.
Anton Shiryaev notifications@github.com writes:
Can I swap mouse2 and mouse3? I haven't owned a mouse with a middle button in 6 years.
Normally, mouse1 + mouse3 == mouse2, IOW press simultenaously your two
mouse button.
--
Thierry
I can't do that either, sadly. So far I've bound it to S-
On 14 Sep 2018, 11:53 +0300, Thierry Volpiatto notifications@github.com, wrote:
>
Anton Shiryaev notifications@github.com writes:
Can I swap mouse2 and mouse3? I haven't owned a mouse with a middle button in 6 years.
Normally, mouse1 + mouse3 == mouse2, IOW press simultenaously your two
mouse button.--
Thierry—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Most helpful comment
Here how it will behave:
helm-prevent-mouseis non-nil, no mouse, same behavior as now.helm-prevent-mouseis nil:Perhaps in the future we should also track the mouse for automatic selection
but this is much more work.