Robin Green <[email protected]> writes: > On Mon, 12 Dec 2011 10:12:58 -0500, [email protected] (Joel J. Adamson) > wrote: >> Robin Green <[email protected]> writes: >> >> > Public bug reported: >> > >> > When I do M-x dvc-clone, I get Symbol's function definition is void: >> > ffap-url-at-point >> >> At what point in the process? Using which backend? I did not get the >> same behavior using xgit on a similar system (same Emacs, same Fedora). > > Straight away. Try: > > emacs -f dvc-clone > > to reproduce. I think it depends on whether you have run another dvc > command previously, because I have gotten dvc-clone to not display this > error message in the past.
Try: (require 'ffap) in your .emacs, it should solve the problem. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 -- You received this bug notification because you are a member of dvc-dev, which is the registrant for dvc. https://bugs.launchpad.net/bugs/902513 Title: dvc-clone: Symbol's function definition is void: ffap-url-at-point Status in Distributed Version Control for Emacs: New Bug description: When I do M-x dvc-clone, I get Symbol's function definition is void: ffap-url-at-point This is with emacs 23.3.1 on Fedora 16. To manage notifications about this bug go to: https://bugs.launchpad.net/dvc/+bug/902513/+subscriptions _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
