Rainer M Krug <r.m.k...@gmail.com> writes: > On 01/09/10 22:33, Achim Gratz wrote: > >> Rainer M Krug <r.m.k...@gmail.com> writes: >> >>> Hm - I can't find that command (I assume it is a function)? And if how >>> can I get the file name of the buffer? >> >> Yes, an elisp function. You either already know the name of the file >> and insert it as a string or just use another elisp function to ask >> EMACS for it. Then instead of running a shell script (which you said >> you wanted to avoid) you'll get this information from EMACS. > > Yes - that is exactly what I want to do. But I don't have that function > and svn is working from emacs. I have the following functions beginning > with vc-: > > Possible completions are: > vc-annotate vc-create-tag > vc-delete-file vc-diff > vc-dir vc-finish-logentry > vc-git-grep vc-git-log-view-mode > vc-git-stash vc-git-stash-apply > vc-git-stash-apply-at-point vc-git-stash-delete-at-point > vc-git-stash-menu vc-git-stash-pop > vc-git-stash-pop-at-point vc-git-stash-show > vc-git-stash-show-at-point vc-git-stash-snapshot > vc-insert-headers vc-merge > vc-mode-line vc-next-action > vc-print-log vc-print-root-log > vc-register vc-rename-file > vc-resolve-conflicts vc-retrieve-tag > vc-revert vc-revert-buffer > vc-revert-buffer-internal vc-revision-other-window > vc-rollback vc-root-diff > vc-svn-log-view-mode vc-switch-backend > vc-toggle-read-only vc-update > vc-update-change-log vc-version-diff > > Is there anything I have to load into emacs (GNU Emacs 23.2.1 > (i686-pc-linux-gnu, GTK+ Version 2.20.1) to get that commad?
Are you trying to use M-x vc-<tab>? It might not list that function because it is not interactive. Use C-h f vc-working-revision Thanks and Regards Noorul _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode