sigma / magit-gh-pulls

Magit plugin for dealing with GitHub pull requests
254 stars 48 forks source link

Symbol’s function definition is void: ht\? #117

Open stig opened 6 years ago

stig commented 6 years ago

I get this error every time I create a PR. The PR is actually created, but the buffer with my PR description is not closed, and the PR is not opened on GitHub (which I have it set to do automatically).

Here's what I see in *Messages*:

Git finished [2 times]
[C-t] show common commands, [?] describe events, [C-h i] show manual
Branch foo lags behind its remote. Push the local commits to origin/foo? (y or n) y
Running /usr/bin/git push -v origin foo:refs/heads/foo [2 times]
Opening pull request editor. C-c C-c to finish, C-c C-k to quit.
Git finished [2 times]
Mark set
Contacting host: api.github.com:443
Symbol’s function definition is void: ht\?
Mark set [2 times]
stig commented 6 years ago

I've discovered that this problem disappears if I load marshal-0.8.2 from melpa stable instead of using the latest version.

wolves commented 6 years ago

I am also getting this error. Has there been any fixes at all other than installing an older version of the marshal pkg?