From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jerry Fleming Newsgroups: gmane.emacs.help Subject: how to make ecb tree buffer aware of svn Date: Fri, 07 Aug 2009 18:00:32 +0800 Organization: A poorly-installed InterNetNews site Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249654718 14978 80.91.229.12 (7 Aug 2009 14:18:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Aug 2009 14:18:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 07 16:18:31 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MZQH9-0005MR-6S for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Aug 2009 16:18:31 +0200 Original-Received: from localhost ([127.0.0.1]:40406 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZQH8-0004rB-Aq for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Aug 2009 10:18:30 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!fu-berlin.de!news.cn99.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 116.231.42.254 Original-X-Trace: news.cn99.com 1249639326 5634 116.231.42.254 (7 Aug 2009 10:02:06 GMT) Original-X-Complaints-To: news@news.cn99.com Original-NNTP-Posting-Date: Fri, 7 Aug 2009 10:02:06 +0000 (UTC) User-Agent: Thunderbird 2.0.0.22 (X11/20090716) Original-Xref: news.stanford.edu gnu.emacs.help:171749 X-Mailman-Approved-At: Fri, 07 Aug 2009 10:17:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:66935 Archived-At: Hi, I am running GNU Emacs 22.3.1 (i686-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-07-15. My project is controlled under subversion. I have configed emacs to recognize my svn working copy in ECB's source window and every else, except one place: the tree buffer. Every time I right click the tree (i.e, with mouse-3), a context menu pops up with an item labeled Version Control, but the menus are all CVS related. I was wondering how can I change the menus to be subversion aware, just as the main menu, or the context menu of source window do? P.S.: my .emacs contains the following lines: (ecb-vc-supported-backends (quote ((ecb-vc-dir-managed-by-SVN . ecb-vc-state) ))) (vc-handled-backends (quote (SVN)) Thanks.