You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a similar problem: tuareg-find-kwop-pos: Wrong type argument: stringp, nil after typing a newline after a match … with. tuareg-find-kwop-pos was called with kr = tuareg-find-pipe-match-regexp, which was nil.
This is due to tuareg-make-indentation-regexps being skipped at initialization because of tuareg-use-smie.
On line 518, kwop-regexp is set to nil, because kr is nil. Then re-search-backward throws an error because its first parameter is nil.
The text was updated successfully, but these errors were encountered: