~ubuntu-branches/debian/lenny/ecb/lenny

« back to all changes in this revision

Viewing changes to html-help/First-steps.html

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-16 23:16:24 UTC
  • Revision ID: james.westby@ubuntu.com-20040216231624-brlrnyp41twx033r
Tags: upstream-2.21
ImportĀ upstreamĀ versionĀ 2.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html lang="en">
 
2
<head>
 
3
<title>ECB - the Emacs Code Browser</title>
 
4
<meta http-equiv="Content-Type" content="text/html">
 
5
<meta name=description content="ECB - the Emacs Code Browser">
 
6
<meta name=generator content="makeinfo 4.2">
 
7
<link href="http://www.gnu.org/software/texinfo/" rel=generator-home>
 
8
</head>
 
9
<body>
 
10
<p>
 
11
Node:<a name="First%20steps">First steps</a>,
 
12
Previous:<a rel=previous accesskey=p href="Setting-up-Emacs.html#Setting%20up%20Emacs">Setting up Emacs</a>,
 
13
Up:<a rel=up accesskey=u href="Install-and-first-steps.html#Install%20and%20first%20steps">Install and first steps</a>
 
14
<hr><br>
 
15
 
 
16
<h3>First steps after activating ECB first time</h3>
 
17
 
 
18
<p>This section of the ECB online-help is displayed automatically by ECB
 
19
after activating ECB first time and describes what are the first basic
 
20
steps:
 
21
 
 
22
<ol type=1 start=1>
 
23
 
 
24
</p><li>Configure where ECB can find your sources:
 
25
 
 
26
<p>Call <code>M-x customize-option RET ecb-source-path RET</code><a rel=footnote href="#fn-1"><sup>1</sup></a>. This lets you customize the option
 
27
<code>ecb-source-path</code> with the customize-feature of Emacs. This opens
 
28
a customize-buffer where you can insert all the directories where ECB
 
29
can find your source-files. Save your changes with the button "Save
 
30
for future sessions" and then throw away this customize-buffer either
 
31
by killing it with <code>M-x kill-buffer</code> or clicking at the button
 
32
"Finish".
 
33
 
 
34
</p><li>Take a look at the most important options of ECB
 
35
Call <code>M-x ecb-customize-most-important RET</code> and see a list of
 
36
options which you should at least know that these options exist.
 
37
 
 
38
<li>Read the online-help of ECB:
 
39
 
 
40
<p>The online-help of ECB is available via
 
41
 
 
42
<ul>
 
43
<li>calling <code>M-x ecb-show-help</code>,
 
44
<li>pressing <kbd>C-c . o</kbd> or
 
45
<li>using the menu "ECB". 
 
46
</ul>
 
47
 
 
48
<p>(The section you are currently reading is part of the online-help of
 
49
ECB)
 
50
 
 
51
<p>Here is also the chapter "Tips and tricks" very interesting!
 
52
 
 
53
</p><li>Start working with ECB.
 
54
</ol>
 
55
 
 
56
<hr><h4>Footnotes</h4>
 
57
<ol type="1">
 
58
<li><a name="fn-1"></a>
 
59
<p>This
 
60
means first hitting the keys <kbd>M</kbd> (Meta- or Alt-key) and <kbd>x</kbd>
 
61
simultaneously, inserting ``customize-option'' in the minibuffer,
 
62
hitting RETURN, inserting ``ecb-source-path'' in the minibuffer and
 
63
finally hitting RETURN again</p>
 
64
 
 
65
</ol><hr>
 
66
 
 
67
</body></html>
 
68