[dev-context] ReadFile introduces a space before reading file

Aditya Mahajan adityam at umich.edu
Sat Jan 14 20:46:43 CET 2012


On Sat, 14 Jan 2012, Aditya Mahajan wrote:

> Hi,
>
> In the current version \ReadFile introduces an extra space before reading the 
> file.
>
> \starttext
> A\ReadFile{ward}
> \stoptext
>
> No such space is produced by \input
>
> \starttext
> A\input ward
> \stoptext
>
> Bug?

In file-res.mkvi:

\def\syst_files_read_file_indeed#true#false%
   {#true% <--- AM: % was missing
    \relax
    \normalinput{\readfilename}%
    \relax}

Aditya



More information about the dev-context mailing list