[email protected] (Joel J. Adamson) writes: > 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. > > I confirm this on Fedora 16 i686 with GNU Emacs 23.3.1 > (i386-redhat-linux-gnu, GTK+ Version 2.24.7) of 2011-11-23 on > x86-12.phx2.fedoraproject.org with revision number 584.
There is just a "(require 'ffap)" missing. You can add it as workaround to your .emacs. I will add it to dvc-unified.el. Stefan. _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
