Re: [PATCH] Fix encoding in BufferList::updateIncludedTeXfiles

2007-02-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Have we missed this patch? Michael Are you sure? Check again. JMarc ;)

Re: [PATCH] Fix encoding in BufferList::updateIncludedTeXfiles

2007-02-07 Thread Michael Gerz
Have we missed this patch? Michael John McCabe-Dansted schrieb: In BufferList::updateIncludedTeXfiles we have string writefile = mastertmpdir; writefile += '/'; writefile += (*it)->getLatexName(); As per our discussions re: the ChkTeX patch the above looks in

[PATCH] Fix encoding in BufferList::updateIncludedTeXfiles

2007-02-01 Thread John McCabe-Dansted
In BufferList::updateIncludedTeXfiles we have string writefile = mastertmpdir; writefile += '/'; writefile += (*it)->getLatexName(); As per our discussions re: the ChkTeX patch the above looks incorrect to me. The following looks better: string writef

Re: BufferList::updateIncludedTeXfiles

2000-12-10 Thread Dekel Tsur
need some reworking. Until then I think we have to keep this > func. The reason I asked is that I was rewriting the included document code, in order to fix some bugs: I was able to fix the bug with 2 (or more) levels of include. Because I couldn't understand why the BufferList::updateInclude

Re: BufferList::updateIncludedTeXfiles

2000-12-09 Thread Lars Gullik Bjønnes
Dekel Tsur <[EMAIL PROTECTED]> writes: | Why do we need this method ? Yes, I think we do. The parent/child system for included documents is not very well though out and need some reworking. Until then I think we have to keep this func. Lgb

BufferList::updateIncludedTeXfiles

2000-12-09 Thread Dekel Tsur
Why do we need this method ?