Skip to content

Commit

Permalink
allow interactive deletion of \outer token, see https://tug.org/texmf…
Browse files Browse the repository at this point in the history
…bug/newbug.html#B142outer

git-svn-id: svn://tug.org/texlive/trunk/Build/source@71483 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
luigiScarso committed Jun 11, 2024
1 parent ce5297a commit 4db35cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion texk/web2c/luatexdir/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
2024-05-11 Luigi Scarso <luigi.scarso@gmail.com>
* allow interactive deletion of \outer token, see https://tug.org/texmfbug/newbug.html#B142outer


2024-05-13 Luigi Scarso <luigi.scarso@gmail.com>
* Omitprocset and ptexprefix (force _ instead of . as separator) (H.Hagen)
* Bump to version 1.18.2


2024-03-25 Luigi Scarso <luigi.scarso@gmail.com>
* Fixed synctex message on a math node with no zero glue

Expand Down
2 changes: 1 addition & 1 deletion texk/web2c/luatexdir/luatex_svnversion.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7620
#define luatex_svn_revision 7621
#endif
2 changes: 1 addition & 1 deletion texk/web2c/luatexdir/tex/textoken.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ void check_outer_validity(void)
halfword q;
if (suppress_outer_error_par)
return;
if (scanner_status != normal) {
if ( OK_to_interrupt && (scanner_status != normal)) {
deletions_allowed = false;
/*tex
Expand Down

0 comments on commit 4db35cd

Please sign in to comment.