Globbing

2004-01-01 Thread Angus Leeming
Two utility functions: /** A wrapper for the Posix function 'glob'. * \param pattern the glob to be expanded. Eg "*.[Ch]". * \param flags flags to be passed to the system function. * See 'man glob'. * \returns a vector of the files found to match \c pattern. */ std::vector const glob(std

Re: Revised patch: addFontPath (LyX/Mac, 1.3.4cvs, qfont_loader.C)

2004-01-01 Thread Angus Leeming
Ronald Florence wrote: > The new fonts do get added, but for some reason, > the Debug::FONT code in this function does not get > invoked. I'd appreciate suggestions of how to get > that to work. Thanks, Dunno. It all looks Ok to me. One question, can the enum in debug.h support 2^{23}? Incide

Re: Greek-letter prob. in lyx-qt

2004-01-01 Thread Atsushi Shimmra
[EMAIL PROTECTED] wrote: Now, I think I know where the source of the problem lies; it is in the Dekel's patch(summitted on March, 6th) against "qfont_loader.C" in lyx-1.3.1. I could confirm this by replacing qfont_loader.C in lyx-1.3.1 by qfont_loader.C of lyx-1.3.0 and finding the resulting