<div dir="ltr">On Tue, Aug 26, 2008 at 7:23 PM, Free Ekanayaka <span dir="ltr"><<a href="mailto:free@64studio.com">free@64studio.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
the /etc/samba/smb.conf is basically a INI file, but it allows entries<br>
to be prefixed by spaces and tabs, like:<br>
<br>
[global]<br>
<br>
# Change this to the workgroup/NT-domain name your Samba server will part of<br>
    workgroup = WORKGROUP<br>
<br>
Is there are way to set this as a parameter in inifile.aug?<br>
</blockquote><div><br>I have considered adding indentation support to inifile.aug but it does not seem to be standard INI file syntax, and adding it optionally would make the interface heavier.<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
I've tried to define an entry as:<br>
<br>
let entry = del / */ "" . IniFile.entry setting sep comment<br>
</blockquote><div><br>You could probably use Util.indent instead of this.<br><br> <br>Ciao<br><br>Raphael<br></div></div></div>