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

1 by Joerg Jaspert
Import upstream version 2.21
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="Adviced%20functions">Adviced functions</a>,
12
Next:<a rel=next accesskey=n href="The-layout-engine.html#The%20layout-engine">The layout-engine</a>,
13
Previous:<a rel=previous accesskey=p href="tree-buffer.html#tree-buffer">tree-buffer</a>,
14
Up:<a rel=up accesskey=u href="Elisp-programming.html#Elisp%20programming">Elisp programming</a>
15
<hr><br>
16
17
<h3>How to deal with the adviced window-functions</h3>
18
19
<p>ECB offers for packages which work during activated ECB three macros
20
for easy temporally<a rel=footnote href="#fn-1"><sup>1</sup></a> using all original-functions, all
21
adviced functions or only some adviced functions:
22
23
<ul>
24
<li><code>ecb-with-original-functions</code>
25
<li><code>ecb-with-adviced-functions</code>
26
<li><code>ecb-with-some-adviced-functions</code>
27
</ul>
28
29
<p>For a detailed explanation of each macro read the documentation with
30
<code>describe-function</code>!
31
32
<hr><h4>Footnotes</h4>
33
<ol type="1">
34
<li><a name="fn-1"></a>
35
<p>I.e. regardless of the settings in
36
<code>ecb-advice-window-functions</code>!</p>
37
38
</ol><hr>
39
40
</body></html>
41