[NTG-pdftex] 1.40.4 incoming
Akira Kakuto
kakuto at fsci.fuk.kindai.ac.jp
Mon Jul 9 16:38:36 CEST 2007
Hi David,
> > --- tex.ch.orig Mon Jul 09 19:43:46 2007
> > +++ tex.ch Mon Jul 09 22:56:15 2007
> > @@ -2218,7 +2218,7 @@
> > if e=".tex" then show_context;
> > @y
> > if (e=".tex") or (e="") then show_context;
> > -print_ln; print("(Retry if file name is empty.");
> > +print_ln; print("(Retry if file name is empty or CTRL-D to exit.");
> > if (e<>"") then
> > begin
> > print(" Default file extension is `"); print(e); print("'");
>
> Uh, isn't EOF operating-system dependent? Like C-z on Microsoft
> Systems?
I'll apply the following ctrld-ctrlz.ch for Windows:
@x
print_ln; print("(Retry if file name is empty or CTRL-D to exit.");
@y
print_ln; print("(Retry if file name is empty or CTRL-Z + Enter to exit.");
@z
Thanks,
Akira
More information about the ntg-pdftex
mailing list