~ubuntu-branches/debian/stretch/ecb/stretch

« back to all changes in this revision

Viewing changes to html-help/Manual-usage.html

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-05-16 00:20:55 UTC
  • mfrom: (1.1.2 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20060516002055-6un1h7av7a5vwqqi
Tags: 2.32-1
* debian/control
  Remove dependency to build PDF and html files.
* debian/emacsen-startup:
  Change back to (require 'ecb-autoloads) for quick loading.
* Drop pdf file installation by default.
* Depend on cogre and cedet-contrib.
* Drop jde as suggests

Cai Qian <caiqian@debian.org>  Sat, 3 Jue 2006 23:33:00 +0100

* New upstream release. (Closes: #289090, #269793, #292356)
* New maintainer (Closes: #321808).
* Change build system to use CDBS + debhelper.
* debian/rules:
  - Remove extraneous .cvsignore files and bash scripts.
    (Closes: #301939)
  - dh_link now placed in debian/links .
  - Handle doc installation via DEB_INSTALL_DOCS_ALL , remove
    debian/docs .
* debian/patches:
  - Add 10_Makefile_adjust.patch (old fixes)
* debian/control:
  - Bump Standards-Version.
  - Adjust debhelper dependency to (>= 5.0.7).
  - Add homepage to long description.
  - Add cdbs and debhelper to Build-Depends.
  - Rewrite description synopsis.
* debian/copyright:
  - Add notice from ecb.el . Must ping upstream to update FSF
    address.
* debian/emacsen-install:
  - Get ecb to find its images by properly linking to
    /usr/share/emacs/site-lisp/ecb/ecb-images (Closes: #272506)
* debian/emacsen-startup:
  - Use (require 'ecb) instead of (require 'ecb-autoloads) so we
    can call ECB from the Tools menu (Closes: #296794)

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="Manual%20usage">Manual usage</a>,
 
12
Next:<a rel=next accesskey=n href="ECB-interactors.html#ECB-interactors">ECB-interactors</a>,
 
13
Previous:<a rel=previous accesskey=p href="Overview.html#Overview">Overview</a>,
 
14
Up:<a rel=up accesskey=u href="ecb.html#Top">Top</a>
 
15
<hr><br>
 
16
 
 
17
<h2>How to use this manual</h2>
 
18
 
 
19
<p><strong>IMPORTANT</strong>: You should have read the chapter <a href="Overview.html#Overview">Overview</a>
 
20
before going on reading the current chapter.
 
21
 
 
22
<p>This chapter describes shortly the contents of the following chapters
 
23
of this manual so maybe you can find faster what you are searching
 
24
for.
 
25
 
 
26
<dl>
 
27
 
 
28
<br><dt>All interactors of ECB (see <a href="ECB-interactors.html#ECB-interactors">ECB-interactors</a>)
 
29
<dd>Gives an introduction into the concept of interactors of ECB, what
 
30
they are, which different types exist, how they look, how they can be
 
31
used and last but not least what they do in detail, i.e. explains
 
32
every interactor of ECB in detail.
 
33
 
 
34
<br><dt>Activation and Deactivation (see <a href="Activation-and-Deactivation.html#Activation%20and%20Deactivation">Activation and Deactivation</a>)
 
35
<dd>Describes how to activate and deactivate ECB and which different types
 
36
of activation are possible.
 
37
 
 
38
<br><dt>Usage of ECB (see <a href="Usage-of-ECB.html#Usage%20of%20ECB">Usage of ECB</a>)
 
39
<dd>Describes in detail how to use ECB with mouse and keyboard, explains
 
40
the concept of the edit-area and the persistent compile-window,
 
41
describe how to change the window-layout and hide and show special
 
42
windows, which stealthy background-tasks ECB performs and so on...
 
43
 
 
44
<br><dt>Customizing ECB (see <a href="Customizing.html#Customizing">Customizing</a>)
 
45
<dd>Gives an overview of the most important options of ECB and tell you
 
46
something about do's and don'ts concerning customization of ECB. Lists
 
47
all options of ECB and describe exactly the purpose of them.
 
48
 
 
49
<br><dt>Submitting a problem report (see <a href="Submitting-problem-report.html#Submitting%20problem%20report">Submitting problem report</a>)
 
50
<dd>Instructions what to do if you encounters problems with ECB.
 
51
 
 
52
<br><dt>Upgrading and downloading ECB (see <a href="Upgrading.html#Upgrading">Upgrading</a>)
 
53
<dd>Gives an introduction into the automatic option-upgrading-feature of
 
54
ECB and you can download and install a newer ECB-version from within
 
55
ECB.
 
56
 
 
57
<br><dt>Tips and tricks (see <a href="Tips-and-tricks.html#Tips%20and%20tricks">Tips and tricks</a>)
 
58
<dd>How to deal with special situations and circumstances, so e.g. working
 
59
with big and small screens, working with large directories, using the
 
60
builtin version-control-support of ECB, parsing non-semantic-supported
 
61
sources like perl, using hide-show, working best with eshell and JDEE
 
62
and some window-managers of Emacs (like escreen or winring) and many
 
63
more...
 
64
 
 
65
<br><dt>Entry points for Elisp programmers (see <a href="Elisp-programming.html#Elisp%20programming">Elisp programming</a>)
 
66
<dd>All informations needed by programmers when using some ECB-concepts
 
67
from within other elisp-libraries. This includes a full description
 
68
how to use the ECB-independent library tree-buffer.el. Lists also all
 
69
available hooks and describes with full working example how to program
 
70
own layouts.
 
71
 
 
72
<br><dt>Conflicts and bugs of ECB (see <a href="Conflicts-and-bugs.html#Conflicts%20and%20bugs">Conflicts and bugs</a>)
 
73
<dd>Lists all currently known bugs and problems and gives well working
 
74
work-arounds.
 
75
 
 
76
<br><dt>Frequently asked Questions (see <a href="FAQ.html#FAQ">FAQ</a>)
 
77
<dd>Take a look...
 
78
 
 
79
<br><dt>Command Index (see <a href="Command-Index.html#Command%20Index">Command Index</a>)
 
80
<dd>List of all interactive commands of ECB
 
81
 
 
82
<br><dt>Option Index (see <a href="Option-Index.html#Option%20Index">Option Index</a>)
 
83
<dd>List of all user-customizable options of ECB
 
84
 
 
85
<br><dt>Concept Index (see <a href="Concept-Index.html#Concept%20Index">Concept Index</a>)
 
86
<dd>List of all concepts introduced by ECB
 
87
 
 
88
</dl>
 
89
 
 
90
</body></html>
 
91