Leo<HTML>

Warnings

Compiler Options - Reference
Input Output
Macros
Locales
Warnings
Init Infos
Temporary Files
Other Stuff

Sources of warning.html:
  
     
 
<include file="top.lhhtml"> 
 
<lconf pos="/warning" pagename="warning"> 
 
<section link="/warning"> 
 
<lang en text="<leohtml> supports two types of warning formats."> 
<lang de text="<leohtml> unterstützt zwei verschiedene Warnung-Formate."> 
 
<example title-en="The default one:" title-de="Das default Format:" mode="sfixed"> 
Warning-> i_test.html:3:0:&lt;image src="Toni_1.jpg" width="50%" height="50%" text="foo"&gt;:using src "Toni_1.jpg" for origfile 
<br> 
<br> 
</example> 
 
 
<br> 
<br> 
 
<example title-en="The Emacs Sheme:" title-de="Das Emacs Format:" mode=sfixed> 
i_test.html:3:0:using src "Toni_1.jpg" for origfile 
<br> 
<br> 
</example> 
 
<br> 
<br> 
 
<locale> 
  <locale language="en"> 
 
As you can see the default format is more easier to read, cause the tag at which 
the error occourd is given. But such a format is not expected by most editors like 
Emacs. Therefore the second warning format is supported. Such a warning message can 
be parsed by these editors.  
 
  </locale> 
  <locale language="de"> 
 
Wie du siehst ist das default Format leichter zu lesen, da das Tag, bei dem der 
Fehler auftrat mit angegeben wird. Aber dieses Format wird von den meißten Editoren 
wie Emacs nicht erwartet. Für diesen Fall gibt es aber das zweite Format. Eine solche 
Warnung kann von den meißten Editoren geparst werden. 
 
  </locale> 
</locale> 
 
<example mode="fixed" title-en="Emacs Warning Definition" title-de="Emacs Warnung Definition"> 
 
  -ew   --emacs_warning  
 
</example> 
 
</section> 
 
                  
    



This page was created by King Leo . Page generator was Leo<HTML> version 1.0.0 .