On Fri, Nov 18, 2011 at 3:00 AM, Samuel Bronson <[email protected]> wrote: > > For some reason, options(3tk) formats quite badly when viewed in the > usual way ("man 3tk options"): it screws up somewhere in the middle of > the second paragraph, and everything after that point gets jammed > together into one big paragraph.
Yes, I see options(3tk) uses .OP macro to format individual option, but it seems to conflict with some other macro with the same name. I'll fix it in the next upload, but for now as a workaround you could replace OP by say OOP in its definition (search for ^.de OP) and in its use (search for ^.OP). Or use tk8.5-doc which is preferable for testing anyway. Cheers! -- Sergei Golovan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

