From 4f97d7d7cd942dfe76cd4bb54fc3f5b890654235 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 11 Aug 2020 16:54:53 +0200 Subject: 2020-08-11 15:59:00 --- .../manuals/luametatex/luametatex-callbacks.tex | 30 ++++++++++++---------- .../manuals/luametatex/luametatex-differences.tex | 1 + 2 files changed, 17 insertions(+), 14 deletions(-) (limited to 'doc') diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex b/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex index 056d0d4e4..d589e04bd 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex-callbacks.tex @@ -110,20 +110,22 @@ with the file. private per|-|file data. Both the callback functions will receive the table as their only argument. -\subsection{\cbk {if_end_of_file}} - -\topicindex{callbacks+checking files} - -This callback has no arguments and your function should return true or false. The -callback is triggered by \type {\ifeof}. It's up to the macro package to come up -with a reasonable implementation. By default the test is always true. - -\startfunctioncall - eof = - function () -\stopfunctioncall - -\stopsection +% No longer needed anyway. +% +% \subsection{\cbk {if_end_of_file}} +% +% \topicindex{callbacks+checking files} +% +% This callback has no arguments and your function should return true or false. The +% callback is triggered by \type {\ifeof}. It's up to the macro package to come up +% with a reasonable implementation. By default the test is always true. +% +% \startfunctioncall +% eof = +% function () +% \stopfunctioncall +% +% \stopsection \startsection[title={Data processing callbacks}][library=callback] diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex b/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex index 995550da4..a4b5fe6da 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex-differences.tex @@ -72,6 +72,7 @@ what is gone. We start with the primitives that were dropped. \type {\read} \type {\readline} \type {\closein} + \type {\ifeof} \NC \NR \NC control \NC \type {\suppressfontnotfounderror} \type {\suppresslongerror} -- cgit v1.2.3