all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using Cedet with Tramp and projects on NFS mounts
@ 2009-06-26 21:45 Suvayu Ali
  2009-06-27  7:08 ` Pierre Lorenzon
  0 siblings, 1 reply; 5+ messages in thread
From: Suvayu Ali @ 2009-06-26 21:45 UTC (permalink / raw)
  To: help-gnu-emacs

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.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-06-29  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1330.1246053081.2239.help-gnu-emacs@gnu.org>
2009-06-26 22:08 ` Using Cedet with Tramp and projects on NFS mounts Richard Riley
2009-06-29  3:37   ` suvayu ali
2009-06-26 21:45 Suvayu Ali
2009-06-27  7:08 ` Pierre Lorenzon
2009-06-29  2:40   ` suvayu ali

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.