~ubuntu-branches/ubuntu/saucy/ecb/saucy

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-09-01 22:15:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040901221518-0jfdt2apb2rj69ey
Tags: 2.27-1
And include latest Upstream too...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
README for the Emacs Code Browser (ECB) version 2.21
 
1
README for the Emacs Code Browser (ECB) version 2.27
2
2
 
3
3
 
4
4
About
17
17
 
18
18
ECB requires the following packages:
19
19
 
20
 
- Semantic, author version between 1.4 and 1.4.9
 
20
- Semantic, author version 1.4 or higher
21
21
  (http://cedet.sourceforge.net/semantic.shtml)
22
22
  
23
 
- Eieio, author version between 0.17 and 0.17.9
 
23
- Eieio, author version 0.17 or higher
24
24
  (http://cedet.sourceforge.net/eieio.shtml).
25
25
  
26
26
- speedbar, author version 0.14beta1 or higher
95
95
   changing the `load-path' variable directly in your `.emacs' or
96
96
   `site-lisp/site-start.el' or by working with a file `subdirs.el'.
97
97
 
 
98
   So for example the needed entry for your .emacs-file could be:
 
99
 
 
100
      (add-to-list 'load-path
 
101
                   "/path/to/your/ecb/installation/directory")
 
102
 
98
103
   *ATTENTION*: ECB is NOT properly installed if it's directory is not added
99
104
   to `load-path' and for example just loaded by
100
105
 
119
124
   This loads all available autoloads (e.g. `ecb-activate', `ecb-minor-mode',
120
125
   `ecb-show-help' or `ecb-byte-compile') of current ECB.
121
126
 
 
127
   Regardless which method you prefer: In both cases the used statement must
 
128
   be placed *after* the statement of step 3!
 
129
 
122
130
5. Restart (X)Emacs.
123
131
 
124
132
ECB is now ready for use and can be activated by calling `M-x ecb-activate' or
184
192
 
185
193
ecb-list@lists.sourceforge.net
186
194
 
 
195
*IMPORTANT*: Cause of extra appearance of SPAM in the mailing-lists,
 
196
SourceForge has changed its policy: Now it is only possible to post to the
 
197
mailing-list for users who have subscribed this mailing-list.
 
198
 
 
199
So please be aware you will not be able to send comments, bug reports and
 
200
improvement suggestions before you have subscribed the ECB-mailing-list. See
 
201
the section "Mailing-list" at the ECB-website at http://ecb.sourceforge.net
 
202
how to do this.
 
203