On Tuesday 31 July 2001 20:03, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
> | Feels much cleaner. Thanks.
> | (However, I thought that global data was EVIL? Guess this is an example
of a
> | reasonable compromise.)
>
> It is not that evil...
;-)
Actually, Lars,
On Tuesday 31 July 2001 19:07, Lars Gullik Bjønnes wrote:
> Angus Leeming <[EMAIL PROTECTED]> writes:
>
> | I'm in the process of writing a BibtexDBase class that will store the
Bibtex
> | .bib files used by any open buffer. I think that the best place to store
the
> | instance of this class
I'm in the process of writing a BibtexDBase class that will store the Bibtex
.bib files used by any open buffer. I think that the best place to store the
instance of this class is in LyX:
class LyX {
BibtexDBase & bibtex();
}
At present, however, I find that I ca