all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Cannot use `vc-annotate' on OS X
@ 2013-06-02  1:26 Xue Fuqiao
  2013-06-02  2:50 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Xue Fuqiao @ 2013-06-02  1:26 UTC (permalink / raw)
  To: help-gnu-emacs

Hi list,

I wanted to display an annotated version of files.el, so I pressed
`C-x v g' in that file.  But Debugger entered:

  Debugger entered--Lisp error: (file-error "Searching for program"
"No such file or directory" "bzr")
    start-process("bzr" #<buffer *Annotate files.el (rev 112804)*>
"bzr" "annotate" "--long" "--all" "-r" "112804" "files.el")
    apply(start-process "bzr" #<buffer *Annotate files.el (rev
112804)*> "bzr" ("annotate" "--long" "--all" "-r" "112804"
"files.el"))
    start-file-process("bzr" #<buffer *Annotate files.el (rev
112804)*> "bzr" "annotate" "--long" "--all" "-r" "112804" "files.el")
    apply(start-file-process "bzr" #<buffer *Annotate files.el (rev
112804)*> "bzr" ("annotate" "--long" "--all" "-r" "112804"
"files.el"))
    vc-do-command(#<buffer *Annotate files.el (rev 112804)*> async
"bzr" "/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el" "annotate"
"--long" "--all" "-r" "112804")
    apply(vc-do-command #<buffer *Annotate files.el (rev 112804)*>
async "bzr" "/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el" "annotate"
("--long" "--all" "-r" "112804"))
    vc-bzr-command("annotate" #<buffer *Annotate files.el (rev
112804)*> async "/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el"
"--long" "--all" "-r" "112804")
    apply(vc-bzr-command "annotate" #<buffer *Annotate files.el (rev
112804)*> async "/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el"
"--long" "--all" ("-r" "112804"))
    vc-bzr-annotate-command("/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el"
#<buffer *Annotate files.el (rev 112804)*> "112804")
    apply(vc-bzr-annotate-command
("/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el" #<buffer *Annotate
files.el (rev 112804)*> "112804"))
    vc-call-backend(Bzr annotate-command
"/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el" #<buffer *Annotate
files.el (rev 112804)*> "112804")
    vc-annotate("/Users/xfq/emacs-repo/bzr/trunk/lisp/files.el" "112804" 20.0)
    call-interactively(vc-annotate nil nil)
    command-execute(vc-annotate)

I can use bzr outside Emacs, and I'm using OS X 10.8.3 with Bazaar
2.5.1 and python 2.7.2.  It seems that Emacs cannot find my bzr.  Can
anyone point me in the right direction?

FYI:
  $ which bzr
  /usr/local/bin/bzr
  $ cat /etc/paths
  /usr/bin
  /bin
  /usr/sbin
  /sbin
  /usr/local/bin

--
Best regards, Xue Fuqiao.
http://www.gnu.org/software/emacs/



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-03 23:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-02  1:26 Cannot use `vc-annotate' on OS X Xue Fuqiao
2013-06-02  2:50 ` Eli Zaretskii
2013-06-02  3:05   ` Xue Fuqiao
2013-06-02 15:11     ` Eli Zaretskii
2013-06-02 16:47       ` Dmitry Gutov
2013-06-03 23:00         ` Xue Fuqiao

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.