Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"LaTeX2e reserved" streams when using plain TeX #191

Closed
blefloch opened this issue Aug 22, 2014 · 3 comments
Closed

"LaTeX2e reserved" streams when using plain TeX #191

blefloch opened this issue Aug 22, 2014 · 3 comments
Labels
enhancement New feature or request

Comments

@blefloch
Copy link
Member

The output of running TeX on

\input expl3-generic
\ExplSyntaxOn
\iow_list_streams:

is

The following input streams are in use:
>  0  =>  LaTeX2e reserved.

I guess we could conditionally replace that text by TeX reserved.

@josephwright
Copy link
Member

Perhaps just Reserved by format/Format reserved or similar so we don't have to have a conditional?

@blefloch
Copy link
Member Author

I like Reserved by format better than Format reserved. Looking at the code, I see that the number of reserved streams is hard-coded, and only correct for LaTeX2e. How hard would it be to get the actual number from \count17 (for writes) in a clean way?

@josephwright
Copy link
Member

@blefloch I'm working on it: there are a few tricky bits (ConTeXt scheme different from plain different from the etex one!) but it's doable. Check-in soon.

@wspr wspr closed this as completed in de8bf53 Aug 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants