Linux -Blue forest free software | Return to home page | Site Map | Search WWW | Contact Us |
Your current position : Homepage > Free Software > Technological exchanges >System Management


    

Blue Forest http://www.lslnet.com at 3:18 p.m. on August 18, 2006


[Posted] emacs put into code browser, similar sourceinsight

Emacs put into a code browser, similar sourceinsight no longer look at code in the Windows

Software requirements :
Cscope-15.5.tar.gz http://sourceforge.net/projects/cscope
Ecb-2.32.tar.gz http://sourceforge.net/projects/ecb

But for the general installation of GNU emacs term support is also needed three additional packages eieio, semantic, speedbar
Http://sourceforge.net/projects/cedet
These three packages are downloaded
I use the
Eieio-0.17.tar.gz
Semantic-1.4.4.tar.gz
Speedbar-0.14beta4.tar.gz

Installation ecb and three support packages :
#cd /usr/share/emacs/site-lisp
#tar Zxfv ecb-2.32.tar.gz
#tar Zxfv eieio-0.17.tar.gz
#tar Zxfv semantic-1.4.4.tar.gz
#tar Zxfv speedbar-0.14beta4.tar.gz
Do connect four
Ln-s ecb-2.32 ecb
Ln-s eieio-0.17 eieio
Ln-s semantic-1.4.4 semantic
Ln-s speedbar-0.14beta4 speedbar

Then amend
Site-start.el documents
Add the following elements
(Setq load-path (append load-path '( "/usr/share/emacs/site-lisp/eieio")))
(Setq load-path (append load-path '( "/usr/share/emacs/site-lisp/semantic")))
(Setq load-path (append load-path '( "/usr/share/emacs/site-lisp/speedbar")))
(Setq load-path (append load-path '( "/usr/share/emacs/site-lisp/ecb")))
(Require 'ecb)

Restart about emacs
Mx ecb-activate
A look at what

Anyway, I was more simple installation cscope
$tar Zxfv cscope-15.5.tar.gz
$cd Cscope-15.5
$./configure
$make
#make Install
Cscope-indexer then contrib/xcscope/ catalog of complex systems such as PATH catalog /usr/local/bin
Then xcscope.el complex systems
/usr/share/emacs/site-lisp
Laws /usr/share/emacs/site-lisp/site-start.el
Add
(Require 'xcscope)
C restart emacs and open a document and see what changes?
Note the use of these two software's files to see if they bring their own, very clear



 Privacy Policy  Copyright © 1999-2000 LSLNET.COM. All rights reserved. Blue Forest website owners. E-mail : Webmaster@lslnet.com