Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easy-mark doesn't include next sexp on second invocation #33

Open
unhammer opened this issue Nov 10, 2018 · 1 comment
Open

easy-mark doesn't include next sexp on second invocation #33

unhammer opened this issue Nov 10, 2018 · 1 comment

Comments

@unhammer
Copy link

With mark-sexp, you can press it several times to mark sexp's forward, e.g. if you have

(setq |foo '(bar) fie fum)

then after pressing C-M-SPC three times, you'll have marked foo '(bar) fie.

But after (global-set-key [remap mark-sexp] 'easy-mark), pressing C-M-SPC thrice only '(bar) is marked (and it never moves forward no matter how many times I press it).

@leoliu
Copy link
Owner

leoliu commented Nov 12, 2018

Once enter the easy-kill mode, the selection can be extended by typing 1,2...9,0 or the char for the thing.

Typing three C-M-SPC without easy-mark is equivalent to typing C-M-SPC s s or C-M-SPC 2 when using easy-mark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants