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

merlin-phrase-next #606

Closed
william3 opened this issue Nov 24, 2016 · 3 comments
Closed

merlin-phrase-next #606

william3 opened this issue Nov 24, 2016 · 3 comments

Comments

@william3
Copy link

thanks very much for this nice wiki. I tried to use "merlin-phrase-next", but get this message (debian jessie, emacs 24.4.1, opam switch 4.04.0) :

merlin-phrase-next (C-c C-n) returns :
merlin-phrase-next: Wrong number of arguments: (lambda nil "Go to the phrase indicated by COMMAND.
Returns the position." (let ((cell (cons nil nil))) (merlin/sync-to-end) (let ((--dolist-tail-- (merlin/send-command (list (quote shape) (merlin/unmake-point (point))))) shape) (while --dolist-tail-- (setq shape (car --dolist-tail--)) (merlin--traverse-shape (point) cell shape) (setq --dolist-tail-- (cdr --dolist-tail--)))) cell)), 1

Best regards

@raphael-proust
Copy link
Contributor

Have you re-installed merlin since you switched to 4.04.0? Have you updated your .emacs? Can you check what version of ocamlmerlin is installed?

This looks like a version mismatch between your emacs config and your merlin binary. (Not certain about that though.)

@let-def
Copy link
Contributor

let-def commented Nov 25, 2016

Actually, I didn't port merlin-phrase-next to current version. I have to reimplement it for next release.

@let-def
Copy link
Contributor

let-def commented Mar 1, 2017

This is fixed in the version that sould be released around the same time as OCaml 4.05.

@let-def let-def closed this as completed Mar 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants