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

'.' doesn't repeat with counts. #6421

Closed
newhook opened this issue Jun 24, 2016 · 10 comments
Closed

'.' doesn't repeat with counts. #6421

newhook opened this issue Jun 24, 2016 · 10 comments

Comments

@newhook
Copy link

newhook commented Jun 24, 2016

Description

. (dot) doesn't repeat with counts.

Reproduction guide

  • Start Emacs
  • 2dd
  • .

Observed behaviour:
2dd deletes two lines. Pressing . deletes one line.

Expected behaviour:
2dd deletes two lines. Pressing . should deletes two lines.

System Info

  • OS: darwin
  • Emacs: 25.1.50.1
  • Spacemacs: 0.105.21
  • Spacemacs branch: master (rev. 0283f64)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(go osx auto-completion better-defaults emacs-lisp common-lisp git markdown org scheme
    (shell :variables shell-default-height 30 shell-default-position 'bottom)
    spell-checking syntax-checking version-control)

Backtrace

@TheBB
Copy link
Collaborator

TheBB commented Jun 24, 2016

Can't reproduce this, works fine here.

@newhook
Copy link
Author

newhook commented Jun 24, 2016

This is a gif of me reproducing the bug in my local environment. The one line deletes are me pressing . and the 2 line deletes are me typing 2dd. This bug is super annoying...

http://s.cust.io/1eZFZ

@syl20bnr
Copy link
Owner

You are using a bleeding edge Emacs, this might the cause. Try to reproduce it with SPC q D evil.

@a13ph
Copy link

a13ph commented Jun 25, 2016

i'm reproducing this as well (on Ubuntu PPA development snapshot of emacs), so @syl20bnr is probably right

@syl20bnr
Copy link
Owner

I cannot reproduce it on 24.5.1 so I suggest to report this upstream mentioning emacs 25.1.

@newhook
Copy link
Author

newhook commented Jun 28, 2016

Do you run 24.5.1 on osx?

@syl20bnr
Copy link
Owner

Yes I'm on OS X.

@newhook
Copy link
Author

newhook commented Jun 29, 2016

I reverted back to 24.5.1 and it works as expected. Thanks.

@syl20bnr
Copy link
Owner

syl20bnr commented Jul 3, 2016

Thank you for the confirmation, reported here: https://bitbucket.org/lyro/evil/issues/683/doesnt-repeat-with-counts-emacs-25

@Miciah
Copy link
Contributor

Miciah commented Jul 8, 2018

https://bitbucket.org/lyro/evil/issues/683/doesnt-repeat-with-counts-emacs-25 moved to emacs-evil/evil#683, which was closed as a duplicate of emacs-evil/evil#731, which was closed as fixed, so it looks like this issue has been fixed upstream. For what it's worth, I cannot reproduce the reported behavior with Emacs 27.0.50.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Upstream bugs
Reported, waiting
Development

No branches or pull requests

6 participants