From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam K M Subject: Re: svn version number as tag or property? Date: Thu, 02 Sep 2010 14:51:53 +0530 Message-ID: <8762yo33gu.fsf@noorul.maa.corp.collab.net> References: <4C7CBC21.8040400@gmail.com> <87k4n6eknj.fsf@Rainer.invalid> <4C7E07BE.5020007@gmail.com> <87bp8hjja1.fsf@Rainer.invalid> <4C7F6340.6030604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49293 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Or60z-0004qo-Rw for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 05:23:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Or60y-0003rA-K1 for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 05:23:25 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:37238) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Or60y-0003qk-Fv for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 05:23:24 -0400 Received: by gxk9 with SMTP id 9so132146gxk.0 for ; Thu, 02 Sep 2010 02:23:23 -0700 (PDT) In-Reply-To: <4C7F6340.6030604@gmail.com> (Rainer M. Krug's message of "Thu, 02 Sep 2010 10:41:36 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: R.M.Krug@gmail.com Cc: Achim Gratz , emacs-orgmode@gnu.org Rainer M Krug writes: > On 01/09/10 22:33, Achim Gratz wrote: > >> Rainer M Krug 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-? It might not list that function because it is not interactive. Use C-h f vc-working-revision Thanks and Regards Noorul