ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Re: TeX run : 8
@ 2005-03-02 20:39 Steffen Wolfrum
  2005-03-02 20:56 ` Patrick Gundlach
  0 siblings, 1 reply; 21+ messages in thread
From: Steffen Wolfrum @ 2005-03-02 20:39 UTC (permalink / raw)
  Cc: patrick

Hi Patrick,



Patrick Gundlach <patrick@gundla.ch> wrote:

>  Hello again,
>
>  > I have tried your small file (the one you have sent me) an a vanilla
>  > tetex 3.0 and an older texlive (I had to dig out my iBook -- anybody
>  > wants to buy a used iBook?) and both were two runs.
>
>  Ah, not so fast, Patrick. I can reproduce your problem:
>
>  $ ls -lR
>  .:
>  total 4
>  drwxr-xr-x    4 pg       pg            136 Mar  2 20:27 PARTS
>  -rw-r--r--    1 pg       pg            117 Mar  2 20:28 TEST.tex
>
>  ./PARTS:
>  total 8
>  -rw-r--r--    1 pg       pg             40 Mar  2 20:27 ONE.tex
>  -rw-r--r--    1 pg       pg             40 Mar  2 20:27 TWO.tex
>
>  (so setup is TEST.tex in all capitals and ONE.tex and TWO.tex in
>  subdir, tetex 3.0). Now I run
>
>  texexec --pdf test.tex
>
>  (lowercase test.tex !)
>
>  and I get:
>
>  [...]
>
>   utility file analysis : another run needed
>                 TeX run : 8
>
>
>  [...]
>
>
>  Note that the standard OS X filesystem is case preserving, but not
>  case sensitive when accessing a file. So accessing test.tex would be
>  happy with a file called TEST.tex. It is possible to create a pure
>  case sensitive HFS+ filesystem, but it isn't necessary to reproduce
>  the problem. (It would probably avoid it, though).
>
>
>  Patrick



So I made a new setup:
new files/folders and every names lowercase (folders, files, references).

The first time I executed
texexec --pdf test.tex
it looked good: 2 runs!
Then I executed
texexec --pdf test.tex
once more and now it was 8 runs again!

Does this make sense?

Steffen

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-02 20:39 Re: TeX run : 8 Steffen Wolfrum
@ 2005-03-02 20:56 ` Patrick Gundlach
  2005-03-02 23:18   ` Hans Hagen
  0 siblings, 1 reply; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-02 20:56 UTC (permalink / raw)


Hello Steffen,


it is starting to make fun!

ok, clean setup, all lowercase. 8 runs. Now texutil --purgeall. 2
runs. purge again. 8 runs. purge again. 2 runs. No purge. 8 runs.
Purge. 8 runs. 2 runs. purge. 4 runs (!!!). purge. 2 runs. purge. 8
runs. 3 runs. purge. 5 runs. purge. 5 runs. purge. 8 runs.


-> 8, 2, 8, 2, 8, 8, 2, 4, 2, 8, 3, 5, 5, 8

I'll stop here. This looks a bit like the fibonacci numbers to me, but
the 4 must be an error.


Is it full moon?


Patrick

(no need to put me in cc anymore, I woke up)

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-02 20:56 ` Patrick Gundlach
@ 2005-03-02 23:18   ` Hans Hagen
  2005-03-03 10:34     ` Patrick Gundlach
  2005-03-03 11:07     ` Patrick Gundlach
  0 siblings, 2 replies; 21+ messages in thread
From: Hans Hagen @ 2005-03-02 23:18 UTC (permalink / raw)


Patrick Gundlach wrote:

> ok, clean setup, all lowercase. 8 runs. Now texutil --purgeall. 2
> runs. purge again. 8 runs. purge again. 2 runs. No purge. 8 runs.
> Purge. 8 runs. 2 runs. purge. 4 runs (!!!). purge. 2 runs. purge. 8
> runs. 3 runs. purge. 5 runs. purge. 5 runs. purge. 8 runs.
> 
> 
> -> 8, 2, 8, 2, 8, 8, 2, 4, 2, 8, 3, 5, 5, 8

can you patch texexec to provide some info about the file compare? (filesizes or 
so)

what puzzles me is that the tui/tuo does not change

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-02 23:18   ` Hans Hagen
@ 2005-03-03 10:34     ` Patrick Gundlach
  2005-03-03 11:52       ` Hans Hagen
  2005-03-03 11:07     ` Patrick Gundlach
  1 sibling, 1 reply; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-03 10:34 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 669 bytes --]

Hello Hans,


[...]

> can you patch texexec to provide some info about the file compare?
> (filesizes or so)

done, see attachment.


> what puzzles me is that the tui/tuo does not change

the .tuo file changes. 


% TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004 / Files
%
% parts/one.tex (2)
% parts/two.tex (2)
% test (2)

% TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004 / Files
%
% parts/two.tex (2)
% parts/one.tex (2)
% test (2)

% TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004 / Files
%
% parts/two.tex (2)
% test (2)
% parts/one.tex (2)

% TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004 / Files
%
% parts/two.tex (2)
% test (2)
% parts/one.tex (2)


Patrick

[-- Attachment #2: md5sum --]
[-- Type: application/octet-stream, Size: 4702 bytes --]

[-- Attachment #3: Type: text/plain, Size: 44 bytes --]


-- 
ConTeXt wiki: http://contextgarden.net

[-- Attachment #4: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-02 23:18   ` Hans Hagen
  2005-03-03 10:34     ` Patrick Gundlach
@ 2005-03-03 11:07     ` Patrick Gundlach
  2005-03-03 11:16       ` Taco Hoekwater
                         ` (2 more replies)
  1 sibling, 3 replies; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-03 11:07 UTC (permalink / raw)


