guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Magit 2 troubleshooting


From: Ludovic Courtès
Subject: Magit 2 troubleshooting
Date: Sat, 29 Aug 2015 16:39:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> skribis:

> So I wish people good luck with moving to Magit2 :-)

So!  I’ve upgraded ‘magit’ and ‘magit-svn’, but now (require 'magit-svn)
yields this:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (void-function magit-key-mode-add-group)
  magit-key-mode-add-group(svn)
  
byte-code("\301\300\302\303\304$\210\305\306\307#\210\310\311!\210\312\311\313\314\315$\210\312\311\316\317\320$\210\312\311\321\322\323$\210\312\311\324\325\326$\210\312\311\327\330\331$\210\312\311\332\333\334$\210\312\311\335\336\337$\210\340\311\341\342\343$\210\344\311!\207"
 [magit-svn-extension-menu easy-menu-do-define nil "Git SVN extension menu" 
("Git SVN" :visible magit-svn-mode ["Create branch" magit-svn-create-branch 
(magit-svn-enabled)] ["Rebase" magit-svn-rebase (magit-svn-enabled)] ["Fetch" 
magit-svn-remote-update (magit-svn-enabled)] ["Commit" magit-svn-dcommit 
(magit-svn-enabled)]) easy-menu-add-item magit-mode-menu ("Extensions") 
magit-key-mode-add-group svn magit-key-mode-insert-action "r" "Rebase" 
magit-svn-rebase "c" "DCommit" magit-svn-dcommit "f" "Fetch" 
magit-svn-remote-update "s" "Find rev" magit-svn-find-rev "B" "Create branch" 
magit-svn-create-branch "T" "Create tag" magit-svn-create-tag "x" "Fetch 
Externals" magit-svn-fetch-externals magit-key-mode-insert-switch "-n" "Dry 
run" "--dry-run" magit-key-mode-generate] 5)
  require(magit-svn)
  eval((require (quote magit-svn)) nil)
  eval-expression((require (quote magit-svn)) nil)
  call-interactively(eval-expression nil nil)
  command-execute(eval-expression)
--8<---------------cut here---------------end--------------->8---

Does that ring a bell?

(Another thing I noticed is that the ‘git-commit-mode’ module has been
renamed to ‘git-commit’.  Just mentioning it in case someone gets hit by
this one.)

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]