Sorry I forgot, here you go:

Debugger entered--Lisp error: (wrong-type-argument listp
"ac6a728b3a588fa8e56cd8df2c34cf0a416f44d8")
cadr(("2e96d6ef9b1c252125490e584272c4ff4e33b205" .
"ac6a728b3a588fa8e56cd8df2c34cf0a416f44d8"))
(setq rev (cadr (magit-diff-range section)) file (progn (or (and (memq
(aref section 0) cl-struct-magit-section-tags)) (error "%s accessing a
non-%s" (quote magit-section-info) (quote magit-section))) (aref
section 2)))
(if section (setq rev (cadr (magit-diff-range section)) file (progn
(or (and (memq (aref section 0) cl-struct-magit-section-tags)) (error
"%s accessing a non-%s" (quote magit-section-info) (quote
magit-section))) (aref section 2))) (if rev nil (setq rev
(magit-get-current-branch))))
(let (rev file section) (let* ((it (magit-current-section)) (info (and
it (progn (or (and ...) (error "%s accessing a non-%s" ... ...)) (aref
it 2)))) (parent (and it (progn (or (and ...) (error "%s accessing a
non-%s" ... ...)) (aref it 13))))) (cond ((magit-section-match (quote
commit) it) (setq file magit-file-log-file rev info))
((magit-section-match (quote hunk) it) (setq section parent))
((magit-section-match (quote diff) it) (setq section it)))) (if
section (setq rev (cadr (magit-diff-range section)) file (progn (or
(and (memq (aref section 0) cl-struct-magit-section-tags)) (error "%s
accessing a non-%s" (quote magit-section-info) (quote magit-section)))
(aref section 2))) (if rev nil (setq rev (magit-get-current-branch))))
(setq rev (magit-read-rev "Retrieve file from revision" rev) file
(cond ((eql rev (quote working)) (read-file-name "Find file: ")) ((eql
rev (quote index)) (magit-read-file-from-rev "HEAD" file)) (t
(magit-read-file-from-rev rev file)))) (list rev file (if
current-prefix-arg (quote switch-to-buffer) (quote pop-to-buffer))))
call-interactively(magit-show record nil)
command-execute(magit-show record)
execute-extended-command(nil "magit-show")

Thanks

On Thu, Apr 10, 2014 at 4:30 AM, Jonas Bernoulli <[email protected]> wrote:
> Could you please `M-x toggle-debug-on-error` and then repeat your steps.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "magit" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to