Update of /cvsroot/mahogany/M/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv4415/doc

Modified Files:
        Manual.htex 
Log Message:
added a paragraph about filter language

Index: Manual.htex
===================================================================
RCS file: /cvsroot/mahogany/M/doc/Manual.htex,v
retrieving revision 1.90
retrieving revision 1.91
diff -b -u -2 -r1.90 -r1.91
--- Manual.htex 1 Oct 2003 22:10:46 -0000       1.90
+++ Manual.htex 4 Oct 2003 00:25:33 -0000       1.91
@@ -1487,4 +1487,22 @@
 
 
+\subsubsection{Filter Language}
+
+Almost, but not quite all constructs of the filter language are accessible from
+the GUI editor, so if you need something which it doesn't provide yuo can try
+editing the filter text directly. Be warned, however, that you wouldn't be able
+to use the GUI again if you do this.
+
+The syntax of the filter language is very simple. It is C-like but a program
+consists just of a sequence of \texttt{if} statements. Inside each of them you
+can have a condition of (almost) arbitrary complexity using the usual C
+operations \texttt{\&\&}, \texttt{||} and \texttt{!} and the built-in filter
+functions. The filter functions correspond to the choices in the GUI dialogs.
+
+Each test also has the associated code block executed only if it succeeds. Here
+again you can use the built-in functions which are the same as the verbs in the
+GUI controls.
+
+
 \section{Sending Mail}
 



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to