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

Idris holes are buggy #30

Open
olynch opened this issue Aug 31, 2022 · 3 comments
Open

Idris holes are buggy #30

olynch opened this issue Aug 31, 2022 · 3 comments
Labels
question Further information is requested

Comments

@olynch
Copy link

olynch commented Aug 31, 2022

When I make a hole, and then try and delete it, I get an error message:

Wrong number of arguments: #[(ov after-p beg end &optional len) ...

The backtrace is the following:

Debugger entered--Lisp error: (wrong-number-of-arguments #f(compiled-function (ov after-p beg end &optional len) #<bytecode 0x1ad5deb00df1881f>) 2)
  fringe-helper-modification-func(88 99)
  evil-delete(88 99 nil nil nil)
  evil-delete-line(nil nil nil nil)
  funcall-interactively(evil-delete-line nil nil nil nil)
  call-interactively(evil-delete-line nil nil)
  command-execute(evil-delete-line)
@gallais
Copy link
Member

gallais commented Sep 1, 2022

Can you please explain what you mean by:

  1. make a hole
  2. try and delete it
    ?

@olynch
Copy link
Author

olynch commented Sep 4, 2022

I.e., make something like ?rhs, and then go to the end and hit "backspace".

@gallais
Copy link
Member

gallais commented Sep 4, 2022

If I do that I get ?rh.

@gallais gallais added the question Further information is requested label Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants