From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Suvayu Ali Newsgroups: gmane.emacs.help Subject: Using Cedet with Tramp and projects on NFS mounts Date: Fri, 26 Jun 2009 14:45:24 -0700 Message-ID: <4A454174.7060301@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1246053220 14395 80.91.229.12 (26 Jun 2009 21:53:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Jun 2009 21:53:40 +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 Jun 26 23:53:33 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 1MKJMS-0000q7-5i for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jun 2009 23:53:32 +0200 Original-Received: from localhost ([127.0.0.1]:56211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKJMR-0004aR-Ia for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Jun 2009 17:53:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKJEk-0000jV-0u for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 17:45:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKJEe-0000iE-FM for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 17:45:32 -0400 Original-Received: from [199.232.76.173] (port=58735 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKJEe-0000iB-9n for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 17:45:28 -0400 Original-Received: from mail-pz0-f182.google.com ([209.85.222.182]:35324) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKJEd-0006go-L7 for help-gnu-emacs@gnu.org; Fri, 26 Jun 2009 17:45:28 -0400 Original-Received: by pzk12 with SMTP id 12so2117356pzk.14 for ; Fri, 26 Jun 2009 14:45:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=8H56I8RWCEcEHKFa6+DCC63t2Z+O9b0xBSNB6uX46Ks=; b=l5kCLNE3W7Bm/xCo6AAvl1jK/BYiHH1x/ciTickTR791yzwAZke3gjQH+Nkzx0TAez Z/JJMI/p/zMrRSZs8eAPVe9diyFLDfgrmonB53f7+e/T0EXs9Otf3RT9yarrTwWlyN01 PVCGr10N2RcBCVyBOfJFw+Pq9ouFklVJE0iLg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=N/ePpfx8VMPrFDaysL8EyCVbHHlAv2p+Ay+VlPkHmWNSJ3YNCYrGQCsCN5sX9k908g P6FH0xO9/r2FJkujVRnSMR3tfomHf1KESuGu+cFBncOzbU4/IYfymBq05igrsDIYw4Qq Qiey/xXpdBYUgZcw6IkOXHDI6R6f+X14I1F/k= Original-Received: by 10.115.79.8 with SMTP id g8mr6538788wal.95.1246052726112; Fri, 26 Jun 2009 14:45:26 -0700 (PDT) Original-Received: from ?142.58.122.14? (p8460-6.phys.sfu.ca [142.58.122.14]) by mx.google.com with ESMTPS id 7sm5629967pxi.36.2009.06.26.14.45.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 26 Jun 2009 14:45:25 -0700 (PDT) User-Agent: Thunderbird 2.0.0.22 (X11/20090608) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 26 Jun 2009 17:51:19 -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:65567 Archived-At: Hi all, I am a relatively new Emacs user on GNU/Linux and loving it. I learned about CEDET from this list and tried it out. I need to work within a few frameworks developed in C++ and for code on my local machine it works perfectly. I have this in my .emacs to make that work. > ;; cedet customisations for ROOT Data Analysis Framework > (setq rootsys "~/root/include") > (semantic-add-system-include rootsys 'c++-mode) > (add-to-list 'auto-mode-alist (cons rootsys 'c++-mode)) > (add-to-list 'semantic-lex-c-preprocessor-symbol-file (concat rootsys "/include")) > (add-to-list 'semantic-lex-c-preprocessor-symbol-file (concat rootsys "/ExRootAnalysis")) > (add-to-list 'semantic-lex-c-preprocessor-symbol-file (concat rootsys "/ExRootAnalysis/ExRootAnalysis")) But most of my work requires me to work on remote machines. So my question is, how do I setup semantic to search the directories in my project for tags when I am connected to the remote machine using Tramp like this, /ssh:user@remote.host:~/path/to/my/project/ Thanks for any help on this. PS: the remote machine is usually across the atlantic :P -- Suvayu Open source is the future. It sets us free.