> Bo Peng <[EMAIL PROTECTED]> writes:
> > This is what makeLatexFile is doing.... Do you want to change the
> > name of those functions as well? Any suggestion?
>
> generateLatex, generateAscii, generateDocbook...
If you look at buffer.h, we also have writeFileAscii(filename...),
writeFileAscii(ostream...). How about writeXXXSource, where XXX=LaTeX,
DocBook, LinuxDoc and Ascii? I can also accept generateXXXSource
although they are a bit on the long side.
Actually, whatever the conclusion is, this should be done in a
separate patch. Can I apply the current one, and leave the renaming
for later?
Bo