This fork includes modifications to keep up with the changes to the cl
package, as well as modifications to more closely match acme’s behaviors. It also implements it as a minor mode, acme-mouse-mode
, with a global option.
acme-search
function (single click on mouse-3
) now resets the point if you click on a different word, and keeps the same region if you click within it. Thanks u/Slow-Mammoth7380!
Dragging with mouse-3
now sets region and searches for said region. If the next mouse-3
click is inside the new region, it does not change the search text.
mouse-2
without chording and without dragging now either clicks a button/link or calls eval-defun
if outside of a region, or eval-region
if within an active region. If mouse-2
is drug, region is set, and then eval-region
is called.