all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Xue Fuqiao <xfq.free@gmail.com>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Cannot use `vc-annotate' on OS X
Date: Sun, 2 Jun 2013 09:26:09 +0800	[thread overview]
Message-ID: <CAAF+z6FUgQb8ikPMk-zKqJawV1zA-LzDy_1rZdh_wECkj9wwEA@mail.gmail.com> (raw)

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/



             reply	other threads:[~2013-06-02  1:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-02  1:26 Xue Fuqiao [this message]
2013-06-02  2:50 ` Cannot use `vc-annotate' on OS X 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAAF+z6FUgQb8ikPMk-zKqJawV1zA-LzDy_1rZdh_wECkj9wwEA@mail.gmail.com \
    --to=xfq.free@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.