-
Notifications
You must be signed in to change notification settings - Fork 13
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
Melpa package of magithub broken #11
Comments
Confirm |
+1 |
The variable magit-log-edit-confirm-cancellation appears to be removed from magit, causing magithub to crash the initialization of magit. Fixes nex3#11
+1 |
Question, why is this closed when the MELPA install is still broken? |
As far as I can tell, looking at the issue status indicator at the top of this page, this issue isn't closed. If I'm understanding things correctly, the 'Closed' indicator earlier in this thread is a reference to the issue being closed on the /magit/ repo, as the issue is not with magit itself, but with /magithub/, a distinct project. |
@flexibeast thanks for clearing that up. It seems that the melpa package is still a release from July. (?) |
Yes, that's the latest release I'm seeing also .... Basically I've uninstalled magithub until this issue is fixed, so that I can at least continue using magit. |
I had the same problem. |
+1 |
Adding |
Apparently magithub is unsupported and does not work anyway, see melpa/melpa#1126. |
Hello,
I have magit and magithub installed with M-x package-list-packages. When I try to load magit (yes, magit, not magithub), I get this error:
(void-variable magit-log-edit-confirm-cancellation)
This is what's happening:
;;;###autoload
(eval-after-load 'magit
'(unless (featurep 'magithub)
(require 'magithub)))
(defcustom magithub-message-confirm-cancellation magit-log-edit-confirm-cancellation
"If non-nil, confirm when cancelling the editing of a `magithub-message-mode' buffer."
:group 'magithub
:type 'boolean)
Maybe the variable has been removed? Dunno.
Michael.
The text was updated successfully, but these errors were encountered: