Skip to content

rearman/acme-mouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 

Repository files navigation

README

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.

Modified Behavior

Mouse-3

acme-search

The 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

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

Clicking 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.

About

Acme mouse-chording for Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%