Hi,

I don't know enough of perl, perhaps the hash %Files should be sorted before
output (texutil.pl)?


sub FlushFiles
  { print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
    foreach $File (keys %Files)
      { print TUO "% $File ($Files{$File})\n" }

Patrick
-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-03 11:07     ` Patrick Gundlach
@ 2005-03-03 11:16       ` Taco Hoekwater
  2005-03-03 11:17       ` Patrick Gundlach
  2005-03-03 11:59       ` Hans Hagen
  2 siblings, 0 replies; 21+ messages in thread
From: Taco Hoekwater @ 2005-03-03 11:16 UTC (permalink / raw)



I think you've nailed it. Nice debugging!

Taco

Patrick Gundlach wrote:
> Hi,
> 
> I don't know enough of perl, perhaps the hash %Files should be sorted before
> output (texutil.pl)?
> 
> 
> sub FlushFiles
>   { print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
>     foreach $File (keys %Files)
>       { print TUO "% $File ($Files{$File})\n" }
> 
> Patrick

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-03 11:07     ` Patrick Gundlach
  2005-03-03 11:16       ` Taco Hoekwater
@ 2005-03-03 11:17       ` Patrick Gundlach
  2005-03-03 11:59       ` Hans Hagen
  2 siblings, 0 replies; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-03 11:17 UTC (permalink / raw)


Hello again,

> I don't know enough of perl, perhaps the hash %Files should be sorted before
> output (texutil.pl)?

good point, Patrick :-)

this does the trick:

sub FlushFiles
  { print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
    foreach $File (sort keys %Files)
      { print TUO "% $File ($Files{$File})\n" }
    print TUO "%\n" ;
    $NOfFiles = keys %Files ;

(in texutil.pl, see the _sort_ keys %Files)

But I don't know if this is a good solution.

Patrick
(no more "8 runs")
-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-03 10:34     ` Patrick Gundlach
@ 2005-03-03 11:52       ` Hans Hagen
  2005-03-03 12:33         ` Patrick Gundlach
  0 siblings, 1 reply; 21+ messages in thread
From: Hans Hagen @ 2005-03-03 11:52 UTC (permalink / raw)


Patrick Gundlach wrote:
> Hello Hans,
> 
> 
> [...]
> 
> 
>>can you patch texexec to provide some info about the file compare?
>>(filesizes or so)
> 
> 
> done, see attachment.

now this is weird!

% parts/one.tex (2)
% parts/two.tex (2)
% test (2)

% parts/two.tex (2)
% parts/one.tex (2)
% test (2)

% parts/two.tex (2)
% test (2)
% parts/one.tex (2)

it looks like some flushing problem of write nodes, can you do the same with the 
tui file?

the code in context that does this is:

   \def\registerfileinfo[#1#2]#3%
     {\writestatus\m!systems{#1#2 file #3 at line \the\inputlineno}%
      \immediatewriteutility{f #1 {#3}}}

does it run ok when you define this as:

   \def\registerfileinfo[#1]#2{}

if so, it may be a problem in the tex binary (immediate writes not flushed ok)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-03 11:07     ` Patrick Gundlach
  2005-03-03 11:16       ` Taco Hoekwater
  2005-03-03 11:17       ` Patrick Gundlach
@ 2005-03-03 11:59       ` Hans Hagen
  2005-03-03 21:54         ` Angus Lees
  2005-03-04 11:37         ` Re[2]: " Giuseppe Bilotta
  2 siblings, 2 replies; 21+ messages in thread
From: Hans Hagen @ 2005-03-03 11:59 UTC (permalink / raw)


Patrick Gundlach wrote:
> Hi,
> 
> I don't know enough of perl, perhaps the hash %Files should be sorted before
> output (texutil.pl)?
> 
> sub FlushFiles
>   { print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
>     foreach $File (keys %Files)
>       { print TUO "% $File ($Files{$File})\n" }

That could be a way out, but before that i want you to check the order in the 
tui files.

[if it's indeed the perl hash, (maybe i should make it an array), then it looks 
like perl uses a different hash strategy each run and on each os]

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-03 11:52       ` Hans Hagen
@ 2005-03-03 12:33         ` Patrick Gundlach
  2005-03-03 13:08           ` Hans Hagen
  0 siblings, 1 reply; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-03 12:33 UTC (permalink / raw)


Hello Hans,


do you still want me to try this? 


> it looks like some flushing problem of write nodes, can you do the
> same with the tui file?
>
> the code in context that does this is:
>
>    \def\registerfileinfo[#1#2]#3%
>      {\writestatus\m!systems{#1#2 file #3 at line \the\inputlineno}%
>       \immediatewriteutility{f #1 {#3}}}
>
> does it run ok when you define this as:
>
>    \def\registerfileinfo[#1]#2{}
>
> if so, it may be a problem in the tex binary (immediate writes not flushed ok)

-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-03 12:33         ` Patrick Gundlach
@ 2005-03-03 13:08           ` Hans Hagen
  0 siblings, 0 replies; 21+ messages in thread
From: Hans Hagen @ 2005-03-03 13:08 UTC (permalink / raw)


Patrick Gundlach wrote:

> do you still want me to try this? 

not if we assume that indeed perl hashes are organized differently per run

so, for the moment let stick to the texutil sort patch

thanks for testing; i'll post a new beta later

Hans


-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
      tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-03 11:59       ` Hans Hagen
@ 2005-03-03 21:54         ` Angus Lees
  2005-03-04 11:37         ` Re[2]: " Giuseppe Bilotta
  1 sibling, 0 replies; 21+ messages in thread
From: Angus Lees @ 2005-03-03 21:54 UTC (permalink / raw)


At Thu, 03 Mar 2005 12:59:18 +0100, Hans Hagen wrote:
> [if it's indeed the perl hash, (maybe i should make it an array), then
> it looks like perl uses a different hash strategy each run and on each
> os]

Indeed, perl 5.8.1 introduced randomised hash functions to avoid the
"hash collision" attacks that were being published at the time.  You
can never assume hash traversal order will be constant across
different hashes.  See the discussion in the beginning of
`perldoc perl581delta' (and a followup in perl582delta).

-- 
 - Gus

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re[2]: Re: TeX run : 8
  2005-03-03 11:59       ` Hans Hagen
  2005-03-03 21:54         ` Angus Lees
@ 2005-03-04 11:37         ` Giuseppe Bilotta
  2005-03-04 12:14           ` Taco Hoekwater
  1 sibling, 1 reply; 21+ messages in thread
From: Giuseppe Bilotta @ 2005-03-04 11:37 UTC (permalink / raw)


Thursday, March 3, 2005 Hans Hagen wrote:

> Patrick Gundlach wrote:
>> Hi,
>> 
>> I don't know enough of perl, perhaps the hash %Files should be sorted before
>> output (texutil.pl)?
>> 
>> sub FlushFiles
>>   { print TUO "%\n" . "% $Program / Files\n" . "%\n" ;
>>     foreach $File (keys %Files)
>>       { print TUO "% $File ($Files{$File})\n" }

> That could be a way out, but before that i want you to check the order in the
> tui files.

> [if it's indeed the perl hash, (maybe i should make it an array), then it looks
> like perl uses a different hash strategy each run and on each os]

http://search.cpan.org/~nwclark/perl-5.8.6/pod/perlfaq4.pod#Data:_Hashes_(Associative_Arrays)

-- 
Giuseppe "Oblomov" Bilotta

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-04 11:37         ` Re[2]: " Giuseppe Bilotta
@ 2005-03-04 12:14           ` Taco Hoekwater
  2005-03-07 18:53             ` Peter Münster
  0 siblings, 1 reply; 21+ messages in thread
From: Taco Hoekwater @ 2005-03-04 12:14 UTC (permalink / raw)


Giuseppe Bilotta wrote:
 >>
>>[if it's indeed the perl hash, (maybe i should make it an array), then it looks
>>like perl uses a different hash strategy each run and on each os]

The most relevant bit of documentation is this:

http://search.cpan.org/dist/perl/pod/perl581delta.pod#Hash_Randomisation

So yes, it is perl, and it is on purpose.

There might be more locations in ConTeXt's perl scripts
that need an additional 'sort'.

Greetings, Taco

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-04 12:14           ` Taco Hoekwater
@ 2005-03-07 18:53             ` Peter Münster
  2005-03-08 18:24               ` Patrick Gundlach
  0 siblings, 1 reply; 21+ messages in thread
From: Peter Münster @ 2005-03-07 18:53 UTC (permalink / raw)


On Fri, 4 Mar 2005, Taco Hoekwater wrote:

> Giuseppe Bilotta wrote:
>  >>
> >>[if it's indeed the perl hash, (maybe i should make it an array), then it looks
> >>like perl uses a different hash strategy each run and on each os]
> 
> The most relevant bit of documentation is this:
> 
> http://search.cpan.org/dist/perl/pod/perl581delta.pod#Hash_Randomisation
> 
> So yes, it is perl, and it is on purpose.
> 
> There might be more locations in ConTeXt's perl scripts
> that need an additional 'sort'.

Hello,
for those, who don't want to update:
export PERL_HASH_SEED=0
in $HOME/.profile works very nicely.

Greetings, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-07 18:53             ` Peter Münster
@ 2005-03-08 18:24               ` Patrick Gundlach
  2005-03-08 20:33                 ` Peter Münster
  0 siblings, 1 reply; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-08 18:24 UTC (permalink / raw)



Hello Peter,

> for those, who don't want to update:
> export PERL_HASH_SEED=0
> in $HOME/.profile works very nicely.

is this reliable?

Patrick
-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: Re: TeX run : 8
  2005-03-08 18:24               ` Patrick Gundlach
@ 2005-03-08 20:33                 ` Peter Münster
  0 siblings, 0 replies; 21+ messages in thread
From: Peter Münster @ 2005-03-08 20:33 UTC (permalink / raw)


On Tue, 8 Mar 2005, Patrick Gundlach wrote:

> > for those, who don't want to update:
> > export PERL_HASH_SEED=0
> > in $HOME/.profile works very nicely.
> 
> is this reliable?

It seems to me. At least on Linux: since a long time I've been used to get
always 8 runs with my procuct-files, and now I get only 1 or 2 runs.

Cheers, Peter

-- 
http://pmrb.free.fr/contact/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-02 23:32     ` Adam Lindsay
@ 2005-03-03 10:05       ` Patrick Gundlach
  0 siblings, 0 replies; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-03 10:05 UTC (permalink / raw)


Hello Adam,


[...]

> [And boy, it sure is faster than the setup I had on my PowerBook!]

Don't say that ;-). I just got a new PowerBook.

Patrick (and happy with it)
-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-02 20:32       ` Hans Hagen
@ 2005-03-02 22:15         ` Patrick Gundlach
  0 siblings, 0 replies; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-02 22:15 UTC (permalink / raw)


Hello Hans,

[...]

> ah, i explicitly tried both lower and uppercase variants of the sample
> files, but windows does not care, i.e. all access deep down in the
> system is (afaik) cap. So i saw no difference here.

> so, what do you recomend, renaming the file to lowercase?

Well, my mail was sent too soon. The problems also arises without
the uppercase variant. So currently I doubt that it has to do with the
naming alone. 

Patrick

-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-02 19:46   ` Patrick Gundlach
@ 2005-03-02 20:05     ` Patrick Gundlach
  2005-03-02 20:32       ` Hans Hagen
  2005-03-02 23:32     ` Adam Lindsay
  1 sibling, 1 reply; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-02 20:05 UTC (permalink / raw)


Hello again,

> I have tried your small file (the one you have sent me) an a vanilla
> tetex 3.0 and an older texlive (I had to dig out my iBook -- anybody
> wants to buy a used iBook?) and both were two runs.

Ah, not so fast, Patrick. I can reproduce your problem:

$ ls -lR
.:
total 4
drwxr-xr-x    4 pg       pg            136 Mar  2 20:27 PARTS
-rw-r--r--    1 pg       pg            117 Mar  2 20:28 TEST.tex

./PARTS:
total 8
-rw-r--r--    1 pg       pg             40 Mar  2 20:27 ONE.tex
-rw-r--r--    1 pg       pg             40 Mar  2 20:27 TWO.tex

(so setup is TEST.tex in all capitals and ONE.tex and TWO.tex in
subdir, tetex 3.0). Now I run

texexec --pdf test.tex

(lowercase test.tex !)

and I get:

[...]

 utility file analysis : another run needed
               TeX run : 8


[...]


Note that the standard OS X filesystem is case preserving, but not
case sensitive when accessing a file. So accessing test.tex would be
happy with a file called TEST.tex. It is possible to create a pure
case sensitive HFS+ filesystem, but it isn't necessary to reproduce
the problem. (It would probably avoid it, though).


Patrick
-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: TeX run : 8
  2005-03-02 12:31 ` Hans Hagen
@ 2005-03-02 19:46   ` Patrick Gundlach
  2005-03-02 20:05     ` Patrick Gundlach
  2005-03-02 23:32     ` Adam Lindsay
  0 siblings, 2 replies; 21+ messages in thread
From: Patrick Gundlach @ 2005-03-02 19:46 UTC (permalink / raw)


Hello Hans, Steffen and all the others involved,

> dunno, the mac is not updated yet and actually not sitting on my desk
> but in my library; best let patrick and/or adam test that since they
> normally have the latest (alpha/beta/current) versions

I have tried your small file (the one you have sent me) an a vanilla
tetex 3.0 and an older texlive (I had to dig out my iBook -- anybody
wants to buy a used iBook?) and both were two runs.

I do not use Gerben's tex, so we cannot really compare the results.

Patrick


(sorry for not reading this earlier)
-- 
ConTeXt wiki: http://contextgarden.net

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2005-03-08 20:33 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-02 20:39 Re: TeX run : 8 Steffen Wolfrum
2005-03-02 20:56 ` Patrick Gundlach
2005-03-02 23:18   ` Hans Hagen
2005-03-03 10:34     ` Patrick Gundlach
2005-03-03 11:52       ` Hans Hagen
2005-03-03 12:33         ` Patrick Gundlach
2005-03-03 13:08           ` Hans Hagen
2005-03-03 11:07     ` Patrick Gundlach
2005-03-03 11:16       ` Taco Hoekwater
2005-03-03 11:17       ` Patrick Gundlach
2005-03-03 11:59       ` Hans Hagen
2005-03-03 21:54         ` Angus Lees
2005-03-04 11:37         ` Re[2]: " Giuseppe Bilotta
2005-03-04 12:14           ` Taco Hoekwater
2005-03-07 18:53             ` Peter Münster
2005-03-08 18:24               ` Patrick Gundlach
2005-03-08 20:33                 ` Peter Münster
  -- strict thread matches above, loose matches on Subject: below --
2005-03-02 11:59 Re: [OS X TeX] " Steffen Wolfrum
2005-03-02 12:31 ` Hans Hagen
2005-03-02 19:46   ` Patrick Gundlach
2005-03-02 20:05     ` Patrick Gundlach
2005-03-02 20:32       ` Hans Hagen
2005-03-02 22:15         ` Patrick Gundlach
2005-03-02 23:32     ` Adam Lindsay
2005-03-03 10:05       ` Patrick Gundlach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).