
macro_directory
---------------

   Type: string
   Default: (compile time setting)

   Use this to specify (in a comma separated list) the directories where
   you keep your slang macros. This tells slrn where to look when loading
   macros via the interpret slrnrc command, so you do not have to type
   the absolute filename for each macro you want to use.

   On Unix, the configure script automatically sets the default of this
   variable to the directory where the macros that come with slrn are
   installed. If it was called without any parameters, this is
   /usr/local/share/slrn/macros. If a macro does not exist in
   macro_directory, slrn will try to find it in the user's home directory
   ($HOME).

Example:

interpret "/usr/share/slrn/macros/util.sl"
interpret "News/macros/my-macro.sl"

can be replaced with

set macro_directory "News/macros,/usr/share/slrn/macros/"
interpret "util.sl"
interpret "my-macro.sl"

-- 
(C) Matthias Friedrich <mafr@topmail.de> and Thomas Schultz <tststs@gmx.de>.
The complete manual can be found at <htp://slrn.sourceforge.net/manual/>.
