> It works fine for me. Try doing 'M-x toggle-debug-on-error' before
> you run magit-status. The backtrace might at least give a hint where
> the error is coming from.
Thank you very much for the reply. I did try `toggle-debug-on-error' but didn't
help much, however, I toggled debug on again before running "M-x magit-status"
and I didn't get the original error message "call-interactively: Symbol's value
as variable is void: magit-status", instead, I got:
Debugger entered--Lisp error: (void-variable magit-status)
magit-status("<path to some repository>")
call-interactively(magit-status nil nil)
When I first wrote my advicing function everything worked perfectly, but the
next day it no longer worked. Afterwards it worked for one or two times, but
most of the time it didn't work. Therefor, could you try a few more times?
Thanks,
York